Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_retype.cpp769 result = builder_.ConvertBoolToInt32(gate, support); in CheckAndConvertToInt32()
Dcircuit_builder.h304 GateRef ConvertBoolToInt32(GateRef gate, ConvertSupport support);
Dcircuit_builder.cpp367 GateRef CircuitBuilder::ConvertBoolToInt32(GateRef gate, ConvertSupport support) in ConvertBoolToInt32() function in panda::ecmascript::kungfu::CircuitBuilder