Home
last modified time | relevance | path

Searched refs:CallTargetCheck (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnative_inline_lowering.cpp73 builder_.CallTargetCheck(gate, tacc.GetFunc(), in TryInlineStringFromCharCode()
Dcircuit_builder.h465 …GateRef CallTargetCheck(GateRef gate, GateRef function, GateRef id, GateRef param, const char* com…
Dmcr_circuit_builder.cpp491 GateRef CircuitBuilder::CallTargetCheck(GateRef gate, GateRef function, GateRef id, GateRef param, … in CallTargetCheck() function in panda::ecmascript::kungfu::CircuitBuilder
Dtyped_bytecode_lowering.cpp1306 builder_.CallTargetCheck(gate, func, builder_.IntPtr(static_cast<int64_t>(id)), args[0]); in SpeculateCallBuiltin()