Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.h393 EXPORT static bool TryPatternMatch(ArtMethod* method, CompilationKind compilation_kind)
Djit.cc136 bool Jit::TryPatternMatch(ArtMethod* method_to_compile, CompilationKind compilation_kind) { in TryPatternMatch() function in art::jit::Jit
217 if (TryPatternMatch(method_to_compile, compilation_kind)) { in CompileMethodInternal()
/art/test/common/
Druntime_state.cc281 if (jit->TryPatternMatch(method, CompilationKind::kBaseline)) { in ForceJitCompiled()