Searched refs:MonitorOffset (Results 1 – 4 of 4) sorted by relevance
/art/compiler/dex/quick/arm/ |
D | call_arm.cc | 165 mirror::Object::MonitorOffset().Int32Value() >> 2); in GenMonitorEnter() 173 mirror::Object::MonitorOffset().Int32Value() >> 2); in GenMonitorEnter() 197 mirror::Object::MonitorOffset().Int32Value() >> 2); in GenMonitorEnter() 209 mirror::Object::MonitorOffset().Int32Value() >> 2); in GenMonitorEnter() 246 Load32Disp(rs_r0, mirror::Object::MonitorOffset().Int32Value(), rs_r1); // Get lock in GenMonitorExit() 249 mirror::Object::MonitorOffset().Int32Value() >> 2); in GenMonitorExit() 260 Store32Disp(rs_r0, mirror::Object::MonitorOffset().Int32Value(), rs_r1); in GenMonitorExit() 264 mirror::Object::MonitorOffset().Int32Value() >> 2); in GenMonitorExit() 285 Load32Disp(rs_r0, mirror::Object::MonitorOffset().Int32Value(), rs_r1); // Get lock in GenMonitorExit() 289 mirror::Object::MonitorOffset().Int32Value() >> 2); in GenMonitorExit() [all …]
|
/art/compiler/dex/quick/arm64/ |
D | call_arm64.cc | 175 OpRegRegImm(kOpAdd, rs_x2, rs_x0, mirror::Object::MonitorOffset().Int32Value()); in GenMonitorEnter() 183 OpRegRegImm(kOpAdd, rs_x2, rs_x0, mirror::Object::MonitorOffset().Int32Value()); in GenMonitorEnter() 229 Load32Disp(rs_x0, mirror::Object::MonitorOffset().Int32Value(), rs_w2); in GenMonitorExit() 231 OpRegRegImm(kOpAdd, rs_x3, rs_x0, mirror::Object::MonitorOffset().Int32Value()); in GenMonitorExit() 243 Store32Disp(rs_x0, mirror::Object::MonitorOffset().Int32Value(), rs_w2); in GenMonitorExit() 246 OpRegRegImm(kOpAdd, rs_x3, rs_x0, mirror::Object::MonitorOffset().Int32Value()); in GenMonitorExit()
|
/art/runtime/ |
D | asm_support.h | 125 ADD_TEST_EQ(MIRROR_OBJECT_LOCK_WORD_OFFSET, art::mirror::Object::MonitorOffset().Int32Value()) in CheckAsmSupportOffsetsAndSizes()
|
/art/runtime/mirror/ |
D | object.h | 122 static MemberOffset MonitorOffset() { in MonitorOffset() function
|