Searched refs:tail_call (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/torque/ |
D | implementation-visitor.h | 735 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/ |
D | bpf.h | 341 FN(tail_call), \
|
/third_party/node/deps/v8/src/compiler/ |
D | raw-machine-assembler.cc | 721 Node* tail_call = in TailCallN() local 723 schedule()->AddTailCall(CurrentBlock(), tail_call); in TailCallN()
|
/third_party/node/deps/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 5918 const Value args[], Value returns[], TailCall tail_call) { in CallDirect() argument 5962 if (tail_call) { in CallDirect() 5988 if (tail_call) { in CallDirect() 6006 TailCall tail_call) { in CallIndirect() argument 6133 if (tail_call) { in CallIndirect() 6149 const FunctionSig* type_sig, TailCall tail_call) { in CallRef() argument 6259 if (tail_call) { in CallRef()
|
/third_party/libbpf/include/uapi/linux/ |
D | bpf.h | 5694 FN(tail_call, 12, ##ctx) \
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 26204 } tail_call; member
|