Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.cc36 : self_(self), context_(self->GetLongJumpContext()), is_deoptimization_(is_deoptimization), in QuickExceptionHandler()
Dart_method.cc278 delete self->GetLongJumpContext(); in FindCatchBlock()
Dthread.h365 Context* GetLongJumpContext();
Dthread.cc2208 Context* Thread::GetLongJumpContext() { in GetLongJumpContext() function in art::Thread
2484 Context* context = GetLongJumpContext(); in VisitRoots()