Searched defs:long_jump_context (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dthread.h461 if (tlsPtr_.long_jump_context != nullptr) {
467 // ReleaseLongJumpContext tries to save the context in tlsPtr_.long_jump_context
471 delete tlsPtr_.long_jump_context;
473 tlsPtr_.long_jump_context = context;
1563 top_handle_scope(nullptr), class_loader_override(nullptr), long_jump_context(nullptr),
1645 Context* long_jump_context; variable

Completed in 60 milliseconds