Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_builder.h39 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,
Dinstruction_builder.cc993 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/
Dvar_handle.h28 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,
Demulated_stack_frame.h46 const InstructionOperands* const operands) REQUIRES_SHARED(Locks::mutator_lock_);
Demulated_stack_frame.cc151 const InstructionOperands* const operands) { in CreateFromShadowFrameAndArgs()
Dvar_handle.cc1452 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/
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.cc35 const InstructionOperands* const operands, in VarHandleInvokeAccessorWithConversions()
66 const InstructionOperands* const operands, in VarHandleInvokeAccessor()
Dvar_handles.h29 const InstructionOperands* const operands,
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.h426 const InstructionOperands* operands,
Dinterpreter_common.cc1132 const InstructionOperands* operands, in DoInvokeCustom()