Lines Matching refs:bytecode_array
18 Handle<BytecodeArray> bytecode_array, int initial_offset) in BytecodeArrayAccessor() argument
19 : bytecode_array_(bytecode_array), in BytecodeArrayAccessor()
46 uint8_t current_byte = bytecode_array()->get(bytecode_offset_); in UpdateOperandScale()
60 return bytecode_offset_ >= 0 && bytecode_offset_ < bytecode_array()->length(); in OffsetInBounds()
66 bytecode_array()->get(bytecode_offset_ + current_prefix_offset()); in current_bytecode()
85 bytecode_array()->GetFirstBytecodeAddress() + bytecode_offset_ + in GetUnsignedOperand()
101 bytecode_array()->GetFirstBytecodeAddress() + bytecode_offset_ + in GetSignedOperand()
151 bytecode_array()->GetFirstBytecodeAddress() + bytecode_offset_ + in GetRegisterOperand()
201 return bytecode_array()->constant_pool()->get(index); in GetConstantAtIndex()
253 bytecode_array()->GetFirstBytecodeAddress() + bytecode_offset_); in PrintTo()
255 bytecode_array()->parameter_count()); in PrintTo()