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 47 HandleScope* top_handle_scope = self_->PopHandleScope(); local
48 DCHECK_EQ(top_handle_scope, this);
thread.h 780 return tlsPtr_.top_handle_scope;
784 DCHECK_EQ(handle_scope->GetLink(), tlsPtr_.top_handle_scope);
785 tlsPtr_.top_handle_scope = handle_scope;
789 HandleScope* handle_scope = tlsPtr_.top_handle_scope;
791 tlsPtr_.top_handle_scope = tlsPtr_.top_handle_scope->GetLink();
798 top_handle_scope));
1415 HandleScope* top_handle_scope; variable
    [all...]
entrypoints_order_test.cc 99 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, monitor_enter_object, top_handle_scope, sizeof(void*));
100 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, top_handle_scope, class_loader_override, sizeof(void*));
thread.cc     [all...]

Completed in 313 milliseconds