Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dclass_linker.h167 bool fast_class_not_found_exceptions = true);
H A Dclass_linker.cc618 ClassLinker::ClassLinker(InternTable* intern_table, bool fast_class_not_found_exceptions) in ClassLinker() argument
626 fast_class_not_found_exceptions_(fast_class_not_found_exceptions), in ClassLinker()