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

  /art/runtime/
handle_scope-inl.h 54 BaseHandleScope* top_handle_scope = self_->PopHandleScope(); local
55 DCHECK_EQ(top_handle_scope, this);
207 BaseHandleScope* top_handle_scope = self_->PopHandleScope(); local
208 DCHECK_EQ(top_handle_scope, this);
thread.h 1638 BaseHandleScope* top_handle_scope; variable
    [all...]
entrypoints_order_test.cc 101 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, monitor_enter_object, top_handle_scope, sizeof(void*));
102 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, top_handle_scope, class_loader_override, sizeof(void*));
thread.cc     [all...]

Completed in 255 milliseconds