Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_opcodes.h58 V(ArrayConstructorCheck, ARRAY_CONSTRUCTOR_CHECK, GateFlags::CHECKABLE, 1, 1, 1) \
Dmcr_circuit_builder.cpp1552 GateRef CircuitBuilder::ArrayConstructorCheck(GateRef gate) in ArrayConstructorCheck() function in panda::ecmascript::kungfu::CircuitBuilder
1558 GateRef ret = GetCircuit()->NewGate(circuit_->ArrayConstructorCheck(), in ArrayConstructorCheck()
Dcircuit_builder.h564 GateRef ArrayConstructorCheck(GateRef gate);