Home | History | Annotate | Download | only in space

Lines Matching defs:old_code

914       const void* old_code = method->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size_);
915 const void* new_code = ForwardCode(old_code);
916 if (old_code != new_code) {