Lines Matching refs:bytecode_array
16 Handle<BytecodeArray> bytecode_array, int initial_offset) in BytecodeArrayAccessor() argument
17 : bytecode_array_(bytecode_array), in BytecodeArrayAccessor()
31 uint8_t current_byte = bytecode_array()->get(bytecode_offset_); in UpdateOperandScale()
45 return bytecode_offset_ >= 0 && bytecode_offset_ < bytecode_array()->length(); in OffsetInBounds()
51 bytecode_array()->get(bytecode_offset_ + current_prefix_offset()); in current_bytecode()
70 bytecode_array()->GetFirstBytecodeAddress() + bytecode_offset_ + in GetUnsignedOperand()
86 bytecode_array()->GetFirstBytecodeAddress() + bytecode_offset_ + in GetSignedOperand()
131 bytecode_array()->GetFirstBytecodeAddress() + bytecode_offset_ + in GetRegisterOperand()
173 return FixedArray::get(bytecode_array()->constant_pool(), in GetConstantForIndexOperand()
175 bytecode_array()->GetIsolate()); in GetConstantForIndexOperand()
202 os, bytecode_array()->GetFirstBytecodeAddress() + bytecode_offset_, in PrintTo()
203 bytecode_array()->parameter_count()); in PrintTo()