Home
last modified time | relevance | path

Searched refs:bytecode_offset_table (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dcode-inl.h217 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 Dcode.h155 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 Dprofiler-listener.cc137 abstract_code->GetCode().bytecode_offset_table(), isolate_); in CodeCreateEvent()
H A Dheap-snapshot-generator.cc1513 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 Dbaseline-compiler.cc326 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 Dd8.cc2139 function->shared().GetCode().bytecode_offset_table()), in TestVerifySourcePositions()

Completed in 23 milliseconds