Home
last modified time | relevance | path

Searched defs:ex (Results 1 – 5 of 5) sorted by relevance

/art/test/164-resolution-trampoline-dex-cache/src/
DMain.java42 public static ClassLoader getClassLoaderFor(String location, ClassLoader parent, boolean ex) in getClassLoaderFor()
/art/test/155-java-set-resolved-type/src/
DMain.java68 public static ClassLoader getClassLoaderFor(String location, ClassLoader parent, boolean ex) in getClassLoaderFor()
/art/test/988-method-trace/src/art/
DTest988.java54 (Executable ex) -> { in NON_DETERMINISTIC_OUTPUT_METHODS.add()
/art/compiler/optimizing/
Dexecution_subgraph.cc320 std::ostream& operator<<(std::ostream& os, const ExecutionSubgraph::ExcludedCohort& ex) { in operator <<()
Dload_store_elimination.cc627 [&](const ExecutionSubgraph::ExcludedCohort& ex) -> bool { in IsPartialNoEscape()