Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofiling_info.h86 void SetIsMethodBeingCompiled(bool value, bool osr) { in SetIsMethodBeingCompiled() function
Djit_code_cache.cc2115 info->SetIsMethodBeingCompiled(true, osr); in NotifyCompilationOf()
2154 info->SetIsMethodBeingCompiled(false, osr); in DoneCompiling()