Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_circuit_builder.cpp552 GateRef boolToInt32 = ZExtInt1ToInt32(boolVal); in SetExtensibleToBitfield() local
553 GateRef encodeValue = Int32LSL(boolToInt32, Int32(JSHClass::ExtensibleBit::START_BIT)); in SetExtensibleToBitfield()
Dstub_builder-inl.h2933 GateRef boolToInt32 = ZExtInt1ToInt32(boolVal); in SetExtensibleToBitfield() local
2934 GateRef encodeValue = Int32LSL(boolToInt32, Int32(JSHClass::ExtensibleBit::START_BIT)); in SetExtensibleToBitfield()
2945 GateRef boolToInt32 = ZExtInt1ToInt32(boolVal); in SetCallableToBitfield() local
2946 GateRef encodeValue = Int32LSL(boolToInt32, Int32(JSHClass::CallableBit::START_BIT)); in SetCallableToBitfield()