Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
H A Druntime-macro-shims.h25 inline intptr_t IntPtrMul(intptr_t a, intptr_t b) { return a * b; } in IntPtrMul() function
/third_party/node/deps/v8/tools/debug_helper/
H A Ddebug-macro-shims.h66 inline Value<intptr_t> IntPtrMul(d::MemoryAccessor accessor, intptr_t a, in IntPtrMul() function
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-collections-gen.cc689 IntPtrAdd(IntPtrMul(var_entry.value(),
1445 IntPtrMul(var_index.value(), IntPtrConstant(TableType::kEntrySize)),
1617 IntPtrMul(occupancy, IntPtrConstant(OrderedHashMap::kEntrySize)),
1789 IntPtrMul(occupancy, IntPtrConstant(OrderedHashSet::kEntrySize)),
2457 IntPtrMul(entry, IntPtrConstant(EphemeronHashTable::kEntrySize)),
/third_party/node/deps/v8/src/compiler/
H A Dcode-assembler.h257 V(IntPtrMul, WordT, WordT, WordT) \
1054 TNode<IntPtrT> IntPtrMul(TNode<IntPtrT> left, TNode<IntPtrT> right) { in IntPtrMul() function in v8::internal::compiler::CodeAssembler
1055 return Signed(IntPtrMul(static_cast<TNode<WordT>>(left), in IntPtrMul()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc2223 return IntPtrMul(ChangeInt32ToIntPtr(LoadNumberOfDescriptors(array)),
3441 IntPtrMul(digit_index, IntPtrConstant(kSystemPointerSize)));
3463 IntPtrMul(digit_index, IntPtrConstant(kSystemPointerSize)));
3720 IntPtrMul(capacity, IntPtrConstant(CollectionType::kEntrySize));
3805 TimesTaggedSize(IntPtrMul(
4854 IntPtrMul(length, IntPtrConstant(ElementsKindToByteSize(kind)));
4881 IntPtrMul(IntPtrSub(dst_index, begin),
4946 IntPtrMul(length, IntPtrConstant(ElementsKindToByteSize(kind)));
4974 IntPtrMul(IntPtrSub(dst_index, src_index),
8221 IntPtrMul(entr
[all...]
/third_party/node/deps/v8/src/ic/
H A Daccessor-assembler.cc297 TNode<IntPtrT> offset = IntPtrMul(index, IntPtrConstant(kTaggedSize)); in HandleLoadField()
1445 IntPtrConstant(DescriptorArray::ToKeyIndex(-1)), IntPtrMul(nof, factor))); in HandleStoreICTransitionMapHandlerCase()
2927 entry_offset = IntPtrMul(entry_offset, IntPtrConstant(kMultiplier)); in TryProbeStubCacheTable()

Completed in 22 milliseconds