Home
last modified time | relevance | path

Searched defs:record_name (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/libark_defect_scan_aux/
Dabc_file.cpp445 std::string record_name = func->GetRecordName(); in GetStGlobalInstByLdGlobalInst() local
612 void AbcFile::AddModuleRecord(std::string record_name, std::unique_ptr<ModuleRecord> &&module_recor… in AddModuleRecord()
631 std::string record_name = ""; in InitializeAllDefinedFunction() local
749 std::string record_name = func->GetRecordName(); in ExtractMergedClassAndFunctionInfo() local
782 std::string record_name = func->GetRecordName(); in ExtractClassInheritInfo() local
807 std::string record_name = func->GetRecordName(); in ExtractClassInheritInfo() local
988 std::string record_name = func_main->GetRecordName(); in AddExportListForMerge() local
1024 std::string record_name = func_main->GetRecordName(); in ExtractSingleClassAndFunctionExportList() local
1075 std::string record_name = func->GetRecordName(); in ResolveInstCommon() local
1247 std::string record_name = func->GetRecordName(); in ResolveDefineFuncInstCommon() local
[all …]
Dclass.cpp62 auto record_name = name.substr(0, pos1); in GetFuncNameWithoutPrefix() local
/arkcompiler/runtime_core/libark_defect_scan_aux/include/
Dclass.h37 Class(std::string_view class_name, std::string_view record_name, in Class()
Dfunction.h33 …Function(std::string_view record_name, std::string_view func_name, panda_file::File::EntityId m_id, in Function()
/arkcompiler/runtime_core/assembler/
Dannotation.h37 AnnotationData(const std::string_view &record_name, std::vector<AnnotationElement> elements) in AnnotationData()
42 explicit AnnotationData(const std::string_view &record_name) : record_name_(record_name) {} in AnnotationData()
Dassembly-parser.cpp1823 std::string record_name = record_full_name.substr(0, pos_point); in ParseOperandField() local
Dassembly-emitter.cpp416 auto record_name = annotation.GetName(); in CreateAnnotationItem() local
1275 std::string record_name = GetOwnerName(name); in EmitDebugInfo() local
/arkcompiler/runtime_core/abc2program/common/
Dabc2program_entity_container.cpp76 std::string record_name = GetFullRecordNameById(method_data_accessor.GetClassId()); in ConcatFullMethodNameById() local
/arkcompiler/runtime_core/bytecode_optimizer/
Doptimize_bytecode.cpp333 …oid AnalysisModuleConstantValue(panda_file::ClassDataAccessor &cda, const std::string &record_name, in AnalysisModuleConstantValue()
411 std::string record_name = pandasm::Type::FromDescriptor(record_type_descriptor).GetName(); in AnalysisBytecode() local