Home
last modified time | relevance | path

Searched refs:HasAnyCompiledCode (Results 1 – 3 of 3) sorted by relevance

/art/test/664-aget-verifier/
Daget-verifier.cc37 return art_method->HasAnyCompiledCode(); in Java_Main_testCompiled()
/art/runtime/
Dart_method.h741 bool HasAnyCompiledCode() REQUIRES_SHARED(Locks::mutator_lock_);
Dart_method.cc667 bool ArtMethod::HasAnyCompiledCode() { in HasAnyCompiledCode() function in art::ArtMethod