Home
last modified time | relevance | path

Searched refs:current_bytecode_offset_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/baseline/
Dbytecode-offset-iterator.h34 current_bytecode_offset_ = bytecode_iterator_.current_offset(); in Advance()
66 return current_bytecode_offset_; in current_bytecode_offset()
87 int current_bytecode_offset_; variable
Dbytecode-offset-iterator.cc54 current_bytecode_offset_ = kFunctionEntryBytecodeOffset; in Initialize()