Home
last modified time | relevance | path

Searched refs:INTPTR_PARAMETERS (Results 1 – 18 of 18) 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()
264 return mode == INTPTR_PARAMETERS ? MachineType::PointerRepresentation() in ParameterRepresentation()
413 DCHECK_EQ(INTPTR_PARAMETERS, mode); \
548 DCHECK_EQ(INTPTR_PARAMETERS, mode); in WordOrSmiShl()
557 DCHECK_EQ(INTPTR_PARAMETERS, mode); in WordOrSmiShr()
969 ParameterMode parameter_mode = INTPTR_PARAMETERS);
975 ParameterMode parameter_mode = INTPTR_PARAMETERS,
981 ParameterMode parameter_mode = INTPTR_PARAMETERS,
987 return LoadFixedArrayElement(object, index, 0, INTPTR_PARAMETERS, in LoadFixedArrayElement()
[all …]
Dcode-stub-assembler.cc294 DCHECK_EQ(INTPTR_PARAMETERS, mode); in IntPtrOrSmiConstant()
303 if (mode == INTPTR_PARAMETERS) { in IsIntPtrOrSmiConstantZero()
320 if (mode == INTPTR_PARAMETERS) { in TryGetIntPtrOrSmiConstantValue()
2006 ParameterMode parameter_mode = INTPTR_PARAMETERS; in LoadPropertyArrayElement()
2437 CAST(elements), index, MachineType::Float64(), 0, INTPTR_PARAMETERS, in LoadFixedArrayBaseElementAsTagged()
2899 IntPtrSub(UncheckedCast<IntPtrT>(args->GetLength(INTPTR_PARAMETERS)), in BuildAppendJSArray()
3107 SmiUntag(length), UINT8_ELEMENTS, INTPTR_PARAMETERS, in AllocateSeqOneByteString()
3177 SmiUntag(length), UINT16_ELEMENTS, INTPTR_PARAMETERS, in AllocateSeqTwoByteString()
3415 SKIP_WRITE_BARRIER, INTPTR_PARAMETERS); in CopyNameDictionary()
3784 kPointerSize, INTPTR_PARAMETERS, IndexAdvanceMode::kPost); in StoreFieldsNoWriteBarrier()
[all …]
/external/v8/src/builtins/
Dbuiltins-constructor-gen.cc230 ParameterMode mode = INTPTR_PARAMETERS; in EmitFastNewFunctionContext()
303 CAST(LoadFeedbackVectorSlot(feedback_vector, slot, 0, INTPTR_PARAMETERS)); in EmitCreateRegExpLiteral()
348 CAST(LoadFeedbackVectorSlot(feedback_vector, slot, 0, INTPTR_PARAMETERS)); in EmitCreateShallowArrayLiteral()
387 CAST(LoadFeedbackVectorSlot(feedback_vector, slot, 0, INTPTR_PARAMETERS)); in EmitCreateEmptyArrayLiteral()
433 CAST(LoadFeedbackVectorSlot(feedback_vector, slot, 0, INTPTR_PARAMETERS)); in EmitCreateShallowObjectLiteral()
566 kPointerSize, INTPTR_PARAMETERS, IndexAdvanceMode::kPost); in EmitCreateShallowObjectLiteral()
587 kPointerSize, INTPTR_PARAMETERS, IndexAdvanceMode::kPost); in EmitCreateShallowObjectLiteral()
Dbuiltins-arguments-gen.cc330 -kPointerSize, INTPTR_PARAMETERS); in EmitFastNewSloppyArguments()
365 -kPointerSize, INTPTR_PARAMETERS); in EmitFastNewSloppyArguments()
Dbuiltins-intl-gen.cc94 kCharSize, INTPTR_PARAMETERS, IndexAdvanceMode::kPost); in TF_BUILTIN()
Dbuiltins-proxy-gen.cc320 INTPTR_PARAMETERS); in TF_BUILTIN()
372 INTPTR_PARAMETERS); in TF_BUILTIN()
Dbuiltins-regexp-gen.cc51 length_intptr, elements_kind, INTPTR_PARAMETERS); in AllocateRegExpResult()
316 IntPtrAdd(offset, last_index), kind, INTPTR_PARAMETERS); in GetStringPointers()
320 IntPtrAdd(offset, string_length), kind, INTPTR_PARAMETERS); in GetStringPointers()
583 INTPTR_PARAMETERS, RegExpMatchInfo::kHeaderSize - kHeapObjectTag); in RegExpExecInternal()
597 kInt32Size, INTPTR_PARAMETERS, IndexAdvanceMode::kPost); in RegExpExecInternal()
2338 const ParameterMode mode = CodeStubAssembler::INTPTR_PARAMETERS; in RegExpPrototypeSplitBody()
2682 ParameterMode capacity_mode = CodeStubAssembler::INTPTR_PARAMETERS; in ReplaceGlobalCallableFastPath()
2840 increment, CodeStubAssembler::INTPTR_PARAMETERS, in ReplaceGlobalCallableFastPath()
Dbuiltins-string-gen.cc122 ElementOffsetFromIndex(index, kind, INTPTR_PARAMETERS); in PointerToStringDataAtIndex()
642 TNode<Smi> smi_argc = SmiTag(arguments.GetLength(INTPTR_PARAMETERS)); in TF_BUILTIN()
688 CodeStubAssembler::INTPTR_PARAMETERS, in TF_BUILTIN()
713 CodeStubAssembler::INTPTR_PARAMETERS, in TF_BUILTIN()
731 CodeStubAssembler::INTPTR_PARAMETERS, in TF_BUILTIN()
1868 1, ParameterMode::INTPTR_PARAMETERS, IndexAdvanceMode::kPost); in StringToArray()
Dbuiltins-array-gen.cc991 elements, new_length, MachineType::Float64(), 0, INTPTR_PARAMETERS, in TF_BUILTIN()
996 INTPTR_PARAMETERS, header_size); in TF_BUILTIN()
1580 INTPTR_PARAMETERS, &move_elements))); in TF_BUILTIN()
1590 INTPTR_PARAMETERS, header_size)); in TF_BUILTIN()
1596 INTPTR_PARAMETERS, header_size); in TF_BUILTIN()
1625 1, ParameterMode::INTPTR_PARAMETERS, IndexAdvanceMode::kPost); in TF_BUILTIN()
1645 1, ParameterMode::INTPTR_PARAMETERS, IndexAdvanceMode::kPost); in TF_BUILTIN()
3374 INTPTR_PARAMETERS, &continue_loop); in GenerateHoleyDoubles()
3390 MachineType::None(), 0, INTPTR_PARAMETERS, in GenerateHoleyDoubles()
Dbuiltins-typed-array-gen.cc1539 CodeStubArguments args(this, length, nullptr, INTPTR_PARAMETERS, in TF_BUILTIN()
1571 TNode<Object> item = args.AtIndex(index, INTPTR_PARAMETERS); in TF_BUILTIN()
1592 INTPTR_PARAMETERS); in TF_BUILTIN()
1595 1, ParameterMode::INTPTR_PARAMETERS, IndexAdvanceMode::kPost); in TF_BUILTIN()
Dbuiltins-math-gen.cc159 argc = arguments.GetLength(INTPTR_PARAMETERS); in MathMaxMin()
Dbase.tq166 const INTPTR_PARAMETERS: constexpr ParameterMode generates 'INTPTR_PARAMETERS';
Dbuiltins-collections-gen.cc258 ParameterMode::INTPTR_PARAMETERS, IndexAdvanceMode::kPost); in AddConstructorEntriesFromFastJSArray()
279 ParameterMode::INTPTR_PARAMETERS, IndexAdvanceMode::kPost); in AddConstructorEntriesFromFastJSArray()
504 0, INTPTR_PARAMETERS, &if_hole); in LoadAndNormalizeFixedDoubleArrayElement()
Dbuiltins-object-gen.cc747 INTPTR_PARAMETERS); in TF_BUILTIN()
838 INTPTR_PARAMETERS); in TF_BUILTIN()
Dbuiltins-internal-gen.cc863 PACKED_ELEMENTS, new_queue_length, INTPTR_PARAMETERS, in TF_BUILTIN()
/external/v8/src/ic/
Dkeyed-store-generic.cc205 capacity, INTPTR_PARAMETERS, bailout); in TryRewriteElements()
303 INTPTR_PARAMETERS, kHeaderSize); in StoreElementWithCapacity()
373 INTPTR_PARAMETERS, kHeaderSize); in StoreElementWithCapacity()
407 INTPTR_PARAMETERS, kHeaderSize); in StoreElementWithCapacity()
456 intptr_index, PACKED_ELEMENTS, INTPTR_PARAMETERS, kHeaderSize); in StoreElementWithCapacity()
Daccessor-assembler.cc166 kEntrySize, INTPTR_PARAMETERS, IndexAdvanceMode::kPost); in HandlePolymorphicCase()
1823 INTPTR_PARAMETERS, if_hole); in EmitElementLoad()
1944 backing_store, intptr_index, BIGINT64_ELEMENTS, INTPTR_PARAMETERS)); in EmitElementLoad()
1950 backing_store, intptr_index, BIGUINT64_ELEMENTS, INTPTR_PARAMETERS)); in EmitElementLoad()
1984 INTPTR_PARAMETERS, first_item); in BranchIfStrictMode()
3471 auto mode = INTPTR_PARAMETERS; in GenerateCloneObjectIC()
3500 1, INTPTR_PARAMETERS, IndexAdvanceMode::kPost); in GenerateCloneObjectIC()
/external/v8/src/interpreter/
Dinterpreter-generator.cc176 CodeStubAssembler::INTPTR_PARAMETERS); in LdaGlobal()
2469 CAST(LoadFeedbackVectorSlot(feedback_vector, slot, 0, INTPTR_PARAMETERS)); in IGNITION_HANDLER()