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

/art/runtime/
H A Ddebugger.cc3361 last_pc_valid(false), last_pc(0) {
3367 if (!context->last_pc_valid) {
3370 context->last_pc_valid = true;
3374 } else if (context->last_pc_valid) { // and the line number is new
3379 context->last_pc_valid = false;
3386 if (last_pc_valid) {
3397 bool last_pc_valid; member in struct:art::DebugCallbackContext

Completed in 33 milliseconds