Home
last modified time | relevance | path

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

/external/v8/src/compiler-dispatcher/
Doptimizing-compile-dispatcher.h21 class SharedFunctionInfo; variable
Dcompiler-dispatcher-job.h24 class SharedFunctionInfo; variable
/external/v8/src/
Dsource-position.h21 class SharedFunctionInfo; variable
Dcode-events.h18 class SharedFunctionInfo; variable
Dlog.cc262 void PerfBasicLogger::LogRecordedBuffer(AbstractCode* code, SharedFunctionInfo*, in LogRecordedBuffer() argument
385 void LowLevelLogger::LogRecordedBuffer(AbstractCode* code, SharedFunctionInfo*, in LogRecordedBuffer() argument
Dobjects-inl.h5974 ACCESSORS(DebugInfo, shared, SharedFunctionInfo, kSharedFunctionInfoIndex) in ACCESSORS() argument
6196 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, needs_home_object, in BOOL_ACCESSORS() argument
6300 ACCESSORS(SharedFunctionInfo, outer_scope_info, HeapObject, in ACCESSORS() argument
Dobjects.h1012 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/src/parsing/
Dparse-info.h23 class SharedFunctionInfo; variable
/external/v8/tools/
Dgrokdump.py1490 class SharedFunctionInfo(HeapObject): class