![]() |
v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
#include "allocation.h"#include "atomicops.h"#include "circular-queue.h"#include "unbound-queue.h"

Go to the source code of this file.
Data Structures | |
| class | CodeEventRecord |
| class | CodeCreateEventRecord |
| class | CodeMoveEventRecord |
| class | SharedFunctionInfoMoveEventRecord |
| class | TickSampleEventRecord |
| class | ProfilerEventsProcessor |
| class | CpuProfiler |
Namespaces | |
| v8 | |
| v8::internal | |
Macros | |
| #define | CODE_EVENTS_TYPE_LIST(V) |
| #define | DECLARE_TYPE(type, ignore) type, |
| #define | DECLARE_CLASS(ignore, type) type type##_; |
| #define | PROFILE(isolate, Call) |
| #define CODE_EVENTS_TYPE_LIST | ( | V | ) |
Definition at line 47 of file cpu-profiler.h.
| #define DECLARE_CLASS | ( | ignore, | |
| type | |||
| ) | type type##_; |
Definition at line 168 of file cpu-profiler.h.
| #define DECLARE_TYPE | ( | type, | |
| ignore | |||
| ) | type, |
Definition at line 55 of file cpu-profiler.h.
| #define PROFILE | ( | isolate, | |
| Call | |||
| ) |
Definition at line 190 of file cpu-profiler.h.
Referenced by StubCache::ComputeCallConstant(), StubCache::ComputeCallField(), StubCache::ComputeCallGlobal(), StubCache::ComputeCallInterceptor(), StubCache::ComputeKeyedLoadArrayLength(), StubCache::ComputeKeyedLoadCallback(), StubCache::ComputeKeyedLoadConstant(), StubCache::ComputeKeyedLoadField(), StubCache::ComputeKeyedLoadFunctionPrototype(), StubCache::ComputeKeyedLoadInterceptor(), StubCache::ComputeKeyedLoadOrStoreElement(), StubCache::ComputeKeyedLoadStringLength(), StubCache::ComputeKeyedStoreField(), StubCache::ComputeLoadCallback(), StubCache::ComputeLoadConstant(), StubCache::ComputeLoadField(), StubCache::ComputeLoadGlobal(), StubCache::ComputeLoadInterceptor(), StubCache::ComputeLoadNonexistent(), StubCache::ComputeLoadViaGetter(), KeyedLoadIC::ComputePolymorphicStub(), KeyedStoreIC::ComputePolymorphicStub(), StubCache::ComputeStoreCallback(), StubCache::ComputeStoreField(), StubCache::ComputeStoreGlobal(), StubCache::ComputeStoreInterceptor(), StubCache::ComputeStoreViaSetter(), Logger::LogAccessorCallbacks(), Logger::LogExistingFunction(), MarkCompactCollector::MigrateObject(), Compiler::RecordFunctionCompilation(), MarkCompactCollector::ReportDeleteIfNeeded(), and Builtins::SetUp().