HomeSort by relevance Sort by last modified time
    Searched refs:long_jump_context (Results 1 - 3 of 3) sorted by null

  /art/runtime/
thread.h 415 if (tlsPtr_.long_jump_context != nullptr) {
421 // ReleaseLongJumpContext tries to save the context in tlsPtr_.long_jump_context
425 delete tlsPtr_.long_jump_context;
427 tlsPtr_.long_jump_context = context;
1579 Context* long_jump_context; variable
    [all...]
entrypoints_order_test.cc 102 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, class_loader_override, long_jump_context, sizeof(void*));
103 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, long_jump_context, instrumentation_stack, sizeof(void*));
thread.cc     [all...]

Completed in 312 milliseconds