Home
last modified time | relevance | path

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

/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/ets_frontend/ets2panda/compiler/lowering/ets/
DinterfaceObjectLiteralLowering.cpp62 util::UString fieldName(std::string("_"), allocator); in CreateAnonClassField() local
104 util::UString fieldName(std::string("_"), allocator); in CreateAnonClassFieldGetterSetter() local
DlocalClassLowering.cpp39 util::UString fieldName(util::StringView("field#"), allocator); in CreateCapturedField() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.cpp57 const char *fieldName = utf::Mutf8AsCString(sd.data); in CheckIsBundlePack() local
149 CString fieldName = utf::Mutf8AsCString(sd.data); in InitializeUnMergedPF() local
194 const char *fieldName = utf::Mutf8AsCString(sd.data); in InitializeMergedPF() local
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dfile_item_container_test.cpp204 StringItem *fieldName = container.GetOrCreateStringItem("field"); in TEST() local
629 StringItem *fieldName = container.GetOrCreateStringItem("foreign_field"); in TEST() local
796 StringItem *fieldName = container.GetOrCreateStringItem("test_field"); in TEST() local
971 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/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()
620 …auto fieldName = FieldToString(graph->GetRuntime(), GetObjectType(), GetObjField(), graph->GetLoca… in DumpOpcode() local
700 …auto fieldName = FieldToString(graph->GetRuntime(), GetObjectType(), GetObjField(), graph->GetLoca… in DumpOpcode() local
717 auto fieldName = in DumpOpcode() local
735 auto fieldName = in DumpOpcode() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg.cpp233 auto &fieldName = GlobalTables::GetStrTable().GetStringFromStrIdx(fieldNameIdx); in AppendReferenceOffsets64() local
/arkcompiler/runtime_core/static_core/plugins/ets/disassembler/
Ddisasm_ets_plugin.cpp187 const auto fieldName = StringDataToString(file_->GetStringData(fieldAccessor.GetNameId())); in GetETSMetadata() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dbecommon.cpp427 const std::string &fieldName = GlobalTables::GetStrTable().GetStringFromStrIdx(strIdx); in GenFieldOffsetMap() local
471 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
1889 std::string fieldName; in ParseOperandField() local
Dassembly-emitter.cpp300 auto fieldName = GetItemName(enumValue); in CheckValueEnumCase() local
892 auto *fieldName = items->GetOrCreateStringItem(pandasm::DeMangleName(f.name)); in HandleRecordAsForeign() local
961 auto *fieldName = items->GetOrCreateStringItem(pandasm::DeMangleName(f.name)); in HandleFields() local
1239 auto fieldName = field.name; in MakeRecordAnnotations() local
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparserClasses.cpp389 void ETSParser::ParseClassFieldDefinition(ir::Identifier *fieldName, ir::ModifierFlags modifiers, in ParseClassFieldDefinition()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dglobal_tables.cpp322 void TypeTable::AddFieldToStructType(MIRStructType &structType, const std::string &fieldName, const… in AddFieldToStructType()
Dbin_mpl_export.cpp551 const std::string &fieldName = GlobalTables::GetStrTable().GetStringFromStrIdx(fp.first); in OutputFieldPair() local
Dmir_type.cpp1152 … const char *fieldName = GlobalTables::GetStrTable().GetStringFromStrIdx(fields[i].first).c_str(); in DumpFields() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_reader.cpp771 auto *fieldName = container_.GetOrCreateStringItem(stringName); in CreateFieldItem() local
868 auto *fieldName = container_.GetOrCreateStringItem(stringName); in CreateForeignFieldItem() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
Dlmir_builder.h543 StructTypeBuilder &Field(std::string_view fieldName, Type *fieldType) in Field()
/arkcompiler/runtime_core/compiler/tests/
Ddump_test.cpp690 ArenaString fieldName("field_name", graph->GetAllocator()->Adapter()); in __anonc76b74de0e02() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
DETSBinder.cpp363 auto fieldName = stmt->AsClassProperty()->Id()->Name(); in BuildClassDefinitionImpl() local
/arkcompiler/runtime_core/static_core/runtime/
Dclass_linker.cpp1494 auto fieldName = pf.GetStringData(fieldDataAccessor.GetNameId()); in GetFieldBySignature() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Djs_metadata_test.cpp2051 …bool CheckField(std::string &fieldName, int fieldOffset, Metadata &metadata, int offsetAlign, int … in CheckField()