Searched refs:NoLabelCallRuntime (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | ts_inline_lowering.cpp | 396 GateRef result = builder_.NoLabelCallRuntime(glue, depend, index, args, callGate); in TraceInlineFunction()
|
D | circuit_builder.h | 402 …GateRef NoLabelCallRuntime(GateRef glue, GateRef depend, size_t index, std::vector<GateRef> &args,…
|
D | circuit_builder.cpp | 1078 GateRef CircuitBuilder::NoLabelCallRuntime(GateRef glue, GateRef depend, size_t index, std::vector<… in NoLabelCallRuntime() function in panda::ecmascript::kungfu::CircuitBuilder
|