Searched refs:tail_call (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/torque/ |
H A 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/ |
H A D | bpf.h | 341 FN(tail_call), \
|
/third_party/node/deps/v8/src/compiler/ |
H A D | raw-machine-assembler.cc | 721 Node* tail_call = in TailCallN() local 723 schedule()->AddTailCall(CurrentBlock(), tail_call); in TailCallN() local
|
/third_party/libbpf/include/uapi/linux/ |
H A D | bpf.h | 5694 FN(tail_call, 12, ##ctx) \
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 5918 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