Searched refs:object (Results 101 - 125 of 237) sorted by relevance

12345678910

/art/runtime/interpreter/mterp/arm/
H A Dop_iput.S5 * for: iput, iput-object, iput-boolean, iput-byte, iput-char, iput-short
12 GET_VREG r1, r1 @ r1<- fp[B], the object pointer
H A Dop_iput_wide.S6 GET_VREG r1, r1 @ r1<- fp[B], the object pointer
H A Dop_monitor_exit.S2 * Unlock an object.
11 GET_VREG r0, r2 @ r0<- vAA (object)
/art/runtime/interpreter/mterp/mips/
H A Dop_aget_object.S2 * Array object get. vAA <- vBB[vCC].
4 * for: aget-object
11 GET_VREG(a0, a2) # a0 <- vBB (array object)
H A Dop_check_cast.S8 EAS2(a1, rFP, a1) # a1 <- &object
H A Dop_instance_of.S2 * Check to see if an object reference is an instance of a class.
4 * Most common situation is a non-null object, being compared against
11 EAS2(a1, rFP, a1) # a1 <- &object
H A Dop_iput.S12 GET_VREG(a1, a1) # a1 <- fp[B], the object pointer
H A Dop_iput_wide.S6 GET_VREG(a1, a1) # a1 <- fp[B], the object pointer
H A Dop_monitor_enter.S2 * Synchronize on an object.
7 GET_VREG(a0, a2) # a0 <- vAA (object)
H A Dop_monitor_exit.S2 * Unlock an object.
11 GET_VREG(a0, a2) # a0 <- vAA (object)
H A Dop_sput.S11 GET_VREG(a1, a3) # a1 <- fp[AA], the object pointer
/art/runtime/interpreter/mterp/mips64/
H A Dop_aget_object.S2 * Array object get. vAA <- vBB[vCC].
4 * for: aget-object
11 GET_VREG_U a0, a2 # a0 <- vBB (array object)
H A Dop_array_length.S5 GET_VREG_U a0, a1 # a0 <- vB (object ref)
H A Dop_check_cast.S9 dlsa a1, a1, rFP, 2 # a1 <- &object
H A Dop_iput.S12 GET_VREG_U a1, a1 # a1 <- fp[B], the object pointer
H A Dop_iput_wide.S6 GET_VREG_U a1, a1 # a1 <- fp[B], the object pointer
H A Dop_monitor_exit.S2 * Unlock an object.
12 GET_VREG_U a0, a2 # a0 <- vAA (object)
/art/runtime/interpreter/mterp/x86/
H A Dop_aget_object.S2 * Array object get. vAA <- vBB[vCC].
4 * for: aget-object
9 GET_VREG %eax, %eax # eax <- vBB (array object)
H A Dop_fill_array_data.S5 GET_VREG %eax, rINST # eax <- vAA (array object)
/art/runtime/interpreter/mterp/x86_64/
H A Dop_aget_object.S2 * Array object get. vAA <- vBB[vCC].
4 * for: aget-object
9 GET_VREG OUT_32_ARG0, %rax # eax <- vBB (array object)
H A Dop_instance_of.S2 * Check to see if an object reference is an instance of a class.
4 * Most common situation is a non-null object, being compared against
12 leaq VREG_ADDRESS(%rax), OUT_ARG1 # Get object address
H A Dop_iput.S5 * for: iput, iput-object, iput-boolean, iput-byte, iput-char, iput-short
13 GET_VREG OUT_32_ARG1, %rcx # the object pointer
H A Dop_iput_wide.S7 GET_VREG OUT_32_ARG1, %rcx # the object pointer
/art/test/1337-gc-coverage/
H A Dgc_coverage.cc44 extern "C" JNIEXPORT jlong JNICALL Java_Main_objectAddress(JNIEnv* env, jclass, jobject object) { argument
46 return reinterpret_cast<jlong>(soa.Decode<mirror::Object>(object).Ptr());
/art/test/954-invoke-polymorphic-verifier/smali/
H A DVarHandleUnhappyAccessors.smali25 move-result-object v0
27 move-result-object v1
63 return-object v0
69 return-object v0

Completed in 273 milliseconds

12345678910