Home
last modified time | relevance | path

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

/external/v8/src/compiler-dispatcher/
Doptimizing-compile-dispatcher.h22 class SharedFunctionInfo; variable
Dcompiler-dispatcher.h34 class SharedFunctionInfo; variable
Dcompiler-dispatcher-job.h28 class SharedFunctionInfo; variable
/external/v8/src/
Dsource-position.h21 class SharedFunctionInfo; variable
Dmessages.h26 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.h5804 ACCESSORS(DebugInfo, shared, SharedFunctionInfo, kSharedFunctionInfoIndex) in ACCESSORS() argument
5965 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, allows_lazy_compilation, in BOOL_ACCESSORS() argument
6023 BOOL_ACCESSORS(SharedFunctionInfo, debugger_hints, in BOOL_ACCESSORS() argument
6123 ACCESSORS(SharedFunctionInfo, outer_scope_info, HeapObject, in ACCESSORS() argument
Dobjects.h946 class SharedFunctionInfo; variable
/external/v8/src/profiler/
Dallocation-tracker.h23 class SharedFunctionInfo; variable
/external/v8/src/compiler/
Dframe-states.h15 class SharedFunctionInfo; variable
Djs-operator.h20 class SharedFunctionInfo; variable
/external/v8/src/snapshot/
Dserializer.h111 void LogRecordedBuffer(AbstractCode* code, SharedFunctionInfo*, in LogRecordedBuffer() argument
/external/v8/src/parsing/
Dparse-info.h28 class SharedFunctionInfo; variable
/external/v8/tools/
Dgrokdump.py1490 class SharedFunctionInfo(HeapObject): class