Home
last modified time | relevance | path

Searched refs:SMI_PARAMETERS (Results 1 – 15 of 15) sorted by relevance

/external/v8/src/
Dcode-stub-assembler.h251 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 …]
Dcode-stub-assembler.cc291 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/
Dbuiltins-array-gen.cc243 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 …]
Dtyped-array.tq57 array.data_ptr, index, KindForArrayType<T>(), SMI_PARAMETERS);
66 context, elements, index, value, KindForArrayType<T>(), SMI_PARAMETERS);
Dbuiltins-typed-array-gen.cc1780 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()
Dbase.tq165 const SMI_PARAMETERS: constexpr ParameterMode generates 'SMI_PARAMETERS';
660 StoreFixedDoubleArrayElement(array, index, value, SMI_PARAMETERS);
Dbuiltins-math-gen.cc429 array, new_smi_index, MachineType::Float64(), 0, SMI_PARAMETERS); in TF_BUILTIN()
Dbuiltins-constructor-gen.cc414 allocation_site.value(), ParameterMode::SMI_PARAMETERS); in EmitCreateEmptyArrayLiteral()
Dbuiltins-promise-gen.cc1982 AllocateFixedArray(PACKED_ELEMENTS, new_capacity, SMI_PARAMETERS, in PerformPromiseAll()
1986 new_capacity, UPDATE_WRITE_BARRIER, SMI_PARAMETERS); in PerformPromiseAll()
Dbuiltins-collections-gen.cc1030 Decrement(&var_index, 1, SMI_PARAMETERS); in TF_BUILTIN()
Dbuiltins-regexp-gen.cc579 register_count, INT32_ELEMENTS, SMI_PARAMETERS, 0); in RegExpExecInternal()
/external/v8/src/ic/
Daccessor-assembler.h85 ParameterMode slot_mode = SMI_PARAMETERS);
211 ParameterMode slot_mode = SMI_PARAMETERS);
Daccessor-assembler.cc77 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()
Dkeyed-store-generic.cc1015 SKIP_WRITE_BARRIER, 0, SMI_PARAMETERS); in StoreIC_Uninitialized()
1025 SKIP_WRITE_BARRIER, 0, SMI_PARAMETERS); in StoreIC_Uninitialized()
/external/v8/src/interpreter/
Dinterpreter-generator.cc2936 CodeStubAssembler::SMI_PARAMETERS); in IGNITION_HANDLER()