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

  /art/runtime/
entrypoints_order_test.cc 99 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, wait_next, monitor_enter_object, sizeof(void*));
100 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, monitor_enter_object, top_handle_scope, sizeof(void*));
thread.h 491 return tlsPtr_.monitor_enter_object;
495 tlsPtr_.monitor_enter_object = obj;
1569 mirror::Object* monitor_enter_object; variable
    [all...]
thread.cc     [all...]

Completed in 314 milliseconds