Searched refs:old_code (Results 1 – 1 of 1) sorted by relevance
388 const void* old_code = GetEntryPointFromQuickCompiledCodePtrSize(pointer_size); in UpdateEntrypoints() local389 const void* new_code = visitor(old_code); in UpdateEntrypoints()390 if (old_code != new_code) { in UpdateEntrypoints()