• Home
  • Raw
  • Download

Lines Matching full:cast

75 …    if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget(thread).IsJSAPIBitVector()) {  in Push()
76 … self = JSHandle<JSTaggedValue>(thread, JSHandle<JSProxy>::Cast(self)->GetTarget(thread)); in Push()
85 …return GetTaggedBoolean(JSAPIBitVector::Push(thread, JSHandle<JSAPIBitVector>::Cast(self), value)); in Push()
96 … if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget(thread).IsJSAPIBitVector()) { in Pop()
97 … self = JSHandle<JSTaggedValue>(thread, JSHandle<JSProxy>::Cast(self)->GetTarget(thread)); in Pop()
105 return JSHandle<JSAPIBitVector>::Cast(self)->Pop(thread, JSHandle<JSAPIBitVector>::Cast(self)); in Pop()
117 … if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget(thread).IsJSAPIBitVector()) { in Has()
118 … self = JSHandle<JSTaggedValue>(thread, JSHandle<JSProxy>::Cast(self)->GetTarget(thread)); in Has()
144 bool isHas = JSHandle<JSAPIBitVector>::Cast(self)->Has( in Has()
145 thread, JSHandle<JSAPIBitVector>::Cast(self), value, startIndex, endIndex); in Has()
159 … if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget(thread).IsJSAPIBitVector()) { in SetBitsByRange()
160 … self = JSHandle<JSTaggedValue>(thread, JSHandle<JSProxy>::Cast(self)->GetTarget(thread)); in SetBitsByRange()
187 JSHandle<JSAPIBitVector>::Cast(self)->SetBitsByRange( in SetBitsByRange()
188 thread, JSHandle<JSAPIBitVector>::Cast(self), value, startIndex, endIndex); in SetBitsByRange()
201 … if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget(thread).IsJSAPIBitVector()) { in GetBitsByRange()
202 … self = JSHandle<JSTaggedValue>(thread, JSHandle<JSProxy>::Cast(self)->GetTarget(thread)); in GetBitsByRange()
228 return JSHandle<JSAPIBitVector>::Cast(self)->GetBitsByRange( in GetBitsByRange()
229 thread, JSHandle<JSAPIBitVector>::Cast(self), startIndex, endIndex); in GetBitsByRange()
241 … if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget(thread).IsJSAPIBitVector()) { in Resize()
242 … self = JSHandle<JSTaggedValue>(thread, JSHandle<JSProxy>::Cast(self)->GetTarget(thread)); in Resize()
258 JSHandle<JSAPIBitVector>::Cast(self)->Resize( in Resize()
259 thread, JSHandle<JSAPIBitVector>::Cast(self), JSTaggedValue::ToUint32(thread, size)); in Resize()
271 … if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget(thread).IsJSAPIBitVector()) { in SetAllBits()
272 … self = JSHandle<JSTaggedValue>(thread, JSHandle<JSProxy>::Cast(self)->GetTarget(thread)); in SetAllBits()
281 …JSHandle<JSAPIBitVector>::Cast(self)->SetAllBits(thread, JSHandle<JSAPIBitVector>::Cast(self), val… in SetAllBits()
294 … if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget(thread).IsJSAPIBitVector()) { in GetBitCountByRange()
295 … self = JSHandle<JSTaggedValue>(thread, JSHandle<JSProxy>::Cast(self)->GetTarget(thread)); in GetBitCountByRange()
322 return JSHandle<JSAPIBitVector>::Cast(self)->GetBitCountByRange( in GetBitCountByRange()
323 thread, JSHandle<JSAPIBitVector>::Cast(self), value, startIndex, endIndex); in GetBitCountByRange()
335 … if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget(thread).IsJSAPIBitVector()) { in GetIndexOf()
336 … self = JSHandle<JSTaggedValue>(thread, JSHandle<JSProxy>::Cast(self)->GetTarget(thread)); in GetIndexOf()
365 …JSAPIBitVector::GetIndexOf(thread, JSHandle<JSAPIBitVector>::Cast(self), value, startIndex, endInd… in GetIndexOf()
377 … if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget(thread).IsJSAPIBitVector()) { in GetLastIndexOf()
378 … self = JSHandle<JSTaggedValue>(thread, JSHandle<JSProxy>::Cast(self)->GetTarget(thread)); in GetLastIndexOf()
406 …JSAPIBitVector::GetLastIndexOf(thread, JSHandle<JSAPIBitVector>::Cast(self), value, startIndex, en… in GetLastIndexOf()
418 … if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget(thread).IsJSAPIBitVector()) { in FlipBitByIndex()
419 … self = JSHandle<JSTaggedValue>(thread, JSHandle<JSProxy>::Cast(self)->GetTarget(thread)); in FlipBitByIndex()
437 thread, JSHandle<JSAPIBitVector>::Cast(self), JSTaggedValue::ToUint32(thread, value)); in FlipBitByIndex()
450 … if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget(thread).IsJSAPIBitVector()) { in FlipBitsByRange()
451 … self = JSHandle<JSTaggedValue>(thread, JSHandle<JSProxy>::Cast(self)->GetTarget(thread)); in FlipBitsByRange()
476 JSHandle<JSAPIBitVector>::Cast(self)->FlipBitsByRange( in FlipBitsByRange()
477 thread, JSHandle<JSAPIBitVector>::Cast(self), startIndex, endIndex); in FlipBitsByRange()
490 … if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget(thread).IsJSAPIBitVector()) { in GetSize()
491 … self = JSHandle<JSTaggedValue>(thread, JSHandle<JSProxy>::Cast(self)->GetTarget(thread)); in GetSize()
499 return JSTaggedValue(JSHandle<JSAPIBitVector>::Cast(self)->GetSize()); in GetSize()
512 … if (self->IsJSProxy() && JSHandle<JSProxy>::Cast(self)->GetTarget(thread).IsJSAPIBitVector()) { in GetIteratorObj()
513 … self = JSHandle<JSTaggedValue>(thread, JSHandle<JSProxy>::Cast(self)->GetTarget(thread)); in GetIteratorObj()
521 …JSTaggedValue values = JSAPIBitVector::GetIteratorObj(thread, JSHandle<JSAPIBitVector>::Cast(self)… in GetIteratorObj()