Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dvar_handle.h28 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,
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()
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/
Dinstruction_builder.h40 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,
Dinstruction_builder.cc906 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/
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/
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.cc314 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 …]
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.h347 const InstructionOperands* operands,
Dinterpreter_common.cc1457 const InstructionOperands* operands, in DoInvokeCustom()