/external/v8/src/ |
D | code-stub-assembler.h | 251 enum ParameterMode { SMI_PARAMETERS, INTPTR_PARAMETERS }; enumerator 260 return Is64() ? INTPTR_PARAMETERS : SMI_PARAMETERS; in OptimalParameterMode() 273 if (mode == SMI_PARAMETERS) value = SmiUntag(value); in ParameterToIntPtr() 278 if (mode == SMI_PARAMETERS) return SmiTag(value); in IntPtrToParameter() 287 if (mode != SMI_PARAMETERS) return SmiTag(value); in ParameterToTagged() 292 if (mode != SMI_PARAMETERS) return SmiUntag(value); in TaggedToParameter() 410 if (mode == SMI_PARAMETERS) { \ 545 if (mode == SMI_PARAMETERS) { in WordOrSmiShl() 554 if (mode == SMI_PARAMETERS) { in WordOrSmiShr() 1007 return LoadFixedArrayElement(object, index, 0, SMI_PARAMETERS); in LoadFixedArrayElement() [all …]
|
D | code-stub-assembler.cc | 291 if (mode == SMI_PARAMETERS) { in IntPtrOrSmiConstant() 308 DCHECK_EQ(mode, SMI_PARAMETERS); in IsIntPtrOrSmiConstantZero() 326 DCHECK_EQ(mode, SMI_PARAMETERS); in TryGetIntPtrOrSmiConstantValue() 348 if (mode == SMI_PARAMETERS) { in MatchesParameterMode() 990 SMI_PARAMETERS, if_hole); in LoadDoubleWithHoleCheck() 1967 if (parameter_mode == ParameterMode::SMI_PARAMETERS) { in FixedArrayBoundsCheck() 2262 data_pointer, index, TYPE##_ELEMENTS, SMI_PARAMETERS)); \ in LoadFixedTypedArrayElementAsTagged() 6705 0, SMI_PARAMETERS); in NumberToString() 6710 kPointerSize, SMI_PARAMETERS)); in NumberToString() 7450 DCHECK_IMPLIES(mode == SMI_PARAMETERS, in Increment() [all …]
|
/external/v8/src/builtins/ |
D | builtins-array-gen.cc | 243 ParameterMode mode = SMI_PARAMETERS; in FastMapProcessor() 689 data_ptr, index, source_elements_kind_, SMI_PARAMETERS); in VisitAllTypedArrayElements() 702 BuildFastLoop(list, start, end, body, incr, ParameterMode::SMI_PARAMETERS, in VisitAllTypedArrayElements() 865 nullptr, CodeStubAssembler::SMI_PARAMETERS)); in GenerateArraySpeciesCreate() 915 CodeStubAssembler::SMI_PARAMETERS)); in GenerateArraySpeciesCreate() 1242 nullptr, SMI_PARAMETERS)); in HandleFastSlice() 1258 SMI_PARAMETERS); in HandleFastSlice() 1268 SMI_PARAMETERS); in HandleFastSlice() 1275 1, SMI_PARAMETERS, IndexAdvanceMode::kPost); in HandleFastSlice() 1284 SMI_PARAMETERS); in HandleFastSlice() [all …]
|
D | typed-array.tq | 57 array.data_ptr, index, KindForArrayType<T>(), SMI_PARAMETERS); 66 context, elements, index, value, KindForArrayType<T>(), SMI_PARAMETERS);
|
D | builtins-typed-array-gen.cc | 1780 SMI_PARAMETERS); in TF_BUILTIN() 1784 1, ParameterMode::SMI_PARAMETERS, IndexAdvanceMode::kPost); in TF_BUILTIN() 1856 backing_store, index, kind, ParameterMode::SMI_PARAMETERS)); in TF_BUILTIN() 1876 1, ParameterMode::SMI_PARAMETERS, IndexAdvanceMode::kPost); in TF_BUILTIN()
|
D | base.tq | 165 const SMI_PARAMETERS: constexpr ParameterMode generates 'SMI_PARAMETERS'; 660 StoreFixedDoubleArrayElement(array, index, value, SMI_PARAMETERS);
|
D | builtins-math-gen.cc | 429 array, new_smi_index, MachineType::Float64(), 0, SMI_PARAMETERS); in TF_BUILTIN()
|
D | builtins-constructor-gen.cc | 414 allocation_site.value(), ParameterMode::SMI_PARAMETERS); in EmitCreateEmptyArrayLiteral()
|
D | builtins-promise-gen.cc | 1982 AllocateFixedArray(PACKED_ELEMENTS, new_capacity, SMI_PARAMETERS, in PerformPromiseAll() 1986 new_capacity, UPDATE_WRITE_BARRIER, SMI_PARAMETERS); in PerformPromiseAll()
|
D | builtins-collections-gen.cc | 1030 Decrement(&var_index, 1, SMI_PARAMETERS); in TF_BUILTIN()
|
D | builtins-regexp-gen.cc | 579 register_count, INT32_ELEMENTS, SMI_PARAMETERS, 0); in RegExpExecInternal()
|
/external/v8/src/ic/ |
D | accessor-assembler.h | 85 ParameterMode slot_mode = SMI_PARAMETERS); 211 ParameterMode slot_mode = SMI_PARAMETERS);
|
D | accessor-assembler.cc | 77 Node* offset = ElementOffsetFromIndex(slot, HOLEY_ELEMENTS, SMI_PARAMETERS); in TryMonomorphicCase() 2512 SKIP_WRITE_BARRIER, 0, SMI_PARAMETERS); in LoadIC_Uninitialized() 2514 kPointerSize, SMI_PARAMETERS); in LoadIC_Uninitialized() 2538 SKIP_WRITE_BARRIER, 0, SMI_PARAMETERS); in LoadIC_Uninitialized() 2821 vector, slot, 0, SMI_PARAMETERS)))); in KeyedLoadICPolymorphicName() 2825 LoadFeedbackVectorSlot(vector, slot, kPointerSize, SMI_PARAMETERS); in KeyedLoadICPolymorphicName() 2909 LoadFeedbackVectorSlot(pp->vector, pp->slot, 0, SMI_PARAMETERS); in StoreGlobalIC() 2927 pp->vector, pp->slot, kPointerSize, SMI_PARAMETERS); in StoreGlobalIC() 3081 p->vector, p->slot, kPointerSize, SMI_PARAMETERS); in KeyedStoreIC() 3201 LoadFeedbackVectorSlot(vector, slot, 0, SMI_PARAMETERS); in GenerateLoadIC_Noninlined()
|
D | keyed-store-generic.cc | 1015 SKIP_WRITE_BARRIER, 0, SMI_PARAMETERS); in StoreIC_Uninitialized() 1025 SKIP_WRITE_BARRIER, 0, SMI_PARAMETERS); in StoreIC_Uninitialized()
|
/external/v8/src/interpreter/ |
D | interpreter-generator.cc | 2936 CodeStubAssembler::SMI_PARAMETERS); in IGNITION_HANDLER()
|