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

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

Completed in 56 milliseconds