Home
last modified time | relevance | path

Searched defs:bytecodes (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/baseline/
Dbytecode-offset-iterator.cc14 Handle<BytecodeArray> bytecodes) in BytecodeOffsetIterator()
28 BytecodeArray bytecodes) in BytecodeOffsetIterator()
Dbaseline-compiler.cc255 Handle<BytecodeArray> bytecodes) { in AllocateBuffer()
/third_party/python/Doc/library/
Ddis.rst266 .. _bytecodes: target in Analysis functions
/third_party/node/deps/v8/src/interpreter/
Dbytecode-array-writer.h110 ZoneVector<uint8_t>* bytecodes() { return &bytecodes_; } in bytecodes() function
Dinterpreter.cc271 Handle<BytecodeArray> bytecodes = compilation_info_.bytecode_array(); in DoFinalizeJobImpl() local
/third_party/node/deps/v8/src/objects/
Dcode-inl.h545 BytecodeArray bytecodes) { in GetBytecodeOffsetForBaselinePC()
559 BytecodeArray bytecodes) { in GetBaselinePCForBytecodeOffset()
576 BytecodeArray bytecodes) { in GetBaselineStartPCForBytecodeOffset()
582 BytecodeArray bytecodes) { in GetBaselineEndPCForBytecodeOffset()
588 BytecodeArray bytecodes) { in GetBaselinePCForNextExecutedBytecode()
/third_party/node/deps/v8/src/profiler/
Dprofiler-listener.cc134 Handle<BytecodeArray> bytecodes(shared->GetBytecodeArray(isolate_), in CodeCreateEvent() local
/third_party/node/deps/v8/src/execution/
Dframes.cc2310 BytecodeArray bytecodes = iframe->GetBytecodeArray(); in Print() local
/third_party/node/deps/v8/src/d8/
Dd8.cc2130 i::Handle<i::BytecodeArray> bytecodes = in TestVerifySourcePositions() local