Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.h384 …GateRef CallRuntimeVarargs(GateRef glue, int index, GateRef argc, GateRef argv, const char* commen…
Dstub_builder-inl.h209 GateRef result = env_->GetBuilder()->CallRuntimeVarargs(glue, index, argc, argv, name.c_str()); in CallRuntime()
Dcircuit_builder.cpp875 GateRef CircuitBuilder::CallRuntimeVarargs(GateRef glue, int index, GateRef argc, GateRef argv, con… in CallRuntimeVarargs() function in panda::ecmascript::kungfu::CircuitBuilder