Home
last modified time | relevance | path

Searched refs:kConst (Results 1 – 25 of 36) sorted by relevance

12

/external/v8/src/objects/
Dproperty.cc31 case PropertyConstness::kConst: in operator <<()
80 kDescriptor, PropertyConstness::kConst, in DataConstant()
88 return DataField(key, field_index, attributes, PropertyConstness::kConst, in DataConstant()
96 kDescriptor, PropertyConstness::kConst, in AccessorConstant()
103 if (constness() == PropertyConstness::kConst) os << "const "; in PrintAsSlowTo()
112 if (constness() == PropertyConstness::kConst) os << "const "; in PrintAsFastTo()
Dproperty-details.h79 enum class PropertyConstness { kMutable = 0, kConst = 1 }; enumerator
398 return b == PropertyConstness::kMutable || a == PropertyConstness::kConst; in IsGeneralizableTo()
Dlookup.cc421 PropertyConstness new_constness = PropertyConstness::kConst; in PrepareForDataProperty()
422 if (constness() == PropertyConstness::kConst) { in PrepareForDataProperty()
592 PropertyConstness::kConst, store_origin); in PrepareTransitionToDataProperty()
898 DCHECK_EQ(PropertyConstness::kConst, property_details_.constness()); in IsConstFieldValueEqualTo()
1016 PropertyConstness::kConst, in WriteDataValue()
1022 DCHECK_EQ(PropertyConstness::kConst, property_details_.constness()); in WriteDataValue()
Dmap-updater.cc604 DCHECK_EQ(PropertyConstness::kConst, next_constness); in BuildDescriptorArray()
652 DCHECK_EQ(PropertyConstness::kConst, next_constness); in BuildDescriptorArray()
Dcontexts.cc338 *variable_mode = VariableMode::kConst; in Lookup()
Dmap.cc489 PropertyConstness::kConst, representation, flag); in CopyWithConstant()
584 case PropertyConstness::kConst: in GetFieldCounts()
833 PropertyConstness::kConst, in ReconfigureProperty()
2109 DCHECK_EQ(PropertyConstness::kConst, details.constness()); in CanHoldValue()
/external/tensorflow/tensorflow/lite/kernels/
Dtile_test.cc79 kConst = 0, enumerator
92 case TestType::kConst: { in Check()
206 ::testing::Values(TestType::kConst,
/external/skqp/tools/bookmaker/
Dbookmaker.h62 kConst, enumerator
110 kConst, enumerator
DmdOut.cpp905 FPRINTF("%s", MarkType::kConst == markType ? kAllConstTableHeader : kAllMemberTableHeader); in summaryOut()
920 if (MarkType::kConst == markType) { in summaryOut()
1258 if (writeTableEnd(MarkType::kParam, def, prior) || writeTableEnd(MarkType::kConst, def, prior) in markTypeOut()
1316 case MarkType::kConst: { in markTypeOut()
1317 bool isConst = MarkType::kConst == def->fMarkType; in markTypeOut()
1323 SkASSERT(!*prior || (isConst && MarkType::kConst != (*prior)->fMarkType) in markTypeOut()
1778 [](Definition* child){return MarkType::kConst == child->fMarkType;})) { in markTypeOut()
1779 … this->summaryOut(def, MarkType::kConst, fPopulators[SubtopicKeys::kConstants].fPlural); in markTypeOut()
1934 case MarkType::kConst: in markTypeOut()
2037 if (MarkType::kConst == def->fMarkType) { in populateOne()
[all …]
DincludeWriter.cpp443 if (MarkType::kConst == test->fMarkType) { in enumHeaderOut()
774 if (!this->checkChildCommentLength(fEnumDef, MarkType::kConst)) { in enumSizeItems()
792 if (MarkType::kConst != testItem->fMarkType) { in matchMemberName()
1082 if (MarkType::kConst != child->fMarkType) { in constSizeMembers()
1164 case KeyWord::kConst: in structSizeMembers()
1321 if (KeyWord::kConst == child.fKeyWord) { in populate()
1719 case KeyWord::kConst: in populate()
1726 if (MarkType::kConst == child.fMarkType) { in populate()
1889 if (MarkType::kConst == enumChild->fMarkType && enumChild->fName == match) { in populate()
1911 if (MarkType::kConst == bmhConst.fMarkType in populate()
[all …]
DbmhParser.h54 , { &fConstMap, MarkType::kConst } in BmhParser()
DincludeParser.h84 { &fIConstMap, MarkType::kConst } in IncludeParser()
130 if (MarkType::kConst == markType) { in codeBlock()
DspellCheck.cpp174 case MarkType::kConst: { in check()
346 case MarkType::kConst: in check()
DincludeParser.cpp22 { "const", KeyWord::kConst, KeyProperty::kModifier },
420 if (MarkType::kConst == iDef.fMarkType && !i.fEnd) { in writeCodeBlock()
1037 case MarkType::kConst: in checkTokens()
1188 case MarkType::kConst: in dumpClassTokens()
2157 fGlobals.emplace_back(MarkType::kConst, child->fContentStart, child->fContentEnd, in parseConst()
2175 markupDef->fTokens.emplace_back(MarkType::kConst, child->fContentStart, child->fContentEnd, in parseConst()
2550 KeyWord::kConst == closeParen->fKeyWord) { in parseMethod()
2716 case KeyWord::kConst: in parseObject()
2779 if (fPriorObject && MarkType::kConst == fPriorObject->fMarkType) { in parseObject()
3223 } else if (KeyWord::kConst == lineIter->fKeyWord in parseChar()
[all …]
DbmhParser.cpp47 , { "Const", MarkType::kConst, R_Y, E_O, M_E | M_CSST }
133 case MarkType::kConst: in addDefinition()
231 if (MarkType::kConst == markType) { in addDefinition()
781 } else if (' ' == mc[1] && MarkType::kConst == markType && fParent in className()
1351 || MarkType::kEnumClass == markType || MarkType::kConst == markType in setUpSubstitutes()
1950 || MarkType::kConst != definition->fParent->fMarkType)) { in parseHashLine()
2121 case MarkType::kConst: in typeName()
/external/v8/src/ast/
Dvariables.h92 if (mode() == VariableMode::kConst) return; in SetMaybeAssigned()
105 DCHECK_IMPLIES(local_if_not_shadowed()->mode() != VariableMode::kConst, in SetMaybeAssigned()
Dscopes.cc183 DCHECK_EQ(scope_info->ContextLocalMode(index), VariableMode::kConst); in ClassScope()
626 derived_constructor ? VariableMode::kConst : VariableMode::kVar, in DeclareThis()
658 VariableMode::kConst, NORMAL_VARIABLE, in DeclareDefaultFunctionVariables()
665 zone(), ast_value_factory->this_function_string(), VariableMode::kConst, in DeclareDefaultFunctionVariables()
680 function_ = zone()->New<Variable>(this, name, VariableMode::kConst, kind, in DeclareFunctionVar()
873 DCHECK_EQ(VariableMode::kConst, var->mode()); in LookupInScopeInfo()
947 mode == VariableMode::kConst); in DeclareLocal()
960 if (mode != VariableMode::kConst) var->SetMaybeAssigned(); in DeclareLocal()
2815 VariableMode::kConst, NORMAL_VARIABLE, in DeclareBrandVariable()
2834 VariableMode::kConst, NORMAL_VARIABLE, in DeclareClassVariable()
/external/v8/src/compiler/
Dcompilation-dependencies.cc233 DCHECK_EQ(PropertyConstness::kConst, in FieldConstnessDependency()
240 return PropertyConstness::kConst == in IsValid()
437 DCHECK_EQ(constness, PropertyConstness::kConst); in DependOnFieldConstness()
439 return PropertyConstness::kConst; in DependOnFieldConstness()
Daccess-info.cc435 constness = PropertyConstness::kConst; in ComputeDataFieldAccessInfo()
452 case PropertyConstness::kConst: in ComputeDataFieldAccessInfo()
906 case PropertyConstness::kConst: in LookupTransition()
/external/v8/src/common/
Dglobals.h1092 kConst, // declared via 'const' declarations (last lexical) enumerator
1131 kLastLexicalVariableMode = kConst,
1150 case VariableMode::kConst: in VariableMode2String()
1194 return mode == VariableMode::kConst || in IsConstVariableMode()
/external/v8/src/regexp/
Dregexp-utils.cc179 .constness() != PropertyConstness::kConst) { in IsUnmodifiedRegExp()
/external/v8/src/parsing/
Dparser.cc1198 DeclareUnboundVariable(local_name, VariableMode::kConst, in ParseNamedImports()
1320 DeclareUnboundVariable(import_default_binding, VariableMode::kConst, in ParseImportDeclaration()
1335 DeclareUnboundVariable(module_namespace_binding, VariableMode::kConst, in ParseImportDeclaration()
1434 DeclareBoundVariable(local_name, VariableMode::kConst, pos); in ParseExportDefault()
1498 DeclareUnboundVariable(local_name, VariableMode::kConst, kCreatedInitialized, in ParseExportStar()
3000 DeclareBoundVariable(name, VariableMode::kConst, kNoSourcePosition); in CreateSyntheticContextVariable()
/external/v8/src/ic/
Dic.cc522 lookup_result.mode == VariableMode::kConst)) { in Load()
1001 if (lookup->constness() == PropertyConstness::kConst && in ComputeHandler()
1513 if (lookup_result.mode == VariableMode::kConst) { in Store()
1534 lookup_result.mode == VariableMode::kConst)) { in Store()
1829 if (constness == PropertyConstness::kConst && in ComputeHandler()
2569 if (lookup_result.mode == VariableMode::kConst) { in RUNTIME_FUNCTION()
/external/v8/src/runtime/
Druntime-classes.cc388 PropertyConstness::kConst, in AddDescriptorsByTemplate()
/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.cc88 constexpr char kConst[] = "Const"; variable
391 kConst, kVariable, kVariableV2, kAutoReloadVariable, in OpLevelCostEstimator()

12