• Home
  • Raw
  • Download

Lines Matching refs:IntPtrSub

190   value = IntPtrSub(value, IntPtrConstant(1));  in IntPtrRoundUpToPowerOfTwo32()
203 [=] { return WordAnd(value, IntPtrSub(value, IntPtrConstant(1))); }, in WordIsPowerOfTwo()
915 return Load(rep, object, IntPtrSub(offset, IntPtrConstant(kHeapObjectTag))); in LoadObjectField()
1354 return Store(object, IntPtrSub(offset, IntPtrConstant(kHeapObjectTag)), in StoreObjectField()
1371 rep, object, IntPtrSub(offset, IntPtrConstant(kHeapObjectTag)), value); in StoreObjectFieldNoWriteBarrier()
1450 Node* growth = IntPtrSub(args.GetLength(), first); in BuildAppendJSArray()
1886 result_word, IntPtrSub(store_size, IntPtrConstant(kHeapObjectTag))); in AllocateNameDictionary()
1936 IntPtrSub(IntPtrAdd(object, size), IntPtrConstant(kHeapObjectTag)); in InitializeJSObjectBody()
2170 Node* from_offset = IntPtrSub( in CopyFixedArrayElements()
2179 to_offset = IntPtrSub( in CopyFixedArrayElements()
3554 IntPtrSub(resource_data, in TryDerefExternalString()
3813 mask = IntPtrSub(mask, one); in NumberToString()
4449 Node* mask = IntPtrSub(capacity, IntPtrConstant(1)); in NameDictionaryLookup()
4536 Node* mask = IntPtrSub(capacity, IntPtrConstant(1)); in NumberDictionaryLookup()
4975 IntPtrMul(IntPtrSub(LoadMapInstanceSize(map), in LoadPropertyFromFastObject()
4976 IntPtrSub(inobject_properties, field_index)), in LoadPropertyFromFastObject()
5004 field_index = IntPtrSub(field_index, inobject_properties); in LoadPropertyFromFastObject()
5663 Node* adjusted_length = IntPtrSub(elements_length, intptr_two); in EmitKeyedSloppyArguments()
8269 Node* start = assembler_->IntPtrSub( in ForEach()
8272 Node* end = assembler_->IntPtrSub( in ForEach()