Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_opcodes.h70 …V(Float32ArrayConstructorCheck, FLOAT32_ARRAY_CONSTRUCTOR_CHECK, GateFlags::CHECKABLE, 1, 1, 1) …
Dmcr_circuit_builder.cpp1565 GateRef CircuitBuilder::Float32ArrayConstructorCheck(GateRef gate) in Float32ArrayConstructorCheck() function in panda::ecmascript::kungfu::CircuitBuilder
1571 GateRef ret = GetCircuit()->NewGate(circuit_->Float32ArrayConstructorCheck(), in Float32ArrayConstructorCheck()
Dcircuit_builder.h565 GateRef Float32ArrayConstructorCheck(GateRef gate);
Dtyped_bytecode_lowering.cpp1589 builder_.Float32ArrayConstructorCheck(ctor); in TryLowerNewBuiltinConstructor()