Searched refs:old_native_code (Results 1 – 1 of 1) sorted by relevance
1415 const void* old_native_code = method.GetEntryPointFromJniPtrSize(kPointerSize); in RelocateInPlace() local1416 const void* new_native_code = forward_code(old_native_code); in RelocateInPlace()1417 if (old_native_code != new_native_code) { in RelocateInPlace()