Searched refs:InstructionOperands (Results 1 – 14 of 14) sorted by relevance
/art/runtime/mirror/ |
D | var_handle.h | 28 class InstructionOperands; variable 134 const InstructionOperands* const operands, 194 const InstructionOperands* const operands, 219 const InstructionOperands* const operands, 234 const InstructionOperands* const operands, 259 const InstructionOperands* const operands,
|
D | emulated_stack_frame.h | 44 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 | 1580 const InstructionOperands* const operands, in Access() 1690 const InstructionOperands* const operands, in Access() 1741 const InstructionOperands* const operands, in Access() 1833 const InstructionOperands* const operands, in Access() 1921 const InstructionOperands* const operands, in Access()
|
/art/compiler/optimizing/ |
D | instruction_builder.h | 40 class InstructionOperands; variable 165 const InstructionOperands& operands); 172 const InstructionOperands& operands); 178 const InstructionOperands& operands); 186 const InstructionOperands& operands); 247 const InstructionOperands& operands, 253 const InstructionOperands& operands, 259 const InstructionOperands& operands,
|
D | instruction_builder.cc | 906 const InstructionOperands& operands) { in BuildInvoke() 1019 const InstructionOperands& operands) { in BuildInvokePolymorphic() 1035 const InstructionOperands& operands) { in BuildInvokeCustom() 1384 const InstructionOperands& operands, in SetupInvokeArguments() 1437 const InstructionOperands& operands, in HandleInvoke() 1475 const InstructionOperands& operands, in HandleStringInit() 1820 const InstructionOperands& operands) { in BuildFilledNewArray()
|
/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/ |
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 | 314 const InstructionOperands* const operands, in CopyArgumentsFromCallerFrame() 340 const InstructionOperands* const operands, in ConvertAndCopyArgumentsFromCallerFrame() 423 const InstructionOperands* const operands, in MethodHandleInvokeMethod() 554 const InstructionOperands* const operands, in MethodHandleInvokeTransform() 706 const InstructionOperands* const operands, in DoInvokePolymorphicMethod() 888 const InstructionOperands* const operands, in MethodHandleFieldAccess() 974 const InstructionOperands* const operands, in DoVarHandleInvokeTranslationUnchecked() 1001 const InstructionOperands* const operands, in DoVarHandleInvokeTranslation() 1084 const InstructionOperands* const operands, in MethodHandleInvokeInternal() 1126 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 | 347 const InstructionOperands* operands,
|
D | interpreter_common.cc | 1457 const InstructionOperands* operands, in DoInvokeCustom()
|