/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 789 HInstruction* receiver, in BuildGetReceiverClass() 863 HInstruction* receiver = invoke_instruction->InputAt(0); in TryInlineMonomorphicCall() local 922 HInstruction* HInliner::AddTypeGuard(HInstruction* receiver, in AddTypeGuard() 1027 HInstruction* receiver = invoke_instruction->InputAt(0); in TryInlinePolymorphicCall() local 1216 HInstruction* receiver = invoke_instruction->InputAt(0); in TryInlinePolymorphicCallToSameTarget() local
|
D | instruction_simplifier.cc | 1544 HInstruction* receiver = field_get->InputAt(0); in RecognizeAndSimplifyClassCheck() local 2118 HInstruction* receiver = instruction->InputAt(0); in SimplifyStringEquals() local 2439 HInstruction* receiver = invoke->InputAt(0); in SimplifyReturnThis() local 2479 HInstruction* receiver = invoke->InputAt(0); in SimplifyAllocationIntrinsic() local
|
D | reference_type_propagation.cc | 253 static void BoundTypeIn(HInstruction* receiver, in BoundTypeIn() 333 HInstruction* receiver = field_get->InputAt(0); in BoundTypeForClassCheck() local
|
D | code_generator_arm64.cc | 3971 Location receiver = locations->InAt(0); in VisitInvokeInterface() local 4162 Register receiver = calling_convention.GetRegisterAt(0); in GenerateVirtualCall() local
|
D | code_generator_x86_64.cc | 1056 Register receiver = calling_convention.GetRegisterAt(0); in GenerateVirtualCall() local 2513 Location receiver = locations->InAt(0); in VisitInvokeInterface() local
|
D | code_generator_mips64.cc | 5925 Location receiver = invoke->GetLocations()->InAt(0); in VisitInvokeInterface() local 6171 GpuRegister receiver = calling_convention.GetRegisterAt(0); in GenerateVirtualCall() local
|
D | code_generator_x86.cc | 2280 Location receiver = locations->InAt(0); in VisitInvokeInterface() local 4915 Register receiver = calling_convention.GetRegisterAt(0); in GenerateVirtualCall() local
|
D | code_generator_arm_vixl.cc | 3219 Location receiver = locations->InAt(0); in VisitInvokeInterface() local 8782 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() 538 ObjPtr<mirror::Object> receiver = method->IsStatic() ? nullptr : soa.Decode<mirror::Object>(obj); in InvokeWithVarArgs() local 569 ObjPtr<mirror::Object> receiver = method->IsStatic() ? nullptr : soa.Decode<mirror::Object>(obj); in InvokeWithJValues() local 594 ObjPtr<mirror::Object> receiver = soa.Decode<mirror::Object>(obj); in InvokeVirtualOrInterfaceWithJValues() local 626 ObjPtr<mirror::Object> receiver = soa.Decode<mirror::Object>(obj); in InvokeVirtualOrInterfaceWithVarArgs() local 672 ObjPtr<mirror::Object> receiver; in InvokeMethod() local [all …]
|
D | method_handles.cc | 553 Handle<mirror::MethodHandle> receiver, in MethodHandleInvokeTransform() 652 ObjPtr<mirror::Object> receiver(shadow_frame.GetVRegReference(receiver_reg)); in RefineTargetMethod() local 1033 ObjPtr<mirror::Object> receiver = shadow_frame.GetVRegReference(operands->GetOperand(0)); in DoVarHandleInvokeTranslation() local
|
D | debugger.h | 103 GcRoot<mirror::Object> receiver; // not used for ClassType.InvokeMethod. member
|
D | art_method.cc | 332 mirror::Object* receiver = in Invoke() local
|
D | thread.cc | 638 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 | 833 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() 401 ObjPtr<mirror::Object> receiver, in EnterInterpreterFromInvoke() 676 ObjPtr<mirror::Object> receiver = is_static ? nullptr : shadow_frame->GetVRegReference(0); in ArtInterpreterToInterpreterBridge() local
|
D | unstarted_runtime.cc | 726 Handle<mirror::Object> receiver = hs.NewHandle(c->AllocObject(self)); in UnstartedConstructorNewInstance0() local 1774 Thread* self, ArtMethod* method ATTRIBUTE_UNUSED, mirror::Object* receiver, in UnstartedJNIClassGetNameNative() 1800 Thread* self, ArtMethod* method ATTRIBUTE_UNUSED, mirror::Object* receiver, in UnstartedJNIObjectInternalClone() 1806 Thread* self, ArtMethod* method ATTRIBUTE_UNUSED, mirror::Object* receiver, in UnstartedJNIObjectNotifyAll() 1813 mirror::Object* receiver, in UnstartedJNIStringCompareTo() 1825 Thread* self ATTRIBUTE_UNUSED, ArtMethod* method ATTRIBUTE_UNUSED, mirror::Object* receiver, in UnstartedJNIStringIntern() 2042 void UnstartedRuntime::Jni(Thread* self, ArtMethod* method, mirror::Object* receiver, in Jni()
|
D | interpreter_common.h | 176 ObjPtr<mirror::Object> receiver = in DoInvoke() local
|
D | interpreter_common.cc | 808 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 | 893 ArtMethod* proxy_method, mirror::Object* receiver, Thread* self, ArtMethod** sp) in artQuickProxyInvokeHandler() 1302 ArtMethod* called, mirror::Object* receiver, Thread* self, ArtMethod** sp) in artQuickResolutionTrampoline()
|