Searched refs:bytecode_offset_ (Results 1 – 4 of 4) sorted by relevance
15 : bytecode_array_(bytecode_array), bytecode_offset_(0) {} in BytecodeArrayIterator()19 bytecode_offset_ += Bytecodes::Size(current_bytecode()); in Advance()24 return bytecode_offset_ >= bytecode_array()->length(); in done()30 uint8_t current_byte = bytecode_array()->get(bytecode_offset_); in current_bytecode()47 bytecode_array()->GetFirstBytecodeAddress() + bytecode_offset_ + in GetRawOperand()
24 int current_offset() const { return bytecode_offset_; } in current_offset()46 int bytecode_offset_; variable
38 bytecode_offset_(raw_assembler_->Parameter( in InterpreterAssembler()85 Node* InterpreterAssembler::BytecodeOffset() { return bytecode_offset_; } in BytecodeOffset()467 StoreRegister(SmiTag(bytecode_offset_), in CallPrologue()474 bytecode_offset_ = SmiUntag(LoadRegister( in CallEpilogue()
212 Node* bytecode_offset_; variable