Home
last modified time | relevance | path

Searched refs:NoLabelCallRuntime (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_inline_lowering.cpp396 GateRef result = builder_.NoLabelCallRuntime(glue, depend, index, args, callGate); in TraceInlineFunction()
Dcircuit_builder.h402 …GateRef NoLabelCallRuntime(GateRef glue, GateRef depend, size_t index, std::vector<GateRef> &args,…
Dcircuit_builder.cpp1078 GateRef CircuitBuilder::NoLabelCallRuntime(GateRef glue, GateRef depend, size_t index, std::vector<… in NoLabelCallRuntime() function in panda::ecmascript::kungfu::CircuitBuilder