Home
last modified time | relevance | path

Searched defs:receiver (Results 1 – 22 of 22) sorted by relevance

/art/compiler/optimizing/
Dcha_guard_optimization.cc106 HInstruction* receiver) { in OptimizeForParameter()
123 HInstruction* receiver) { in OptimizeWithDominatingGuard()
175 HInstruction* receiver) { in HoistGuard()
220 HInstruction* receiver = flag->InputAt(0); in VisitShouldDeoptimizeFlag() local
Dinliner.cc234 HInstruction* receiver = invoke->InputAt(0); in FindVirtualOrInterfaceTarget() local
725 HInstruction* receiver, in BuildGetReceiverClass()
810 HInstruction* receiver = invoke_instruction->InputAt(0); in TryInlineMonomorphicCall() local
872 HInstruction* HInliner::AddTypeGuard(HInstruction* receiver, in AddTypeGuard()
983 HInstruction* receiver = invoke_instruction->InputAt(0); in TryInlinePolymorphicCall() local
1182 HInstruction* receiver = invoke_instruction->InputAt(0); in TryInlinePolymorphicCallToSameTarget() local
Dreference_type_propagation.cc194 static void BoundTypeIn(HInstruction* receiver, in BoundTypeIn()
272 HInstruction* receiver = field_get->InputAt(0); in BoundTypeForClassCheck() local
Dinstruction_simplifier.cc1697 HInstruction* receiver = field_get->InputAt(0); in RecognizeAndSimplifyClassCheck() local
2339 HInstruction* receiver = instruction->InputAt(0); in SimplifyStringEquals() local
2596 HInstruction* receiver = invoke->InputAt(0); in SimplifyReturnThis() local
2827 HInstruction* receiver = invoke->InputAt(0); in SimplifyAllocationIntrinsic() local
Dcode_generator_arm64.cc4594 Location receiver = locations->InAt(0); in VisitInvokeInterface() local
4891 Register receiver = calling_convention.GetRegisterAt(0); in GenerateVirtualCall() local
Dcode_generator_x86_64.cc1222 Register receiver = calling_convention.GetRegisterAt(0); in GenerateVirtualCall() local
3023 Location receiver = locations->InAt(0); in VisitInvokeInterface() local
Dcode_generator_x86.cc2777 Location receiver = locations->InAt(0); in VisitInvokeInterface() local
5525 Register receiver = calling_convention.GetRegisterAt(0); in GenerateVirtualCall() local
Dcode_generator_arm_vixl.cc3642 Location receiver = locations->InAt(0); in VisitInvokeInterface() local
9481 vixl32::Register receiver = calling_convention.GetRegisterAt(0); in GenerateVirtualCall() local
/art/runtime/
Dreflection_test.cc89 ObjPtr<mirror::Object>* receiver, in ReflectionTestMakeInterpreted()
139 ObjPtr<mirror::Object> receiver; in InvokeNopMethod() local
148 ObjPtr<mirror::Object> receiver; in InvokeIdentityByteMethod() local
174 ObjPtr<mirror::Object> receiver; in InvokeIdentityIntMethod() local
199 ObjPtr<mirror::Object> receiver; in InvokeIdentityDoubleMethod() local
224 ObjPtr<mirror::Object> receiver; in InvokeSumIntIntMethod() local
253 ObjPtr<mirror::Object> receiver; in InvokeSumIntIntIntMethod() local
292 ObjPtr<mirror::Object> receiver; in InvokeSumIntIntIntIntMethod() local
336 ObjPtr<mirror::Object> receiver; in InvokeSumIntIntIntIntIntMethod() local
385 ObjPtr<mirror::Object> receiver; in InvokeSumDoubleDoubleMethod() local
[all …]
Dreflection.cc105 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()
543 ObjPtr<mirror::Object> receiver = method->IsStatic() ? nullptr : soa.Decode<mirror::Object>(obj); in InvokeWithVarArgs() local
585 ObjPtr<mirror::Object> receiver = method->IsStatic() ? nullptr : soa.Decode<mirror::Object>(obj); in InvokeWithJValues() local
621 ObjPtr<mirror::Object> receiver = soa.Decode<mirror::Object>(obj); in InvokeVirtualOrInterfaceWithJValues() local
665 ObjPtr<mirror::Object> receiver = soa.Decode<mirror::Object>(obj); in InvokeVirtualOrInterfaceWithVarArgs() local
725 ObjPtr<mirror::Object> receiver; in InvokeMethod() local
[all …]
Dart_method.cc181 void ArtMethod::ThrowInvocationTimeError(ObjPtr<mirror::Object> receiver) { in ThrowInvocationTimeError()
394 mirror::Object* receiver = in Invoke() local
Dmethod_handles.cc454 ObjPtr<mirror::Object> receiver(shadow_frame.GetVRegReference(receiver_reg)); in RefineTargetMethod() local
713 ObjPtr<mirror::Object> receiver = shadow_frame.GetVRegReference(operands->GetOperand(0)); in DoVarHandleInvokeTranslation() local
Dthread.cc670 ObjPtr<mirror::Object> receiver = self->tlsPtr_.opeer; in CreateCallback() local
/art/test/952-invoke-custom/src/
DTestInvocationKinds.java158 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/
Djava_lang_reflect_Constructor.cc110 ObjPtr<mirror::Object> receiver = in Constructor_newInstance0() local
Djava_lang_Class.cc907 auto receiver = hs.NewHandle(klass->AllocObject(soa.Self())); in Class_newInstance() local
/art/runtime/interpreter/
Dunstarted_runtime.cc719 Handle<mirror::Object> receiver = hs.NewHandle(c->AllocObject(self)); in UnstartedConstructorNewInstance0() local
1887 Thread* self, ArtMethod* method ATTRIBUTE_UNUSED, mirror::Object* receiver, in UnstartedJNIClassGetNameNative()
1913 Thread* self, ArtMethod* method ATTRIBUTE_UNUSED, mirror::Object* receiver, in UnstartedJNIObjectInternalClone()
1921 Thread* self, ArtMethod* method ATTRIBUTE_UNUSED, mirror::Object* receiver, in UnstartedJNIObjectNotifyAll()
1928 mirror::Object* receiver, in UnstartedJNIStringCompareTo()
1941 mirror::Object* receiver, uint32_t* args, JValue* ATTRIBUTE_UNUSED) { in UnstartedJNIStringFillBytesLatin1()
1953 mirror::Object* receiver, uint32_t* args, JValue* ATTRIBUTE_UNUSED) { in UnstartedJNIStringFillBytesUTF16()
1964 Thread* self ATTRIBUTE_UNUSED, ArtMethod* method ATTRIBUTE_UNUSED, mirror::Object* receiver, in UnstartedJNIStringIntern()
2011 mirror::Object* receiver, in UnstartedJNIUnsafeCompareAndSwapInt()
2019 mirror::Object* receiver, in UnstartedJNIUnsafeGetIntVolatile()
[all …]
Dinterpreter.cc49 ObjPtr<mirror::Object> receiver, in InterpreterJni()
348 ObjPtr<mirror::Object> receiver, in EnterInterpreterFromInvoke()
604 ObjPtr<mirror::Object> receiver = is_static ? nullptr : shadow_frame->GetVRegReference(0); in ArtInterpreterToInterpreterBridge() local
Dinterpreter_common.cc467 ObjPtr<mirror::Object> receiver(shadow_frame.GetVRegReference(vRegC)); in DoVarHandleInvokeCommon() local
/art/tools/dexanalyze/
Ddexanalyze_experiments.cc291 const uint32_t receiver = inst.VRegB_22c(); in ProcessDexFile() local
Ddexanalyze_bytecode.cc264 uint32_t receiver = inst->VRegB_22c(); in ProcessCodeItem() local
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc810 ArtMethod* proxy_method, mirror::Object* receiver, Thread* self, ArtMethod** sp) in artQuickProxyInvokeHandler()
1119 ArtMethod* called, mirror::Object* receiver, Thread* self, ArtMethod** sp) in artQuickResolutionTrampoline()