Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_retype.cpp1145 result = builder_.CheckTaggedBooleanAndConvertToInt32(gate); in CheckTaggedAndConvertToInt32()
1255 result = builder_.CheckTaggedBooleanAndConvertToInt32(gate); in CheckBoundAndConvertToInt32()
Dcircuit_builder.h614 GateRef CheckTaggedBooleanAndConvertToInt32(GateRef gate);
Dmcr_circuit_builder.cpp521 GateRef CircuitBuilder::CheckTaggedBooleanAndConvertToInt32(GateRef gate) in CheckTaggedBooleanAndConvertToInt32() function in panda::ecmascript::kungfu::CircuitBuilder