HomeSort by relevance Sort by last modified time
    Searched defs:top_handle_scope (Results 1 - 2 of 2) 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...]

Completed in 45 milliseconds