Home
last modified time | relevance | path

Searched refs:GetLongJumpContext (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dquick_exception_handler.cc48 context_(self->GetLongJumpContext()), in QuickExceptionHandler()
Dart_method.cc293 delete self->GetLongJumpContext(); in FindCatchBlock()
Dthread.h494 Context* GetLongJumpContext();
Dthread.cc3649 Context* Thread::GetLongJumpContext() { in GetLongJumpContext() function in art::Thread