Lines Matching defs:trampoline
1423 // Check if the PC is a baseline entry trampoline. If it is, replace it
1424 // with the corresponding interpreter entry trampoline.
1460 auto trampoline = BUILTIN_CODE(isolate, InterpreterEntryTrampoline);
1467 fun.set_code(*trampoline);
1478 auto trampoline = BUILTIN_CODE(isolate_, InterpreterEntryTrampoline);
1485 fun.set_code(*trampoline);
1568 // Check the list of debug infos whether the debug break trampoline needs to
1570 // to the trampoline.
1572 // If there is a breakpoint at function entry, we need to install trampoline.
1589 Handle<CodeT> trampoline = BUILTIN_CODE(isolate_, DebugBreakTrampoline);
1606 fun.set_code(*trampoline);
1619 fun->set_code(*trampoline);