Home
last modified time | relevance | path

Searched refs:InstructionOperands (Results 1 – 8 of 8) sorted by relevance

/art/runtime/
Dmethod_handles.h135 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,
Dmethod_handles.cc312 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/
Ddex_instruction.h696 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/
Dvar_handle.h29 class InstructionOperands; variable
127 InstructionOperands* operands,
195 InstructionOperands* operands,
228 InstructionOperands* operands,
251 InstructionOperands* operands,
284 InstructionOperands* operands,
Demulated_stack_frame.h43 const InstructionOperands* const operands) REQUIRES_SHARED(Locks::mutator_lock_);
Demulated_stack_frame.cc147 const InstructionOperands* const operands) { in CreateFromShadowFrameAndArgs()
Dvar_handle.cc1543 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/
Dinterpreter_common.cc732 InstructionOperands* operands, in DoVarHandleInvokeChecked()