Home
last modified time | relevance | path

Searched refs:current_bytecode_offset (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/baseline/
Dbytecode-offset-iterator.h39 while (current_bytecode_offset() < bytecode_offset) { in AdvanceToBytecodeOffset()
42 DCHECK_EQ(bytecode_offset, current_bytecode_offset()); in AdvanceToBytecodeOffset()
65 inline int current_bytecode_offset() const { in current_bytecode_offset() function
/third_party/node/deps/v8/src/objects/
Dcode-inl.h554 return offset_iterator.current_bytecode_offset(); in GetBytecodeOffsetForBaselinePC()
/third_party/node/deps/v8/src/d8/
Dd8.cc2145 DCHECK_EQ(offset_iterator->current_bytecode_offset(), in TestVerifySourcePositions()
2151 if (offset_iterator->current_bytecode_offset() != in TestVerifySourcePositions()
2163 if (pc_lookup.current_bytecode_offset() != in TestVerifySourcePositions()