Home
last modified time | relevance | path

Searched refs:boolToInt32 (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dhcr_circuit_builder.cpp697 GateRef boolToInt32 = ZExtInt1ToInt32(boolVal); in SetExtensibleToBitfield() local
698 GateRef encodeValue = Int32LSL(boolToInt32, Int32(JSHClass::ExtensibleBit::START_BIT)); in SetExtensibleToBitfield()
H A Dstub_builder-inl.h3627 GateRef boolToInt32 = ZExtInt1ToInt32(boolVal); in SetExtensibleToBitfield() local
3628 GateRef encodeValue = Int32LSL(boolToInt32, Int32(JSHClass::ExtensibleBit::START_BIT)); in SetExtensibleToBitfield()
3639 GateRef boolToInt32 = ZExtInt1ToInt32(boolVal); in SetCallableToBitfield() local
3640 GateRef encodeValue = Int32LSL(boolToInt32, Int32(JSHClass::CallableBit::START_BIT)); in SetCallableToBitfield()

Completed in 12 milliseconds