Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_builder.h40 class InstructionOperands; variable
163 const InstructionOperands& operands);
170 const InstructionOperands& operands);
176 const InstructionOperands& operands);
184 const InstructionOperands& operands);
252 const InstructionOperands& operands,
257 const InstructionOperands& operands,
262 const InstructionOperands& operands,
276 const InstructionOperands& operands,
Dinstruction_builder.cc952 const InstructionOperands& operands) { in BuildInvoke()
1083 const InstructionOperands& operands) { in BuildInvokePolymorphic()
1111 const InstructionOperands& operands) { in BuildInvokeCustom()
1473 const InstructionOperands& operands, in SetupInvokeArguments()
1558 const InstructionOperands& operands, in HandleInvoke()
1578 const InstructionOperands& operands, in BuildSimpleIntrinsic()
1760 const InstructionOperands& operands, in HandleStringInit()
2115 const InstructionOperands& operands) { in BuildFilledNewArray()
/art/runtime/mirror/
Dvar_handle.h28 class InstructionOperands; variable
135 const InstructionOperands* const operands,
195 const InstructionOperands* const operands,
223 const InstructionOperands* const operands,
238 const InstructionOperands* const operands,
263 const InstructionOperands* const operands,
Demulated_stack_frame.h44 const InstructionOperands* const operands) REQUIRES_SHARED(Locks::mutator_lock_);
Demulated_stack_frame.cc151 const InstructionOperands* const operands) { in CreateFromShadowFrameAndArgs()
Dvar_handle.cc1580 const InstructionOperands* const operands, in Access()
1691 const InstructionOperands* const operands, in Access()
1742 const InstructionOperands* const operands, in Access()
1834 const InstructionOperands* const operands, in Access()
1922 const InstructionOperands* const operands, in Access()
/art/libdexfile/dex/
Ddex_instruction.h701 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/
Dmethod_handles.h134 const InstructionOperands* const args,
142 const InstructionOperands* const args,
Dvar_handles.h29 const InstructionOperands* const operands,
Dvar_handles.cc35 const InstructionOperands* const operands, in VarHandleInvokeAccessorWithConversions()
66 const InstructionOperands* const operands, in VarHandleInvokeAccessor()
Dmethod_handles.cc315 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 …]
Dmethod_handles-inl.h41 const InstructionOperands* const operands,
71 const InstructionOperands* const operands_; // the set of register operands to read
/art/runtime/interpreter/
Dinterpreter_common.h447 const InstructionOperands* operands,
Dinterpreter_common.cc1136 const InstructionOperands* operands, in DoInvokeCustom()