Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dquick_exception_handler.cc50 context_(self->GetLongJumpContext()), in QuickExceptionHandler()
H A Dart_method.cc294 delete self->GetLongJumpContext(); in FindCatchBlock()
H A Dthread.h496 Context* GetLongJumpContext();
H A Dthread.cc3708 Context* Thread::GetLongJumpContext() { in GetLongJumpContext() function in art::Thread