Home
last modified time | relevance | path

Searched refs:old_native_code (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/art/runtime/gc/space/
H A Dimage_space.cc1415 const void* old_native_code = method.GetEntryPointFromJniPtrSize(kPointerSize); in RelocateInPlace() local
1416 const void* new_native_code = forward_code(old_native_code); in RelocateInPlace()
1417 if (old_native_code != new_native_code) { in RelocateInPlace()