Home
last modified time | relevance | path

Searched refs:if_compile_lazy (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dcode-stub-assembler.cc12296 SloppyTNode<SharedFunctionInfo> shared_info, Label* if_compile_lazy) { in GetSharedFunctionInfoCode() argument
12307 if (if_compile_lazy) { in GetSharedFunctionInfoCode()
12309 if_compile_lazy); in GetSharedFunctionInfoCode()
12366 Goto(if_compile_lazy ? if_compile_lazy : &done); in GetSharedFunctionInfoCode()
Dcode-stub-assembler.h2745 Label* if_compile_lazy = nullptr);