Searched refs:TryPatternMatch (Results 1 – 3 of 3) sorted by relevance
393 EXPORT static bool TryPatternMatch(ArtMethod* method, CompilationKind compilation_kind)
136 bool Jit::TryPatternMatch(ArtMethod* method_to_compile, CompilationKind compilation_kind) { in TryPatternMatch() function in art::jit::Jit217 if (TryPatternMatch(method_to_compile, compilation_kind)) { in CompileMethodInternal()
281 if (jit->TryPatternMatch(method, CompilationKind::kBaseline)) { in ForceJitCompiled()