Home
last modified time | relevance | path

Searched refs:current_bytecode_size_without_prefix (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-array-iterator.h80 cursor_ += current_bytecode_size_without_prefix(); in Advance()
96 return prefix_size_ + current_bytecode_size_without_prefix(); in current_bytecode_size()
98 int current_bytecode_size_without_prefix() const { in current_bytecode_size_without_prefix() function in v8::internal::interpreter::BytecodeArrayIterator
/third_party/node/deps/v8/src/baseline/
H A Dbaseline-compiler.cc598 iterator().current_bytecode_size_without_prefix(); in UpdateInterruptBudgetAndDoInterpreterJump()
1975 iterator().current_bytecode_size_without_prefix(); in VisitJumpLoop()
2171 iterator().current_bytecode_size_without_prefix(); in VisitReturn()

Completed in 4 milliseconds