Home
last modified time | relevance | path

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

/art/runtime/
Dquick_exception_handler.cc35 : self_(self), context_(self->GetLongJumpContext()), is_deoptimization_(is_deoptimization), in QuickExceptionHandler()
Dthread.cc1972 Context* Thread::GetLongJumpContext() { in GetLongJumpContext() function in art::Thread
2019 Context* context = GetLongJumpContext(); in GetCurrentLocationForThrow()
2233 Context* context = GetLongJumpContext(); in VisitRoots()
Dthread.h345 Context* GetLongJumpContext();
/art/runtime/mirror/
Dart_method.cc242 delete self->GetLongJumpContext(); in FindCatchBlock()