Home
last modified time | relevance | path

Searched refs:isDefined (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-file-location.h29 bool isDefined = false; member in ark::pandasm::FileLocation
33 : wholeLine(std::move(fC)), boundLeft(bL), boundRight(bR), lineNumber(lN), isDefined(d) in FileLocation()
H A Dassembly-field.h38 bool isDefined = true; member
H A Dassembly-parser.h250 if (iter->second.fileLocation->isDefined && flag) { in AddObjectInTable()
254 if (!iter->second.fileLocation->isDefined && flag) { in AddObjectInTable()
255 iter->second.fileLocation->isDefined = true; in AddObjectInTable()
259 if (!iter->second.fileLocation->isDefined) { in AddObjectInTable()
H A Dide_helpers.h61 if (item.fileLocation && item.fileLocation->isDefined) { in JsonSerializeItemBody()
H A Dassembly-parser.cpp92 if (iter->isDefined) { in ParseFieldName()
696 if (!k.second.fileLocation->isDefined) { in ParseResetFunctionLabelsAndParams()
776 if (!func.fileLocation->isDefined) { in ParseResetFunctionTable()
802 if (!fld.isDefined) { in ParseResetRecords()
814 if (!record.fileLocation->isDefined) { in ParseResetRecordTable()
1914 field.isDefined = false; in ParseOperandField()
1978 if (iter == program_.functionTable.end() || !iter->second.fileLocation->isDefined) { in UpdateFunctionName()
2070 if (iter == program_.recordTable.end() || !iter->second.fileLocation->isDefined) { in ParseRecordName()
/arkcompiler/runtime_core/static_core/verification/absint/
H A Dabs_int_inl.cpp23 bool isDefined = ExecCtx().CurrentRegContext().IsRegDefined(reg); in IsRegDefined() local
25 if (!isDefined) { in IsRegDefined()
37 return isDefined; in IsRegDefined()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecodes.h700 bool isDefined = (!vregOut.empty() && (reg == vregOut.at(index))); in IsOut() local
701 return isDefined; in IsOut()
/arkcompiler/runtime_core/static_core/assembler/tests/
H A Dparser_test.cpp359 ASSERT_EQ(item.Value().functionTable.at(sigMain).labelTable.at("label1").fileLocation->isDefined, true); in TEST()
361 ASSERT_EQ(item.Value().functionTable.at(sigMain).labelTable.at("label2").fileLocation->isDefined, true); in TEST()
363 ASSERT_EQ(item.Value().functionTable.at(sigM123).labelTable.at("la1").fileLocation->isDefined, true); in TEST()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_array_stub_builder.cpp2473 Label isDefined(env); in IsConcatSpreadable()
2475 BRANCH(TaggedIsUndefined(spreadable), &isUnDefined, &isDefined); in IsConcatSpreadable() local
2484 Bind(&isDefined); in IsConcatSpreadable()

Completed in 26 milliseconds