Home
last modified time | relevance | path

Searched refs:abort_if_not_found (Results 1 – 2 of 2) sorted by relevance

/art/test/004-ReferenceMap/
Dstack_walk_refmap_jni.cc22 #define CHECK_REGS_CONTAIN_REFS(dex_pc, abort_if_not_found, ...) do { \ argument
25 uintptr_t native_quick_pc = m->ToNativeQuickPc(dex_pc, abort_if_not_found); \
/art/runtime/interpreter/
Dunstarted_runtime.cc71 bool abort_if_not_found) in UnstartedRuntimeFindClass() argument
78 if (found == nullptr && abort_if_not_found) { in UnstartedRuntimeFindClass()