Home
last modified time | relevance | path

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

/external/v8/src/
Dperf-jit.cc79 void PerfJitLogger::LogRecordedBuffer(Code* code, SharedFunctionInfo*, in LogRecordedBuffer() argument
Doptimizing-compiler-thread.h21 class SharedFunctionInfo; variable
Dlog.cc283 SharedFunctionInfo*, in LogRecordedBuffer() argument
416 SharedFunctionInfo*, in LogRecordedBuffer() argument
Dserialize.cc584 SharedFunctionInfo*, in LogRecordedBuffer() argument
Dobjects-inl.h5393 ACCESSORS(DebugInfo, shared, SharedFunctionInfo, kSharedFunctionInfoIndex) in ACCESSORS() argument
5580 BOOL_ACCESSORS(SharedFunctionInfo, compiler_hints, native, kNative) in BOOL_ACCESSORS() argument
/external/v8/tools/
Dgrokdump.py1378 class SharedFunctionInfo(HeapObject): class