Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.h503 void AddMethodBeingCompiled(ArtMethod* method, CompilationKind compilation_kind)
Djit_code_cache.cc1315 void JitCodeCache::AddMethodBeingCompiled(ArtMethod* method, CompilationKind kind) { in AddMethodBeingCompiled() function in art::jit::JitCodeCache
1804 AddMethodBeingCompiled(method, compilation_kind); in NotifyCompilationOf()