Home | History | Annotate | Download | only in space

Lines Matching refs:old_code

1157         const void* old_code = method->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size_);
1158 const void* new_code = ForwardCode(old_code);
1159 if (old_code != new_code) {