Home
last modified time | relevance | path

Searched refs:MonitorOffset (Results 1 – 4 of 4) sorted by relevance

/art/compiler/dex/quick/arm/
Dcall_arm.cc165 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/
Dcall_arm64.cc175 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/
Dasm_support.h125 ADD_TEST_EQ(MIRROR_OBJECT_LOCK_WORD_OFFSET, art::mirror::Object::MonitorOffset().Int32Value()) in CheckAsmSupportOffsetsAndSizes()
/art/runtime/mirror/
Dobject.h122 static MemberOffset MonitorOffset() { in MonitorOffset() function