Home
last modified time | relevance | path

Searched refs:Int32T (Results 1 – 25 of 27) sorted by relevance

12

/external/v8/src/builtins/
Dbuiltins-call-gen.cc130 TVARIABLE(Int32T, var_length); in CallOrConstructWithArrayLike()
147 TNode<Int32T> kind = LoadMapElementsKind(arguments_list_map); in CallOrConstructWithArrayLike()
192 TNode<Int32T> args_count = Int32Constant(0); // args already on the stack in CallOrConstructWithArrayLike()
194 TNode<Int32T> length = var_length.value(); in CallOrConstructWithArrayLike()
238 TNode<FixedDoubleArray> elements, TNode<Int32T> length, in CallOrConstructDoubleVarargs()
239 TNode<Int32T> args_count, TNode<Context> context, TNode<Int32T> kind) { in CallOrConstructDoubleVarargs()
280 TNode<Int32T> args_count, TNode<Context> context) { in CallOrConstructWithSpread()
284 TVARIABLE(Int32T, var_length); in CallOrConstructWithSpread()
286 TVARIABLE(Int32T, var_elements_kind); in CallOrConstructWithSpread()
308 TNode<Int32T> spread_kind = LoadMapElementsKind(spread_map); in CallOrConstructWithSpread()
[all …]
Dbuiltins-call-gen.h25 TNode<Int32T> length,
26 TNode<Int32T> args_count,
27 TNode<Context> context, TNode<Int32T> kind);
29 TNode<Object> spread, TNode<Int32T> args_count,
Dbuiltins-data-view-gen.h28 TNode<Int32T> LoadUint8(TNode<RawPtrT> data_pointer, TNode<IntPtrT> offset) { in LoadUint8()
29 return UncheckedCast<Int32T>( in LoadUint8()
33 TNode<Int32T> LoadInt8(TNode<RawPtrT> data_pointer, TNode<IntPtrT> offset) { in LoadInt8()
34 return UncheckedCast<Int32T>( in LoadInt8()
Dbuiltins-array-gen.h116 TNode<Int32T> argc);
119 TNode<Context> context, TNode<JSFunction> target, TNode<Int32T> argc,
124 TNode<Context> context, TNode<JSFunction> target, TNode<Int32T> argc,
129 TNode<Context> context, TNode<JSFunction> target, TNode<Int32T> argc,
142 TNode<Object> new_target, TNode<Int32T> argc,
Dbuiltins-lazy-gen.cc18 TNode<Int32T> argc = in GenerateTailCallToJSCode()
19 UncheckedCast<Int32T>(Parameter(Descriptor::kActualArgumentsCount)); in GenerateTailCallToJSCode()
97 TNode<Int32T> code_kind_specific_flags = LoadObjectField<Int32T>( in MaybeTailCallOptimizedCodeSlot()
Dbuiltins-intl-gen.cc28 void ListFormatCommon(TNode<Context> context, TNode<Int32T> argc,
147 TNode<Int32T> argc, in ListFormatCommon()
201 UncheckedCast<Int32T>(Parameter(Descriptor::kJSActualArgumentsCount)), in TF_BUILTIN()
208 UncheckedCast<Int32T>(Parameter(Descriptor::kJSActualArgumentsCount)), in TF_BUILTIN()
Dbuiltins-wasm-gen.cc92 TNode<Int32T> num_pages = in TF_BUILTIN()
93 UncheckedCast<Int32T>(Parameter(Descriptor::kNumPages)); in TF_BUILTIN()
106 TNode<Int32T> ret = SmiToInt32(ret_smi); in TF_BUILTIN()
Dbuiltins-string-gen.cc594 TNode<Int32T> code = StringCharCodeAt(receiver, position); in TF_BUILTIN()
607 TNode<Int32T> code = in TF_BUILTIN()
622 TNode<Int32T> code = in TF_BUILTIN()
637 TNode<Int32T> argc = in TF_BUILTIN()
638 UncheckedCast<Int32T>(Parameter(Descriptor::kJSActualArgumentsCount)); in TF_BUILTIN()
656 TNode<Int32T> code16 = in TF_BUILTIN()
753 TNode<Int32T> code = StringCharCodeAt(string, index); in TF_BUILTIN()
1703 TNode<Int32T> const fill_length_word32 = in Generate()
1705 TNode<Int32T> const pad_length_word32 = SmiToInt32(pad_length); in Generate()
1706 TNode<Int32T> const repetitions_word32 = in Generate()
[all …]
Dbuiltins-internal-gen.cc182 TNode<Int32T> arg_count = in TF_BUILTIN()
183 UncheckedCast<Int32T>(Parameter(Descriptor::kJSActualArgumentsCount)); in TF_BUILTIN()
499 TNode<Int32T> instance_type = LoadMapInstanceType(receiver_map); in TF_BUILTIN()
674 TNode<Int32T> argc = in GenerateAdaptorWithExitFrameType()
675 UncheckedCast<Int32T>(Parameter(Descriptor::kActualArgumentsCount)); in GenerateAdaptorWithExitFrameType()
918 TNode<Int32T> microtask_type = LoadMapInstanceType(microtask_map); in TF_BUILTIN()
1102 TNode<Int32T> requested_size = in TF_BUILTIN()
1103 UncheckedCast<Int32T>(Parameter(Descriptor::kRequestedSize)); in TF_BUILTIN()
1110 TNode<Int32T> requested_size = in TF_BUILTIN()
1111 UncheckedCast<Int32T>(Parameter(Descriptor::kRequestedSize)); in TF_BUILTIN()
Dbuiltins-array-gen.cc249 TNode<Int32T> kind = LoadElementsKind(a()); in FastMapProcessor()
858 TNode<Int32T> elements_kind = LoadMapElementsKind(original_map); in GenerateArraySpeciesCreate()
933 TNode<Int32T> argc = in TF_BUILTIN()
934 UncheckedCast<Int32T>(Parameter(Descriptor::kJSActualArgumentsCount)); in TF_BUILTIN()
985 TNode<Int32T> elements_kind = LoadElementsKind(array_receiver); in TF_BUILTIN()
1047 TNode<Int32T> argc = in TF_BUILTIN()
1048 UncheckedCast<Int32T>(Parameter(Descriptor::kJSActualArgumentsCount)); in TF_BUILTIN()
1502 TNode<Int32T> argc = in TF_BUILTIN()
1503 UncheckedCast<Int32T>(Parameter(Descriptor::kJSActualArgumentsCount)); in TF_BUILTIN()
1562 TNode<Int32T> elements_kind = LoadElementsKind(array_receiver); in TF_BUILTIN()
[all …]
Dbuiltins-regexp-gen.cc372 TNode<Int32T> tag = LoadAndUntagToWord32FixedArrayElement( in RegExpExecInternal()
484 TNode<Int32T> arg1 = TruncateIntPtrToInt32(int_last_index); in RegExpExecInternal()
502 TNode<Int32T> arg5 = Int32Constant(0); in RegExpExecInternal()
517 TNode<Int32T> arg7 = Int32Constant(1); in RegExpExecInternal()
527 TNode<Int32T> result = UncheckedCast<Int32T>(CallCFunction9( in RegExpExecInternal()
590 TNode<Int32T> value = UncheckedCast<Int32T>(Load( in RegExpExecInternal()
2010 TVARIABLE(Int32T, var_global); in MatchAllIterator()
2011 TVARIABLE(Int32T, var_unicode); in MatchAllIterator()
2029 var_global = UncheckedCast<Int32T>( in MatchAllIterator()
2033 var_unicode = UncheckedCast<Int32T>( in MatchAllIterator()
[all …]
Dbase.tq13 type int32 generates 'TNode<Int32T>' constexpr 'int32_t';
23 type int31 extends int32 generates 'TNode<Int32T>' constexpr 'int31_t';
58 type InstanceType generates 'TNode<Int32T>' constexpr 'InstanceType';
59 type ElementsKind generates 'TNode<Int32T>' constexpr 'ElementsKind';
63 type ParameterMode generates 'TNode<Int32T>' constexpr 'ParameterMode';
64 type RootListIndex generates 'TNode<Int32T>' constexpr 'Heap::RootListIndex';
65 type WriteBarrierMode generates 'TNode<Int32T>' constexpr 'WriteBarrierMode';
Dbuiltins-string-gen.h69 TNode<Int32T> LoadSurrogatePairAt(SloppyTNode<String> string,
Dbuiltins-constructor-gen.cc50 TNode<Int32T> args_count = in TF_BUILTIN()
51 UncheckedCast<Int32T>(Parameter(Descriptor::kActualArgumentsCount)); in TF_BUILTIN()
406 TNode<Int32T> kind = LoadElementsKind(allocation_site.value()); in EmitCreateEmptyArrayLiteral()
Dbuiltins-object-gen.cc51 TNode<Int32T> instance_type,
432 TNode<Int32T> instance_type = LoadMapInstanceType(map); in TF_BUILTIN()
528 TNode<Map> map, TNode<Int32T> instance_type, Label* bailout) { in EnsureOnlyHasSimpleProperties()
550 TNode<Int32T> from_instance_type = LoadMapInstanceType(from_map); in ObjectAssignFast()
1532 TNode<Int32T> instance_type = LoadMapInstanceType(map); in TF_BUILTIN()
Dbuiltins-typed-array-gen.cc35 TNode<Int32T> elements_kind = LoadMapElementsKind(array_map); in LoadMapForType()
591 TNode<Int32T> holder_kind = LoadElementsKind(holder); in ConstructByArrayLike()
592 TNode<Int32T> source_kind = LoadElementsKind(array_like); in ConstructByArrayLike()
1076 TNode<Int32T> source_elements_kind = LoadElementsKind(source); in SetJSArraySource()
1537 UncheckedCast<Int32T>(Parameter(Descriptor::kJSActualArgumentsCount))); in TF_BUILTIN()
/external/v8/src/compiler/
Dcode-assembler.h72 struct Int32T : Word32T { struct
329 struct types_have_common_values<Int32T, U> {
479 V(Int32AddWithOverflow, PAIR_TYPE(Int32T, BoolT), Int32T, Int32T) \
481 V(Int32SubWithOverflow, PAIR_TYPE(Int32T, BoolT), Int32T, Int32T) \
483 V(Int32MulWithOverflow, PAIR_TYPE(Int32T, BoolT), Int32T, Int32T) \
484 V(Int32Div, Int32T, Int32T, Int32T) \
485 V(Int32Mod, Int32T, Int32T, Int32T) \
523 V(TruncateInt64ToInt32, Int32T, Int64T) \
527 V(ChangeInt32ToFloat64, Float64T, Int32T) \
528 V(ChangeInt32ToInt64, Int64T, Int32T) \
[all …]
Dcode-assembler.cc251 TNode<Int32T> CodeAssembler::Int32Constant(int32_t value) { in Int32Constant()
252 return UncheckedCast<Int32T>(raw_assembler()->Int32Constant(value)); in Int32Constant()
1122 Runtime::FunctionId function, TNode<Int32T> arity, TNode<Object> context, in TailCallRuntimeImpl()
1131 Runtime::FunctionId function, TNode<Int32T> arity, TNode<Code> centry, in TailCallRuntimeWithCEntryImpl()
1259 TNode<Int32T> arg_count) { in TailCallJSCode()
/external/v8/src/
Dcode-stub-assembler.h282 Node* Int32ToParameter(SloppyTNode<Int32T> value, ParameterMode mode) { in Int32ToParameter()
454 TNode<Int32T> HashSeedHigh();
455 TNode<Int32T> HashSeedLow();
503 TNode<Smi> SmiFromInt32(SloppyTNode<Int32T> value);
505 TNode<Int32T> SmiToInt32(SloppyTNode<Smi> value);
692 TNode<Int32T> SelectInt32Constant(SloppyTNode<BoolT> condition,
713 TNode<Int32T> TruncateIntPtrToInt32(SloppyTNode<IntPtrT> value);
820 TNode<Int32T> LoadAndUntagToWord32ObjectField(Node* object, int offset);
824 TNode<Int32T> LoadAndUntagToWord32Root(Heap::RootListIndex root_index);
840 TNode<Int32T> LoadInstanceType(SloppyTNode<HeapObject> object);
[all …]
Dcode-stub-assembler.cc194 TNode<Int32T> CodeStubAssembler::SelectInt32Constant( in SelectInt32Constant()
196 return SelectConstant<Int32T>(condition, Int32Constant(true_value), in SelectInt32Constant()
264 TNode<Int32T> CodeStubAssembler::HashSeedHigh() { in HashSeedHigh()
273 return TNode<Int32T>::UncheckedCast(LoadObjectField( in HashSeedHigh()
277 TNode<Int32T> CodeStubAssembler::HashSeedLow() { in HashSeedLow()
286 return TNode<Int32T>::UncheckedCast(LoadObjectField( in HashSeedLow()
592 TNode<Smi> CodeStubAssembler::SmiFromInt32(SloppyTNode<Int32T> value) { in SmiFromInt32()
638 TNode<Int32T> CodeStubAssembler::SmiToInt32(SloppyTNode<Smi> value) { in SmiToInt32()
666 TNode<PairT<Int32T, BoolT>> pair = in TrySmiAdd()
671 TNode<Int32T> result = Projection<0>(pair); in TrySmiAdd()
[all …]
/external/v8/src/interpreter/
Dinterpreter-assembler.h107 TNode<Int32T> formal_parameter_count);
110 TNode<Int32T> formal_parameter_count);
Dinterpreter-generator.cc3037 TNode<Int32T> formal_parameter_count = UncheckedCast<Int32T>( in IGNITION_HANDLER()
3111 TNode<Int32T> formal_parameter_count = UncheckedCast<Int32T>( in IGNITION_HANDLER()
Dinterpreter-assembler.cc1603 TNode<Int32T> formal_parameter_count) { in ExportParametersAndRegisterFile()
1677 TNode<Int32T> formal_parameter_count) { in ImportRegisterFile()
/external/v8/src/ic/
Daccessor-assembler.h245 SloppyTNode<Int32T> instance_type, Node* index,
250 SloppyTNode<Int32T> instance_type,
Dkeyed-store-generic.cc158 TNode<Int32T> instance_type = LoadMapInstanceType(prototype_map); in BranchIfPrototypesHaveNonFastElements()
916 TNode<Int32T> instance_type = LoadMapInstanceType(receiver_map); in KeyedStoreGeneric()
1007 TNode<Int32T> instance_type = LoadMapInstanceType(receiver_map); in StoreIC_Uninitialized()

12