Home
last modified time | relevance | path

Searched defs:old_code_ptr (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jit/
Djit_code_cache.cc109 void JitCodeCache::SaveCompiledCode(ArtMethod* method, const void* old_code_ptr) { in SaveCompiledCode()
/art/runtime/
Dinstrumentation.cc94 const void* old_code_ptr = method->GetEntryPointFromQuickCompiledCode(); in UpdateEntrypoints() local