Searched refs:bytecode_offset_table (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
H A D | code-inl.h | 217 CODE_ACCESSORS_CHECKED2(bytecode_offset_table, ByteArray, kPositionTableOffset, 551 ByteArray::cast(bytecode_offset_table()), bytecodes); in GetBytecodeOffsetForBaselinePC() 563 ByteArray::cast(bytecode_offset_table()), bytecodes); in GetBaselinePCForBytecodeOffset() 592 ByteArray::cast(bytecode_offset_table()), bytecodes); in GetBaselinePCForNextExecutedBytecode() 1127 DEF_FORWARDING_CDC_GETTER(bytecode_offset_table, ByteArray)
|
H A D | code.h | 155 DECL_GETTER(bytecode_offset_table, ByteArray) 390 // [bytecode_offset_table]: ByteArray for the bytecode offset for baseline 392 DECL_ACCESSORS(bytecode_offset_table, ByteArray)
|
/third_party/node/deps/v8/src/profiler/ |
H A D | profiler-listener.cc | 137 abstract_code->GetCode().bytecode_offset_table(), isolate_); in CodeCreateEvent()
|
H A D | heap-snapshot-generator.cc | 1513 TagObject(code.bytecode_offset_table(), "(bytecode offset table)", in ExtractCodeReferences() 1515 SetInternalReference(entry, "bytecode_offset_table", in ExtractCodeReferences() 1516 code.bytecode_offset_table(), in ExtractCodeReferences()
|
/third_party/node/deps/v8/src/baseline/ |
H A D | baseline-compiler.cc | 326 Handle<ByteArray> bytecode_offset_table = in Build() local 330 code_builder.set_bytecode_offset_table(bytecode_offset_table); in Build()
|
/third_party/node/deps/v8/src/d8/ |
H A D | d8.cc | 2139 function->shared().GetCode().bytecode_offset_table()), in TestVerifySourcePositions()
|
Completed in 23 milliseconds