Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-builder.cc15 previous_bytecode_start_(array_builder_.last_bytecode_start_) { in PreviousBytecodeHelper()
23 DCHECK_EQ(array_builder_.last_bytecode_start_, previous_bytecode_start_); in GetBytecode()
31 DCHECK_EQ(array_builder_.last_bytecode_start_, previous_bytecode_start_); in GetOperand()
74 last_bytecode_start_(~0), in BytecodeArrayBuilder()
169 last_bytecode_start_ = bytecodes()->size(); in Output()
224 last_bytecode_start_ = bytecodes()->size(); in Output()
1273 return last_bytecode_start_ < bytecodes()->size() && in LastBytecodeInSameBlock()
1274 last_bytecode_start_ >= last_block_end_; in LastBytecodeInSameBlock()
Dbytecode-array-builder.h326 size_t last_bytecode_start_; variable