Home
last modified time | relevance | path

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

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