/third_party/node/deps/v8/src/builtins/ |
D | builtins-collections-gen.cc | 998 TVARIABLE(IntPtrT, var_index, index); in MapIteratorToList() 999 VariableList vars({&var_index, &var_offset}, zone()); in MapIteratorToList() 1000 Label done(this, {&var_index}), loop(this, vars), continue_loop(this, vars), in MapIteratorToList() 1012 NextSkipHoles<OrderedHashMap>(table, var_index.value(), &done); in MapIteratorToList() 1042 var_index = cur_index; in MapIteratorToList() 1053 SmiTag(var_index.value())); in MapIteratorToList() 1110 TVARIABLE(IntPtrT, var_index, IntPtrConstant(0)); in SetOrSetIteratorToList() 1111 Label done(this), finalize(this, {&var_index}), in SetOrSetIteratorToList() 1112 loop(this, {&var_index, &var_offset}); in SetOrSetIteratorToList() 1123 NextSkipHoles<OrderedHashSet>(table, var_index.value(), &finalize); in SetOrSetIteratorToList() [all …]
|
D | builtins-object-gen.cc | 379 TVARIABLE(IntPtrT, var_index); in TF_BUILTIN() 382 Label if_index(this, &var_index), if_unique_name(this), in TF_BUILTIN() 384 TryToName(key, &if_index, &var_index, &if_unique_name, &var_unique, in TF_BUILTIN() 393 TryLookupElement(heap_object, map, instance_type, var_index.value(), in TF_BUILTIN() 401 TryInternalizeString(CAST(key), &if_index, &var_index, &if_unique_name, in TF_BUILTIN() 1323 TVARIABLE(IntPtrT, var_index, IntPtrConstant(0)); in TF_BUILTIN() 1326 TryToName(key, &if_keyisindex, &var_index, &if_iskeyunique, &var_name, in TF_BUILTIN() 1332 TryInternalizeString(CAST(key), &if_keyisindex, &var_index, in TF_BUILTIN()
|
D | builtins-internal-gen.cc | 684 TVARIABLE(IntPtrT, var_index); in TF_BUILTIN() 686 Label if_index(this, &var_index), if_unique_name(this), if_notunique(this), in TF_BUILTIN() 694 TryToName(key, &if_index, &var_index, &if_unique_name, &var_unique, &slow, in TF_BUILTIN() 738 TryInternalizeString(CAST(key), &if_index, &var_index, &if_unique_name, in TF_BUILTIN()
|
/third_party/node/deps/v8/src/interpreter/ |
D | interpreter-assembler.cc | 1449 TVARIABLE(IntPtrT, var_index); in ExportParametersAndRegisterFile() 1450 var_index = IntPtrConstant(0); in ExportParametersAndRegisterFile() 1453 Label loop(this, &var_index), done_loop(this); in ExportParametersAndRegisterFile() 1461 TNode<IntPtrT> index = var_index.value(); in ExportParametersAndRegisterFile() 1470 var_index = IntPtrAdd(index, IntPtrConstant(1)); in ExportParametersAndRegisterFile() 1480 TVARIABLE(IntPtrT, var_index); in ExportParametersAndRegisterFile() 1481 var_index = IntPtrConstant(0); in ExportParametersAndRegisterFile() 1483 Label loop(this, &var_index), done_loop(this); in ExportParametersAndRegisterFile() 1487 TNode<IntPtrT> index = var_index.value(); in ExportParametersAndRegisterFile() 1498 var_index = IntPtrAdd(index, IntPtrConstant(1)); in ExportParametersAndRegisterFile() [all …]
|
/third_party/node/deps/v8/src/ic/ |
D | accessor-assembler.cc | 120 TVARIABLE(IntPtrT, var_index, IntPtrSub(length, IntPtrConstant(kEntrySize))); in HandlePolymorphicCase() 121 Label loop(this, &var_index), loop_next(this); in HandlePolymorphicCase() 126 LoadWeakFixedArrayElement(feedback, var_index.value()); in HandlePolymorphicCase() 133 LoadWeakFixedArrayElement(feedback, var_index.value(), kTaggedSize); in HandlePolymorphicCase() 138 var_index = in HandlePolymorphicCase() 139 Signed(IntPtrSub(var_index.value(), IntPtrConstant(kEntrySize))); in HandlePolymorphicCase() 140 Branch(IntPtrGreaterThanOrEqual(var_index.value(), IntPtrConstant(0)), in HandlePolymorphicCase() 775 TVARIABLE(IntPtrT, var_index); in HandleLoadICSmiHandlerLoadNamedCase() 784 TryToName(p->name(), &if_index, &var_index, &if_unique_name, &var_unique, in HandleLoadICSmiHandlerLoadNamedCase() 1986 TVARIABLE(IntPtrT, var_index); in HandleStoreToProxy() [all …]
|
D | keyed-store-generic.cc | 1076 TVARIABLE(IntPtrT, var_index); in KeyedStoreGeneric() 1078 Label if_index(this, &var_index), if_unique_name(this), in KeyedStoreGeneric() 1089 TryToName(key, &if_index, &var_index, &if_unique_name, &var_unique, &slow, in KeyedStoreGeneric() 1096 var_index.value(), value, context, &slow); in KeyedStoreGeneric() 1112 TryInternalizeString(CAST(key), &if_index, &var_index, &if_unique_name, in KeyedStoreGeneric()
|
/third_party/node/deps/v8/src/objects/ |
D | scope-info.cc | 363 int var_index = -1; in Create() local 366 var_index = var->index(); in Create() 370 scope_info.set(index++, Smi::FromInt(var_index)); in Create() 372 var_index == scope_info.ContextLength() - 1); in Create()
|
/third_party/node/deps/v8/src/codegen/ |
D | code-stub-assembler.cc | 8040 TVariable<IntPtrT>* var_index, in TryToName() argument 8049 *var_index = TryToIntptr(key, &if_keyisnotindex, &var_instance_type); in TryToName() 8111 *var_index = index; in TryToName() 8191 TNode<String> string, Label* if_index, TVariable<IntPtrT>* var_index, in TryInternalizeString() argument 8209 *var_index = word_result; in TryInternalizeString() 10144 TVARIABLE(IntPtrT, var_index); in TryPrototypeChainLookup() 10148 TryToName(key, &if_keyisindex, &var_index, &if_iskeyunique, &var_unique, in TryPrototypeChainLookup() 10213 var_index.value(), &next_proto, if_bailout); in TryPrototypeChainLookup()
|
D | code-stub-assembler.h | 3003 TVariable<IntPtrT>* var_index, Label* if_keyisunique, 3032 TVariable<IntPtrT>* var_index,
|