Changeset 292447 in webkit for trunk/Source/JavaScriptCore/dfg/DFGThunks.cpp
- Timestamp:
- Apr 5, 2022, 8:41:00 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGThunks.cpp
r292372 r292447 164 164 ok.link(&jit); 165 165 166 #if ASSERT_ENABLED 167 jit.probeDebug([](Probe::Context& ctx) { 168 CodeBlock* codeBlock = ctx.fp<CallFrame*>()->codeBlock(); 169 RELEASE_ASSERT(JITCode::isOptimizingJIT(codeBlock->jitType())); 170 }); 171 #endif 166 jit.jitAssertCodeBlockOnCallFrameIsOptimizingJIT(GPRInfo::regT2); 172 167 173 168 jit.restoreCalleeSavesFromEntryFrameCalleeSavesBuffer(vm.topEntryFrame);
Note:
See TracChangeset
for help on using the changeset viewer.