Searched refs:old_code (Results 1 – 2 of 2) sorted by relevance
390 const void* old_code = GetEntryPointFromQuickCompiledCodePtrSize(pointer_size); in UpdateEntrypoints() local391 const void* new_code = visitor(old_code); in UpdateEntrypoints()392 if (old_code != new_code) { in UpdateEntrypoints()
1542 const void* old_code = method.GetEntryPointFromQuickCompiledCodePtrSize(kPointerSize); in RelocateInPlace() local1543 const void* new_code = forward_code(old_code); in RelocateInPlace()1544 if (old_code != new_code) { in RelocateInPlace()