Searched refs:old_code (Results 1 – 2 of 2) sorted by relevance
396 const void* old_code = GetEntryPointFromQuickCompiledCodePtrSize(pointer_size); in UpdateEntrypoints() local397 const void* new_code = visitor(old_code); in UpdateEntrypoints()398 if (old_code != new_code) { in UpdateEntrypoints()
1309 const void* old_code = method.GetEntryPointFromQuickCompiledCodePtrSize(kPointerSize); in RelocateInPlace() local1310 const void* new_code = forward_code(old_code); in RelocateInPlace()1311 if (old_code != new_code) { in RelocateInPlace()