Home
last modified time | relevance | path

Searched refs:tail_call (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/torque/
H A Dimplementation-visitor.h735 bool tail_call = false);
739 bool tail_call = false);
742 bool tail_call = false) {
744 std::move(parameters), specialization_types, tail_call);
747 const Arguments& parameters, bool tail_call);
/third_party/ltp/include/lapi/
H A Dbpf.h341 FN(tail_call), \
/third_party/node/deps/v8/src/compiler/
H A Draw-machine-assembler.cc721 Node* tail_call = in TailCallN() local
723 schedule()->AddTailCall(CurrentBlock(), tail_call); in TailCallN() local
/third_party/libbpf/include/uapi/linux/
H A Dbpf.h5694 FN(tail_call, 12, ##ctx) \
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc5918 const Value args[], Value returns[], TailCall tail_call) {
5962 if (tail_call) {
5988 if (tail_call) {
6006 TailCall tail_call) {
6133 if (tail_call) {
6149 const FunctionSig* type_sig, TailCall tail_call) {
6259 if (tail_call) {

Completed in 23 milliseconds