Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.h433 void AddZombieCodeInternal(ArtMethod* method, const void* code_ptr)
Djit_code_cache.cc1157 AddZombieCodeInternal(method, code_ptr); in AddZombieCode()
1160 AddZombieCodeInternal(method, code_ptr); in AddZombieCode()
1179 void JitCodeCache::AddZombieCodeInternal(ArtMethod* method, const void* code_ptr) { in AddZombieCodeInternal() function in art::jit::JitCodeCache