Searched refs:old_code (Results 1 – 2 of 2) sorted by relevance
503 const void* old_code = GetEntryPointFromQuickCompiledCodePtrSize(pointer_size); in UpdateEntrypoints() local504 const void* new_code = visitor(old_code); in UpdateEntrypoints()505 if (old_code != new_code) { in UpdateEntrypoints()
1113 const void* old_code = method->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size_); in Visit() local1114 const void* new_code = ForwardCode(old_code); in Visit()1115 if (old_code != new_code) { in Visit()