Searched refs:InstructionOperands (Results 1 – 8 of 8) sorted by relevance
/art/runtime/ |
D | method_handles.h | 135 const InstructionOperands* const operands, 165 const InstructionOperands* const operands_; // the set of register operands to read 199 const InstructionOperands* const args, 207 const InstructionOperands* const args,
|
D | method_handles.cc | 312 const InstructionOperands* const operands, in CopyArgumentsFromCallerFrame() 338 const InstructionOperands* const operands, in ConvertAndCopyArgumentsFromCallerFrame() 421 const InstructionOperands* const operands, in MethodHandleInvokeMethod() 552 const InstructionOperands* const operands, in MethodHandleInvokeTransform() 704 const InstructionOperands* const operands, in DoInvokePolymorphicMethod() 886 const InstructionOperands* const operands, in MethodHandleFieldAccess() 972 const InstructionOperands* const operands, in DoVarHandleInvokeTranslationUnchecked() 999 const InstructionOperands* const operands, in DoVarHandleInvokeTranslation() 1082 const InstructionOperands* const operands, in MethodHandleInvokeInternal() 1124 const InstructionOperands* const operands, in MethodHandleInvokeExactInternal() [all …]
|
/art/libdexfile/dex/ |
D | dex_instruction.h | 696 class InstructionOperands { 698 explicit InstructionOperands(size_t num_operands) : num_operands_(num_operands) {} in InstructionOperands() function 699 virtual ~InstructionOperands() {} in ~InstructionOperands() 706 DISALLOW_IMPLICIT_CONSTRUCTORS(InstructionOperands); 711 class RangeInstructionOperands FINAL : public InstructionOperands { 714 : InstructionOperands(num_operands), first_operand_(first_operand) {} in RangeInstructionOperands() 726 class VarArgsInstructionOperands FINAL : public InstructionOperands { 730 : InstructionOperands(num_operands), operands_(operands) {} in VarArgsInstructionOperands() 742 class NoReceiverInstructionOperands FINAL : public InstructionOperands { 744 explicit NoReceiverInstructionOperands(const InstructionOperands* const inner) in NoReceiverInstructionOperands() [all …]
|
/art/runtime/mirror/ |
D | var_handle.h | 29 class InstructionOperands; variable 127 InstructionOperands* operands, 195 InstructionOperands* operands, 228 InstructionOperands* operands, 251 InstructionOperands* operands, 284 InstructionOperands* operands,
|
D | emulated_stack_frame.h | 43 const InstructionOperands* const operands) REQUIRES_SHARED(Locks::mutator_lock_);
|
D | emulated_stack_frame.cc | 147 const InstructionOperands* const operands) { in CreateFromShadowFrameAndArgs()
|
D | var_handle.cc | 1543 InstructionOperands* operands, in Access() 1674 InstructionOperands* operands, in Access() 1746 InstructionOperands* operands, in Access() 1859 InstructionOperands* operands, in Access() 1968 InstructionOperands* operands, in Access()
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 732 InstructionOperands* operands, in DoVarHandleInvokeChecked()
|