Home
last modified time | relevance | path

Searched refs:AddZombieCode (Results 1 – 3 of 3) sorted by relevance

/art/runtime/jit/
Djit_code_cache.h425 void AddZombieCode(ArtMethod* method, const void* code_ptr) NO_THREAD_SAFETY_ANALYSIS;
Djit_code_cache.cc1150 void JitCodeCache::AddZombieCode(ArtMethod* method, const void* entry_point) { in AddZombieCode() function in art::jit::JitCodeCache
/art/runtime/
Dart_method.cc959 jit->GetCodeCache()->AddZombieCode(this, current_entry_point); in SetEntryPointFromQuickCompiledCodePtrSize()