Searched refs:TimesPointerSize (Results 1 – 7 of 7) sorted by relevance
236 return TimesPointerSize(index); in RegisterFrameOffset()1406 TimesPointerSize(target_bytecode)); in DispatchToBytecode()1463 TimesPointerSize(target_index)); in DispatchWide()1551 TimesPointerSize(IntPtrAdd(source_bytecode_table_index, target_bytecode)); in TraceBytecodeDispatch()
110 TimesPointerSize(LoadMapInstanceSizeInWords(function_map)); in TF_BUILTIN()496 TimesPointerSize(LoadMapInstanceSizeInWords(boilerplate_map)); in EmitCreateShallowObjectLiteral()
150 TimesPointerSize(IntPtrSub(offset, index)))); in TF_BUILTIN()
388 TNode<WordT> byte_length = TimesPointerSize(length); in FillFixedArrayWithSmiZero()
1674 TNode<WordT> TimesPointerSize(SloppyTNode<WordT> value);1675 TNode<IntPtrT> TimesPointerSize(TNode<IntPtrT> value) { in TimesPointerSize() function1676 return Signed(TimesPointerSize(implicit_cast<TNode<WordT>>(value))); in TimesPointerSize()1678 TNode<UintPtrT> TimesPointerSize(TNode<UintPtrT> value) { in TimesPointerSize() function1679 return Unsigned(TimesPointerSize(implicit_cast<TNode<WordT>>(value))); in TimesPointerSize()
2489 IntPtrAdd(TimesPointerSize(slot_index), in LoadContextElement()2505 IntPtrAdd(TimesPointerSize(slot_index), in StoreContextElement()3364 TimesPointerSize(length), IntPtrConstant(NameDictionary::kHeaderSize)); in AllocateNameDictionaryWithCapacity()3506 UncheckedCast<IntPtrT>(TimesPointerSize(total_size_word_aligned)); in AllocateSmallOrderedHashTable()3635 Node* size = TimesPointerSize(LoadMapInstanceSizeInWords(map)); in AllocateStruct()3663 Node* instance_size = TimesPointerSize(LoadMapInstanceSizeInWords(map)); in AllocateJSObjectFromMap()3742 Node* used_size = TimesPointerSize(ChangeUint32ToWord( in InitializeJSObjectBodyWithSlackTracking()4241 TNode<IntPtrT> byte_length = TimesPointerSize(length); in FillFixedArrayWithSmiZero()5068 TNode<WordT> CodeStubAssembler::TimesPointerSize(SloppyTNode<WordT> value) { in TimesPointerSize() function in v8::internal::CodeStubAssembler8350 Node* field_offset = TimesPointerSize(field_index); in LoadPropertyFromFastObject()
1114 Node* field_offset = TimesPointerSize(field_index); in OverwriteExistingFastDataProperty()3490 TimesPointerSize(IntPtrSub(result_start, source_start)); in GenerateCloneObjectIC()3493 Node* field_offset = TimesPointerSize(field_index); in GenerateCloneObjectIC()