Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.h151 bool fast_class_not_found_exceptions = true);
Dclass_linker.cc690 ClassLinker::ClassLinker(InternTable* intern_table, bool fast_class_not_found_exceptions) in ClassLinker() argument
698 fast_class_not_found_exceptions_(fast_class_not_found_exceptions), in ClassLinker()