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

/art/runtime/
H A Dmonitor.cc1359 void* callback_context, bool abort_on_failure) {
1387 // Get the dex pc. If abort_on_failure is false, GetDexPc will not abort in the case it cannot
1390 uint32_t dex_pc = stack_visitor->GetDexPc(abort_on_failure);
1391 if (!abort_on_failure && dex_pc == dex::kDexNoIndex) {
1358 VisitLocks(StackVisitor* stack_visitor, void (*callback)(mirror::Object*, void*), void* callback_context, bool abort_on_failure) argument

Completed in 36 milliseconds