Searched refs:receiver (Results 26 - 28 of 28) sorted by relevance

12

/art/compiler/optimizing/
H A Dcode_generator_x86_64.cc851 // Use the calling convention instead of the location of the receiver, as
852 // intrinsics may have put the receiver in a different register. In the intrinsics
854 // guaranteed that the receiver is the first register of the calling convention.
856 Register receiver = calling_convention.GetRegisterAt(0); local
859 // /* HeapReference<Class> */ temp = receiver->klass_
860 __ movl(temp, Address(CpuRegister(receiver), class_offset));
2225 Location receiver = locations->InAt(0); local
2233 if (receiver.IsStackSlot()) {
2234 __ movl(temp, Address(CpuRegister(RSP), receiver.GetStackIndex()));
2238 // /* HeapReference<Class> */ temp = receiver
[all...]
/art/runtime/
H A Dthread.cc452 mirror::Object* receiver = self->tlsPtr_.opeer; local
454 ScopedLocalRef<jobject> ref(soa.Env(), soa.AddLocalReference<jobject>(receiver));
/art/runtime/arch/mips/
H A Dquick_entrypoints_mips.S1654 jalr $t9 # (Method* proxy method, receiver, Thread*, SP)
1711 jalr $t9 # (Method* called, receiver, Thread*, SP)

Completed in 97 milliseconds

12