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

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

Completed in 68 milliseconds