Searched refs:old_code (Results 1 – 2 of 2) sorted by relevance
415 const void* old_code = GetEntryPointFromQuickCompiledCodePtrSize(pointer_size); in UpdateEntrypoints() local416 const void* new_code = visitor(old_code); in UpdateEntrypoints()417 if (old_code != new_code) { in UpdateEntrypoints()
1316 const void* old_code = method.GetEntryPointFromQuickCompiledCodePtrSize(kPointerSize); in RelocateInPlace() local1317 const void* new_code = forward_code(old_code); in RelocateInPlace()1318 if (old_code != new_code) { in RelocateInPlace()