Home
last modified time | relevance | path

Searched refs:var_index (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-collections-gen.cc1019 VARIABLE(var_index, MachineRepresentation::kTagged, index); in TF_BUILTIN()
1020 Label loop(this, {&var_i, &var_index}); in TF_BUILTIN()
1030 Decrement(&var_index, 1, SMI_PARAMETERS); in TF_BUILTIN()
1036 Return(var_index.value()); in TF_BUILTIN()
1047 TVARIABLE(IntPtrT, var_index, index); in Transition()
1056 Label loop(this, {&var_table, &var_index}), done_loop(this); in Transition()
1061 TNode<IntPtrT> index = var_index.value(); in Transition()
1068 var_index = SmiUntag( in Transition()
1076 update_in_transition(var_table.value(), var_index.value()); in Transition()
1081 return {var_table.value(), var_index.value()}; in Transition()
[all …]
Dbuiltins-internal-gen.cc113 TVARIABLE(IntPtrT, var_index, IntPtrConstant(0)); in TF_BUILTIN()
114 Label loop1(this, &var_index), done_loop1(this); in TF_BUILTIN()
119 TNode<IntPtrT> index = var_index.value(); in TF_BUILTIN()
128 var_index = IntPtrAdd(index, IntPtrConstant(1)); in TF_BUILTIN()
137 Label loop2(this, &var_index), done_loop2(this); in TF_BUILTIN()
142 TNode<IntPtrT> index = var_index.value(); in TF_BUILTIN()
156 var_index = IntPtrAdd(index, IntPtrConstant(1)); in TF_BUILTIN()
492 VARIABLE(var_index, MachineType::PointerRepresentation()); in TF_BUILTIN()
501 TryToName(key, &if_index, &var_index, &if_unique_name, &var_unique, &slow, in TF_BUILTIN()
546 TryInternalizeString(key, &if_index, &var_index, &if_unique_name, in TF_BUILTIN()
Dbuiltins-string-gen.h142 Variable* const var_index,
146 void BuildLoop(Variable* const var_index, Node* const end, int increment,
Dbuiltins-object-gen.cc435 VARIABLE(var_index, MachineType::PointerRepresentation()); in TF_BUILTIN()
439 TryToName(key, &if_index, &var_index, &if_unique_name, &var_unique, in TF_BUILTIN()
449 GotoIf(IntPtrLessThan(var_index.value(), IntPtrConstant(0)), in TF_BUILTIN()
451 TryLookupElement(object, map, instance_type, var_index.value(), in TF_BUILTIN()
459 TryInternalizeString(key, &if_index, &var_index, &if_unique_name, in TF_BUILTIN()
1535 VARIABLE(var_index, MachineType::PointerRepresentation(), in TF_BUILTIN()
1539 TryToName(key, &if_keyisindex, &var_index, &if_iskeyunique, &var_name, in TF_BUILTIN()
1545 TryInternalizeString(key, &if_keyisindex, &var_index, &if_iskeyunique, in TF_BUILTIN()
Dbuiltins-string-gen.cc2282 Node* const is_stringonebyte, Variable* const var_index, Node* const end, in ScanForNonWhiteSpaceOrLineTerminator() argument
2290 var_index, end, increment, if_none_found, &out, [&](Node* const index) { in ScanForNonWhiteSpaceOrLineTerminator()
2297 BuildLoop(var_index, end, increment, if_none_found, &out, in ScanForNonWhiteSpaceOrLineTerminator()
2306 void StringTrimAssembler::BuildLoop(Variable* const var_index, Node* const end, in BuildLoop() argument
2310 Label loop(this, var_index); in BuildLoop()
2314 Node* const index = var_index->value(); in BuildLoop()
2318 Increment(var_index, increment); in BuildLoop()
Dbuiltins-promise-gen.cc1852 TVARIABLE(Smi, var_index, SmiConstant(1)); in PerformPromiseAll()
1853 Label loop(this, &var_index), done_loop(this), in PerformPromiseAll()
1882 TNode<Smi> const index = var_index.value(); in PerformPromiseAll()
1928 var_index = SmiAdd(index, SmiConstant(1)); in PerformPromiseAll()
1979 TNode<Smi> const new_capacity = var_index.value(); in PerformPromiseAll()
/external/v8/src/interpreter/
Dinterpreter-assembler.cc1617 Variable var_index(this, MachineType::PointerRepresentation()); in ExportParametersAndRegisterFile() local
1618 var_index.Bind(IntPtrConstant(0)); in ExportParametersAndRegisterFile()
1621 Label loop(this, &var_index), done_loop(this); in ExportParametersAndRegisterFile()
1630 Node* index = var_index.value(); in ExportParametersAndRegisterFile()
1639 var_index.Bind(IntPtrAdd(index, IntPtrConstant(1))); in ExportParametersAndRegisterFile()
1649 Variable var_index(this, MachineType::PointerRepresentation()); in ExportParametersAndRegisterFile() local
1650 var_index.Bind(IntPtrConstant(0)); in ExportParametersAndRegisterFile()
1652 Label loop(this, &var_index), done_loop(this); in ExportParametersAndRegisterFile()
1656 Node* index = var_index.value(); in ExportParametersAndRegisterFile()
1666 var_index.Bind(IntPtrAdd(index, IntPtrConstant(1))); in ExportParametersAndRegisterFile()
[all …]
/external/v8/src/objects/
Dscope-info.cc259 int var_index = scope->AsDeclarationScope()->receiver()->index(); in Create() local
260 scope_info->set(index++, Smi::FromInt(var_index)); in Create()
270 int var_index = -1; in Create() local
273 var_index = var->index(); in Create()
277 scope_info->set(index++, Smi::FromInt(var_index)); in Create()
279 var_index == scope_info->ContextLength() - 1); in Create()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DUtility.java687 int var_index = access.contains("static") ? 0 : 1; in methodSignatureToString() local
697 final LocalVariable l = vars.getLocalVariable(var_index, 0); in methodSignatureToString()
702 buf.append(" arg").append(var_index); in methodSignatureToString()
705 var_index += 2; in methodSignatureToString()
707 var_index++; in methodSignatureToString()
/external/v8/src/ic/
Dkeyed-store-generic.cc909 TVARIABLE(WordT, var_index); in KeyedStoreGeneric()
921 TryToName(key, &if_index, &var_index, &if_unique_name, &var_unique, &slow, in KeyedStoreGeneric()
928 var_index.value(), value, context, &slow); in KeyedStoreGeneric()
944 TryInternalizeString(key, &if_index, &var_index, &if_unique_name, in KeyedStoreGeneric()
Daccessor-assembler.cc545 VARIABLE(var_index, MachineType::PointerRepresentation()); in HandleLoadICSmiHandlerCase()
554 TryToName(p->name, &if_index, &var_index, &if_unique_name, &var_unique, in HandleLoadICSmiHandlerCase()
1431 VARIABLE(var_index, MachineType::PointerRepresentation()); in HandleStoreToProxy()
1440 TryToName(p->name, &if_index, &var_index, &if_unique_name, &var_unique, in HandleStoreToProxy()
2690 VARIABLE(var_index, MachineType::PointerRepresentation()); in KeyedLoadIC()
2698 TryToName(name, &miss, &var_index, &if_internalized, &var_name, &miss, in KeyedLoadIC()
2740 VARIABLE(var_index, MachineType::PointerRepresentation()); in KeyedLoadICGeneric()
2750 TryToName(p->name, &if_index, &var_index, &if_unique_name, &var_unique, &slow, in KeyedLoadICGeneric()
2755 GenericElementLoad(receiver, receiver_map, instance_type, var_index.value(), in KeyedLoadICGeneric()
2774 TryInternalizeString(p->name, &if_index, &var_index, &if_in_string_table, in KeyedLoadICGeneric()
/external/v8/src/
Dcode-stub-assembler.cc7462 Variable* var_index, Label* if_keyisunique, in TryToName() argument
7465 DCHECK_EQ(MachineType::PointerRepresentation(), var_index->rep()); in TryToName()
7472 var_index->Bind(TryToIntptr(key, &if_keyisnotindex)); in TryToName()
7508 var_index->Bind(DecodeWordFromWord32<Name::ArrayIndexValueBits>(hash)); in TryToName()
7518 Node* string, Label* if_index, Variable* var_index, Label* if_internalized, in TryInternalizeString() argument
7520 DCHECK(var_index->rep() == MachineType::PointerRepresentation()); in TryInternalizeString()
7537 var_index->Bind(word_result); in TryInternalizeString()
8809 VARIABLE(var_index, MachineType::PointerRepresentation()); in TryPrototypeChainLookup()
8813 TryToName(key, &if_keyisindex, &var_index, &if_iskeyunique, &var_unique, in TryPrototypeChainLookup()
8879 var_index.value(), &next_proto, if_bailout); in TryPrototypeChainLookup()
Dcode-stub-assembler.h2142 void TryToName(Node* key, Label* if_keyisindex, Variable* var_index,
2155 void TryInternalizeString(Node* string, Label* if_index, Variable* var_index,
/external/owasp/sanitizer/tools/findbugs/lib/
Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...