Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder-inl.h2101 GateRef bitfield1 = Load(VariableType::INT32(), hclass, IntPtr(JSHClass::BIT_FIELD1_OFFSET)); in SetIsAllTaggedProp() local
2105 GateRef newVal = Int32Or(Int32And(bitfield1, Int32Not(mask)), in SetIsAllTaggedProp()
2244 GateRef bitfield1 = Load(VariableType::INT32(), hClass, IntPtr(JSHClass::BIT_FIELD1_OFFSET)); in SetNumberOfPropsToHClass() local
2245 GateRef oldWithMask = Int32And(bitfield1, in SetNumberOfPropsToHClass()

Completed in 14 milliseconds