Home
last modified time | relevance | path

Searched defs:fieldName (Results 1 – 22 of 22) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.cpp59 const char *fieldName = utf::Mutf8AsCString(sd.data); in CheckIsBundlePack() local
147 CString fieldName = utf::Mutf8AsCString(sd.data); in InitializeUnMergedPF() local
186 const char *fieldName = utf::Mutf8AsCString(sd.data); in InitializeMergedPF() local
270 CString fieldName = utf::Mutf8AsCString(sd.data); in FindOhmUrlInPF() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_field_test.cpp71 static void TestFieldMethods(const char *source, const char *className, const char *fieldName, in TestFieldMethods()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Ddump.cpp183 ArenaString fieldName(runtime->GetFieldName(field), adapter); in FieldToString() local
187 …mpTypedFieldOpcode(std::ostream *out, Opcode opcode, uint32_t typeId, const ArenaString &fieldName, in DumpTypedFieldOpcode()
593 …auto fieldName = FieldToString(graph->GetRuntime(), GetObjectType(), GetObjField(), graph->GetLoca… in DumpOpcode() local
615 …auto fieldName = FieldToString(graph->GetRuntime(), GetObjectType(), GetObjField(), graph->GetLoca… in DumpOpcode() local
632 auto fieldName = in DumpOpcode() local
650 auto fieldName = in DumpOpcode() local
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dfile_item_container_test.cpp198 StringItem *fieldName = container.GetOrCreateStringItem("field"); in TEST() local
623 StringItem *fieldName = container.GetOrCreateStringItem("foreign_field"); in TEST() local
790 StringItem *fieldName = container.GetOrCreateStringItem("test_field"); in TEST() local
965 StringItem *fieldName = container.GetOrCreateStringItem("field"); in TEST() local
/arkcompiler/runtime_core/static_core/runtime/hotreload/
Dhotreload.cpp344 PandaString fieldName(utf::Mutf8AsCString(oldField.GetName().data)); in FieldChangesCheck() local
349 PandaString fieldName(utf::Mutf8AsCString(newField.GetName().data)); in FieldChangesCheck() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_JSON.cpp190 auto fieldName = reinterpret_cast<const char *>(f.GetName().data); in AddFieldsToJSON() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg.cpp223 auto &fieldName = GlobalTables::GetStrTable().GetStringFromStrIdx(fieldNameIdx); in AppendReferenceOffsets64() local
/arkcompiler/runtime_core/static_core/plugins/ets/disassembler/
Ddisasm_ets_plugin.cpp186 const auto fieldName = StringDataToString(file_->GetStringData(fieldAccessor.GetNameId())); in GetETSMetadata() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dbecommon.cpp484 const std::string &fieldName = GlobalTables::GetStrTable().GetStringFromStrIdx(strIdx); in GenFieldOffsetMap() local
528 const std::string &fieldName = GlobalTables::GetStrTable().GetStringFromStrIdx(strIdx); in GenFieldOffsetMap() local
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-parser.cpp87 … std::string fieldName = std::string(context_.GiveToken().data(), context_.GiveToken().length()); in ParseFieldName() local
1869 std::string fieldName; in ParseOperandField() local
Dassembly-emitter.cpp300 auto fieldName = GetItemName(enumValue); in CheckValueEnumCase() local
927 auto *fieldName = items->GetOrCreateStringItem(pandasm::DeMangleName(f.name)); in HandleRecordAsForeign() local
996 auto *fieldName = items->GetOrCreateStringItem(pandasm::DeMangleName(f.name)); in HandleFields() local
1274 auto fieldName = field.name; in MakeRecordAnnotations() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dglobal_tables.cpp320 void TypeTable::AddFieldToStructType(MIRStructType &structType, const std::string &fieldName, const… in AddFieldToStructType()
Dbin_mpl_export.cpp553 const std::string &fieldName = GlobalTables::GetStrTable().GetStringFromStrIdx(fp.first); in OutputFieldPair() local
Dmir_type.cpp1224 … const char *fieldName = GlobalTables::GetStrTable().GetStringFromStrIdx(fields[i].first).c_str(); in DumpFields() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_reader.cpp780 auto *fieldName = container_.GetOrCreateStringItem(stringName); in CreateFieldItem() local
908 auto *fieldName = container_.GetOrCreateStringItem(stringName); in CreateForeignFieldItem() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
Dlmir_builder.h534 StructTypeBuilder &Field(std::string_view fieldName, Type *fieldType) in Field()
/arkcompiler/runtime_core/compiler/tests/
Ddump_test.cpp689 ArenaString fieldName("field_name", graph->GetAllocator()->Adapter()); in __anon413cb6ff0e02() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
DETSBinder.cpp348 auto fieldName = stmt->AsClassProperty()->Id()->Name(); in BuildClassDefinitionImpl() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp2035 util::UString fieldName(util::StringView("field"), Allocator()); in CreateLambdaCapturedThis() local
2062 util::UString fieldName(util::StringView("field"), Allocator()); in CreateLambdaCapturedField() local
/arkcompiler/runtime_core/static_core/runtime/
Dclass_linker.cpp1405 auto fieldName = pf.GetStringData(fieldDataAccessor.GetNameId()); in GetFieldBySignature() local
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp1310 void ETSParser::ParseClassFieldDefinition(ir::Identifier *fieldName, ir::ModifierFlags modifiers, in ParseClassFieldDefinition()
1363 lexer::SourcePosition ETSParser::InitializeGlobalVariable(ir::Identifier *fieldName, ir::Expression… in InitializeGlobalVariable()
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp904 std::string fieldName = g_isMergeAbc ? "moduleRecordIdx" : moduleName; in AddModuleRecord() local