Home
last modified time | relevance | path

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

/art/compiler/linker/arm/
Drelative_patcher_thumb2.cc248 MemOperand lock_word(holder_reg, mirror::Object::MonitorOffset().Int32Value()); in CompileBakerReadBarrierThunk()
293 MemOperand lock_word(base_reg, mirror::Object::MonitorOffset().Int32Value() - data_offset); in CompileBakerReadBarrierThunk()
324 MemOperand lock_word(root_reg, mirror::Object::MonitorOffset().Int32Value()); in CompileBakerReadBarrierThunk()
Drelative_patcher_thumb2_test.cc653 mirror::Object::MonitorOffset().Uint32Value(); in TestBakerFieldWide()
758 mirror::Object::MonitorOffset().Uint32Value(); in TestBakerFieldNarrow()
1028 int32_t offset = mirror::Object::MonitorOffset().Int32Value() - data_offset; in TEST_F()
/art/compiler/linker/arm64/
Drelative_patcher_arm64.cc434 MemOperand lock_word(holder_reg, mirror::Object::MonitorOffset().Int32Value()); in CompileBakerReadBarrierThunk()
463 MemOperand lock_word(base_reg, mirror::Object::MonitorOffset().Int32Value() - data_offset); in CompileBakerReadBarrierThunk()
490 MemOperand lock_word(root_reg.X(), mirror::Object::MonitorOffset().Int32Value()); in CompileBakerReadBarrierThunk()
Drelative_patcher_arm64_test.cc969 (mirror::Object::MonitorOffset().Uint32Value() << (10 - 2)) | in TestBakerField()
1206 int32_t offset = mirror::Object::MonitorOffset().Int32Value() - data_offset; in TEST_F()
/art/runtime/generated/
Dasm_support_gen.h56 …_OBJECT_LOCK_WORD_OFFSET), (static_cast<int32_t>(art::mirror::Object::MonitorOffset().Int32Value()…
/art/runtime/
Dcommon_throws.cc457 uint32_t monitor_offset = mirror::Object::MonitorOffset().Uint32Value(); in IsValidReadBarrierImplicitCheck()
/art/runtime/mirror/
Dobject.h144 static MemberOffset MonitorOffset() { in MonitorOffset() function
/art/compiler/optimizing/
Dcode_generator_arm64.cc818 uint32_t monitor_offset = mirror::Object::MonitorOffset().Int32Value(); in EmitNativeCode()
970 uint32_t monitor_offset = mirror::Object::MonitorOffset().Int32Value(); in EmitNativeCode()
Dintrinsics_x86_64.cc1171 uint32_t monitor_offset = mirror::Object::MonitorOffset().Int32Value(); in VisitSystemArrayCopy()
Dintrinsics_arm64.cc2468 uint32_t monitor_offset = mirror::Object::MonitorOffset().Int32Value(); in VisitSystemArrayCopy()
Dintrinsics_arm_vixl.cc2219 uint32_t monitor_offset = mirror::Object::MonitorOffset().Int32Value(); in VisitSystemArrayCopy()
Dintrinsics_x86.cc2904 uint32_t monitor_offset = mirror::Object::MonitorOffset().Int32Value(); in VisitSystemArrayCopy()
Dcode_generator_arm_vixl.cc941 uint32_t monitor_offset = mirror::Object::MonitorOffset().Int32Value(); in EmitNativeCode()
1083 uint32_t monitor_offset = mirror::Object::MonitorOffset().Int32Value(); in EmitNativeCode()
Dcode_generator_mips64.cc5364 uint32_t monitor_offset = mirror::Object::MonitorOffset().Int32Value(); in GenerateReferenceLoadWithBakerReadBarrier()
Dcode_generator_x86_64.cc6660 uint32_t monitor_offset = mirror::Object::MonitorOffset().Int32Value(); in GenerateReferenceLoadWithBakerReadBarrier()
Dcode_generator_x86.cc7277 uint32_t monitor_offset = mirror::Object::MonitorOffset().Int32Value(); in GenerateReferenceLoadWithBakerReadBarrier()
Dcode_generator_mips.cc7247 uint32_t monitor_offset = mirror::Object::MonitorOffset().Int32Value(); in GenerateReferenceLoadWithBakerReadBarrier()