Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_retype.cpp1191 result = builder_.CheckHoleIntAndConvertToInt32(gate); in CheckAndConvertToInt32()
1240 result = builder_.CheckHoleIntAndConvertToInt32(gate); in CheckBoundAndConvertToInt32()
Dcircuit_builder.h623 GateRef CheckHoleIntAndConvertToInt32(GateRef gate);
Dmcr_circuit_builder.cpp556 GateRef CircuitBuilder::CheckHoleIntAndConvertToInt32(GateRef gate) in CheckHoleIntAndConvertToInt32() function in panda::ecmascript::kungfu::CircuitBuilder