Home
last modified time | relevance | path

Searched defs:SharedFunctionInfo (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/
Doptimizing-compile-dispatcher.h21 class SharedFunctionInfo; variable
Dcode-events.h17 class SharedFunctionInfo; variable
Dlog.cc260 void PerfBasicLogger::LogRecordedBuffer(AbstractCode* code, SharedFunctionInfo*, in LogRecordedBuffer() argument
383 void LowLevelLogger::LogRecordedBuffer(AbstractCode* code, SharedFunctionInfo*, in LogRecordedBuffer() argument
Dobjects-inl.h5649 ACCESSORS(DebugInfo, shared, SharedFunctionInfo, kSharedFunctionInfoIndex) in ACCESSORS() argument
5854 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, needs_home_object, in BOOL_ACCESSORS() argument
Dobjects.h860 class SharedFunctionInfo; variable
/external/v8/src/profiler/
Dallocation-tracker.h23 class SharedFunctionInfo; variable
/external/v8/src/compiler/
Dframe-states.h15 class SharedFunctionInfo; variable
/external/v8/src/snapshot/
Dserializer.h111 void LogRecordedBuffer(AbstractCode* code, SharedFunctionInfo*, in LogRecordedBuffer() argument
/external/v8/tools/
Dgrokdump.py1489 class SharedFunctionInfo(HeapObject): class