Searched refs:AddZombieCodeInternal (Results 1 – 2 of 2) sorted by relevance
433 void AddZombieCodeInternal(ArtMethod* method, const void* code_ptr)
1157 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