|
V8 Project
|
#include "src/v8.h"#include "src/runtime-profiler.h"#include "src/assembler.h"#include "src/base/platform/platform.h"#include "src/bootstrapper.h"#include "src/code-stubs.h"#include "src/compilation-cache.h"#include "src/execution.h"#include "src/full-codegen.h"#include "src/global-handles.h"#include "src/heap/mark-compact.h"#include "src/isolate-inl.h"#include "src/scopeinfo.h"
Include dependency graph for runtime-profiler.cc:Go to the source code of this file.
Namespaces | |
| v8 | |
| Debugger support for the V8 JavaScript engine. | |
| v8::internal | |
Functions | |
| v8::internal::STATIC_ASSERT (kMaxWatchpointCode< kMaxStopCode) | |
| static void | v8::internal::GetICCounts (Code *shared_code, int *ic_with_type_info_count, int *ic_generic_count, int *ic_total_count, int *type_info_percentage, int *generic_percentage) |
Variables | |
| static const int | v8::internal::kProfilerTicksBeforeOptimization = 2 |
| static const int | v8::internal::kProfilerTicksBeforeReenablingOptimization = 250 |
| static const int | v8::internal::kTicksWhenNotEnoughTypeInfo = 100 |
| static const int | v8::internal::kOSRCodeSizeAllowanceBase |
| static const int | v8::internal::kOSRCodeSizeAllowancePerTick |
| static const int | v8::internal::kMaxSizeEarlyOpt |