HomeSort by relevance Sort by last modified time
    Searched refs:monitor_offset (Results 1 - 11 of 11) sorted by null

  /art/runtime/
common_throws.cc 457 uint32_t monitor_offset = mirror::Object::MonitorOffset().Uint32Value(); local
461 monitor_offset += gray_byte_position;
463 return addr == monitor_offset;
    [all...]
  /art/compiler/optimizing/
code_generator_arm64.cc 818 uint32_t monitor_offset = mirror::Object::MonitorOffset().Int32Value(); variable
970 uint32_t monitor_offset = mirror::Object::MonitorOffset().Int32Value(); variable
    [all...]
intrinsics_arm64.cc 2468 uint32_t monitor_offset = mirror::Object::MonitorOffset().Int32Value(); local
    [all...]
intrinsics_arm_vixl.cc 2219 uint32_t monitor_offset = mirror::Object::MonitorOffset().Int32Value(); local
    [all...]
intrinsics_x86.cc 2904 uint32_t monitor_offset = mirror::Object::MonitorOffset().Int32Value(); local
    [all...]
intrinsics_x86_64.cc 1171 uint32_t monitor_offset = mirror::Object::MonitorOffset().Int32Value(); local
    [all...]
code_generator_arm_vixl.cc 941 uint32_t monitor_offset = mirror::Object::MonitorOffset().Int32Value(); variable
1083 uint32_t monitor_offset = mirror::Object::MonitorOffset().Int32Value(); variable
    [all...]
code_generator_mips64.cc     [all...]
code_generator_x86.cc 7277 uint32_t monitor_offset = mirror::Object::MonitorOffset().Int32Value(); local
    [all...]
code_generator_x86_64.cc 6660 uint32_t monitor_offset = mirror::Object::MonitorOffset().Int32Value(); local
    [all...]
code_generator_mips.cc 7247 uint32_t monitor_offset = mirror::Object::MonitorOffset().Int32Value(); local
    [all...]

Completed in 243 milliseconds