Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_circuit_builder.cpp175 GateRef CircuitBuilder::CallBuiltin(GateRef glue, GateRef target, const std::vector<GateRef> &args, in CallBuiltin() function in panda::ecmascript::kungfu::CircuitBuilder
Dcircuit_builder.h365 GateRef CallBuiltin(GateRef glue, GateRef target, const std::vector<GateRef> &args,
Dstub_builder-inl.h2849 return env_->GetBuilder()->CallBuiltin(glue, target, args); in DispatchBuiltins()