Home | History | Annotate | Download | only in space

Lines Matching defs:old_code

1113         const void* old_code = method->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size_);
1114 const void* new_code = ForwardCode(old_code);
1115 if (old_code != new_code) {