Home
last modified time | relevance | path

Searched defs:kTailCall (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.h44 kTailCall = 9, enumerator
Dliftoff-compiler.cc3350 enum TailCall : bool { kTailCall = true, kNoTailCall = false }; enumerator
/third_party/node/deps/v8/src/compiler/
Dschedule.h41 kTailCall, // Tail call another method from this method. in NON_EXPORTED_BASE() enumerator