/art/compiler/optimizing/ |
D | cha_guard_optimization.cc | 106 HInstruction* receiver) { in OptimizeForParameter() 123 HInstruction* receiver) { in OptimizeWithDominatingGuard() 175 HInstruction* receiver) { in HoistGuard() 219 HInstruction* receiver = flag->InputAt(0); in VisitShouldDeoptimizeFlag() local
|
D | inliner.cc | 220 HInstruction* receiver = invoke->InputAt(0); in FindVirtualOrInterfaceTarget() local 692 HInstruction* receiver, in BuildGetReceiverClass() 770 HInstruction* receiver = invoke_instruction->InputAt(0); in TryInlineMonomorphicCall() local 827 HInstruction* HInliner::AddTypeGuard(HInstruction* receiver, in AddTypeGuard() 938 HInstruction* receiver = invoke_instruction->InputAt(0); in TryInlinePolymorphicCall() local 1119 HInstruction* receiver = invoke_instruction->InputAt(0); in TryInlinePolymorphicCallToSameTarget() local
|
D | reference_type_propagation.cc | 243 static void BoundTypeIn(HInstruction* receiver, in BoundTypeIn() 321 HInstruction* receiver = field_get->InputAt(0); in BoundTypeForClassCheck() local
|
D | instruction_simplifier.cc | 1632 HInstruction* receiver = field_get->InputAt(0); in RecognizeAndSimplifyClassCheck() local 2271 HInstruction* receiver = instruction->InputAt(0); in SimplifyStringEquals() local 2528 HInstruction* receiver = invoke->InputAt(0); in SimplifyReturnThis() local 2754 HInstruction* receiver = invoke->InputAt(0); in SimplifyAllocationIntrinsic() local
|
D | code_generator_arm64.cc | 4409 Location receiver = locations->InAt(0); in VisitInvokeInterface() local 4710 Register receiver = calling_convention.GetRegisterAt(0); in GenerateVirtualCall() local
|
D | code_generator_x86_64.cc | 1150 Register receiver = calling_convention.GetRegisterAt(0); in GenerateVirtualCall() local 2791 Location receiver = locations->InAt(0); in VisitInvokeInterface() local
|
D | code_generator_x86.cc | 2618 Location receiver = locations->InAt(0); in VisitInvokeInterface() local 5365 Register receiver = calling_convention.GetRegisterAt(0); in GenerateVirtualCall() local
|
D | code_generator_arm_vixl.cc | 3493 Location receiver = locations->InAt(0); in VisitInvokeInterface() local 9314 vixl32::Register receiver = calling_convention.GetRegisterAt(0); in GenerateVirtualCall() local
|
/art/runtime/ |
D | reflection_test.cc | 90 ObjPtr<mirror::Object>* receiver, in ReflectionTestMakeInterpreted() 140 ObjPtr<mirror::Object> receiver; in InvokeNopMethod() local 149 ObjPtr<mirror::Object> receiver; in InvokeIdentityByteMethod() local 175 ObjPtr<mirror::Object> receiver; in InvokeIdentityIntMethod() local 200 ObjPtr<mirror::Object> receiver; in InvokeIdentityDoubleMethod() local 225 ObjPtr<mirror::Object> receiver; in InvokeSumIntIntMethod() local 254 ObjPtr<mirror::Object> receiver; in InvokeSumIntIntIntMethod() local 293 ObjPtr<mirror::Object> receiver; in InvokeSumIntIntIntIntMethod() local 337 ObjPtr<mirror::Object> receiver; in InvokeSumIntIntIntIntIntMethod() local 386 ObjPtr<mirror::Object> receiver; in InvokeSumDoubleDoubleMethod() local [all …]
|
D | reflection.cc | 105 ObjPtr<mirror::Object> receiver, in BuildArgArrayFromVarArgs() 142 ObjPtr<mirror::Object> receiver, const jvalue* args) in BuildArgArrayFromJValues() 225 bool BuildArgArrayFromObjectArray(ObjPtr<mirror::Object> receiver, in BuildArgArrayFromObjectArray() 444 ArtMethod* FindVirtualMethod(ObjPtr<mirror::Object> receiver, ArtMethod* method) in FindVirtualMethod() 480 ObjPtr<mirror::Object> receiver, in InvokeMethodImpl() 542 ObjPtr<mirror::Object> receiver = method->IsStatic() ? nullptr : soa.Decode<mirror::Object>(obj); in InvokeWithVarArgs() local 583 ObjPtr<mirror::Object> receiver = method->IsStatic() ? nullptr : soa.Decode<mirror::Object>(obj); in InvokeWithJValues() local 619 ObjPtr<mirror::Object> receiver = soa.Decode<mirror::Object>(obj); in InvokeVirtualOrInterfaceWithJValues() local 663 ObjPtr<mirror::Object> receiver = soa.Decode<mirror::Object>(obj); in InvokeVirtualOrInterfaceWithVarArgs() local 723 ObjPtr<mirror::Object> receiver; in InvokeMethod() local [all …]
|
D | method_handles.cc | 560 Handle<mirror::MethodHandle> receiver, in MethodHandleInvokeTransform() 659 ObjPtr<mirror::Object> receiver(shadow_frame.GetVRegReference(receiver_reg)); in RefineTargetMethod() local 1049 ObjPtr<mirror::Object> receiver = shadow_frame.GetVRegReference(operands->GetOperand(0)); in DoVarHandleInvokeTranslation() local
|
D | art_method.cc | 341 mirror::Object* receiver = in Invoke() local
|
D | thread.cc | 651 ObjPtr<mirror::Object> receiver = self->tlsPtr_.opeer; in CreateCallback() local
|
/art/test/952-invoke-custom/src/ |
D | TestInvocationKinds.java | 158 private static int maxIntegerValue(TestInvocationKinds receiver, int x, int y) { in maxIntegerValue() 169 TestInvocationKinds receiver = new TestInvocationKinds(); in testInvokeVirtual() local 206 Widget receiver = makeWidget(3); in testConstructor() local
|
/art/runtime/native/ |
D | java_lang_reflect_Constructor.cc | 111 ObjPtr<mirror::Object> receiver = in Constructor_newInstance0() local
|
D | java_lang_Class.cc | 941 auto receiver = hs.NewHandle(klass->AllocObject(soa.Self())); in Class_newInstance() local
|
/art/runtime/interpreter/ |
D | interpreter.cc | 51 ObjPtr<mirror::Object> receiver, in InterpreterJni() 406 ObjPtr<mirror::Object> receiver, in EnterInterpreterFromInvoke() 685 ObjPtr<mirror::Object> receiver = is_static ? nullptr : shadow_frame->GetVRegReference(0); in ArtInterpreterToInterpreterBridge() local
|
D | unstarted_runtime.cc | 680 Handle<mirror::Object> receiver = hs.NewHandle(c->AllocObject(self)); in UnstartedConstructorNewInstance0() local 1793 Thread* self, ArtMethod* method ATTRIBUTE_UNUSED, mirror::Object* receiver, in UnstartedJNIClassGetNameNative() 1819 Thread* self, ArtMethod* method ATTRIBUTE_UNUSED, mirror::Object* receiver, in UnstartedJNIObjectInternalClone() 1827 Thread* self, ArtMethod* method ATTRIBUTE_UNUSED, mirror::Object* receiver, in UnstartedJNIObjectNotifyAll() 1834 mirror::Object* receiver, in UnstartedJNIStringCompareTo() 1846 Thread* self ATTRIBUTE_UNUSED, ArtMethod* method ATTRIBUTE_UNUSED, mirror::Object* receiver, in UnstartedJNIStringIntern() 2119 void UnstartedRuntime::Jni(Thread* self, ArtMethod* method, mirror::Object* receiver, in Jni()
|
D | interpreter_common.h | 268 ObjPtr<mirror::Object> receiver = in DoInvoke() local
|
D | interpreter_common.cc | 483 ObjPtr<mirror::Object> receiver(shadow_frame.GetVRegReference(vRegC)); in DoVarHandleInvokeCommon() local
|
/art/tools/dexanalyze/ |
D | dexanalyze_experiments.cc | 291 const uint32_t receiver = inst.VRegB_22c(); in ProcessDexFile() local
|
D | dexanalyze_bytecode.cc | 264 uint32_t receiver = inst->VRegB_22c(); in ProcessCodeItem() local
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 808 ArtMethod* proxy_method, mirror::Object* receiver, Thread* self, ArtMethod** sp) in artQuickProxyInvokeHandler() 1220 ArtMethod* called, mirror::Object* receiver, Thread* self, ArtMethod** sp) in artQuickResolutionTrampoline()
|