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 40 HandleScope* top_handle_scope = self_->PopHandleScope(); local
41 DCHECK_EQ(top_handle_scope, this);
thread.h 685 return tlsPtr_.top_handle_scope;
689 handle_scope->SetLink(tlsPtr_.top_handle_scope);
690 tlsPtr_.top_handle_scope = handle_scope;
694 HandleScope* handle_scope = tlsPtr_.top_handle_scope;
696 tlsPtr_.top_handle_scope = tlsPtr_.top_handle_scope->GetLink();
703 top_handle_scope));
1084 HandleScope* top_handle_scope; variable
    [all...]
entrypoints_order_test.cc 103 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, monitor_enter_object, top_handle_scope, kPointerSize);
104 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, top_handle_scope, class_loader_override, kPointerSize);
thread.cc     [all...]

Completed in 687 milliseconds