Searched refs:InstructionOperands (Results 1 – 14 of 14) sorted by relevance
/art/compiler/optimizing/ |
D | instruction_builder.h | 39 class InstructionOperands; variable 157 const InstructionOperands& operands); 164 const InstructionOperands& operands); 170 const InstructionOperands& operands); 178 const InstructionOperands& operands); 250 const InstructionOperands& operands, 255 const InstructionOperands& operands, 260 const InstructionOperands& operands, 274 const InstructionOperands& operands,
|
D | instruction_builder.cc | 993 const InstructionOperands& operands) { in BuildInvoke() 1174 const InstructionOperands& operands) { in BuildInvokePolymorphic() 1226 const InstructionOperands& operands) { in BuildInvokeCustom() 1594 const InstructionOperands& operands, in SetupInvokeArguments() 1685 const InstructionOperands& operands, in HandleInvoke() 1705 const InstructionOperands& operands, in BuildSimpleIntrinsic() 1887 const InstructionOperands& operands, in HandleStringInit() 2250 const InstructionOperands& operands) { in BuildFilledNewArray()
|
/art/runtime/mirror/ |
D | var_handle.h | 28 class InstructionOperands; variable 145 const InstructionOperands* const operands, 216 const InstructionOperands* const operands, 244 const InstructionOperands* const operands, 261 const InstructionOperands* const operands, 288 const InstructionOperands* const operands,
|
D | emulated_stack_frame.h | 46 const InstructionOperands* const operands) REQUIRES_SHARED(Locks::mutator_lock_);
|
D | emulated_stack_frame.cc | 151 const InstructionOperands* const operands) { in CreateFromShadowFrameAndArgs()
|
D | var_handle.cc | 1452 const InstructionOperands* const operands, in Access() 1652 const InstructionOperands* const operands, in Access() 1703 const InstructionOperands* const operands, in Access() 1795 const InstructionOperands* const operands, in Access() 1883 const InstructionOperands* const operands, in Access()
|
/art/libdexfile/dex/ |
D | dex_instruction.h | 701 class InstructionOperands { 703 explicit InstructionOperands(size_t num_operands) : num_operands_(num_operands) {} in InstructionOperands() function 704 virtual ~InstructionOperands() {} in ~InstructionOperands() 711 DISALLOW_IMPLICIT_CONSTRUCTORS(InstructionOperands); 716 class RangeInstructionOperands final : public InstructionOperands { 719 : InstructionOperands(num_operands), first_operand_(first_operand) {} in RangeInstructionOperands() 731 class VarArgsInstructionOperands final : public InstructionOperands { 735 : InstructionOperands(num_operands), operands_(operands) {} in VarArgsInstructionOperands() 747 class NoReceiverInstructionOperands final : public InstructionOperands { 749 explicit NoReceiverInstructionOperands(const InstructionOperands* const inner) in NoReceiverInstructionOperands() [all …]
|
/art/runtime/ |
D | method_handles.h | 134 const InstructionOperands* const args, 142 const InstructionOperands* const args,
|
D | var_handles.cc | 35 const InstructionOperands* const operands, in VarHandleInvokeAccessorWithConversions() 66 const InstructionOperands* const operands, in VarHandleInvokeAccessor()
|
D | var_handles.h | 29 const InstructionOperands* const operands,
|
D | method_handles.cc | 315 const InstructionOperands* const operands, in CopyArgumentsFromCallerFrame() 341 const InstructionOperands* const operands, in ConvertAndCopyArgumentsFromCallerFrame() 425 const InstructionOperands* const operands, in MethodHandleInvokeMethod() 561 const InstructionOperands* const operands, in MethodHandleInvokeTransform() 720 const InstructionOperands* const operands, in DoInvokePolymorphicMethod() 904 const InstructionOperands* const operands, in MethodHandleFieldAccess() 990 const InstructionOperands* const operands, in DoVarHandleInvokeTranslationUnchecked() 1017 const InstructionOperands* const operands, in DoVarHandleInvokeTranslation() 1100 const InstructionOperands* const operands, in MethodHandleInvokeInternal() 1142 const InstructionOperands* const operands, in MethodHandleInvokeExactInternal() [all …]
|
D | method_handles-inl.h | 41 const InstructionOperands* const operands, 71 const InstructionOperands* const operands_; // the set of register operands to read
|
/art/runtime/interpreter/ |
D | interpreter_common.h | 426 const InstructionOperands* operands,
|
D | interpreter_common.cc | 1132 const InstructionOperands* operands, in DoInvokeCustom()
|