Searched refs:old_code (Results 1 – 2 of 2) sorted by relevance
397 const void* old_code = GetEntryPointFromQuickCompiledCodePtrSize(pointer_size); in UpdateEntrypoints() local398 const void* new_code = visitor(old_code); in UpdateEntrypoints()399 if (old_code != new_code) { in UpdateEntrypoints()
1306 const void* old_code = method.GetEntryPointFromQuickCompiledCodePtrSize(kPointerSize); in RelocateInPlace() local1307 const void* new_code = forward_code(old_code); in RelocateInPlace()1308 if (old_code != new_code) { in RelocateInPlace()