Home
last modified time | relevance | path

Searched defs:record_name (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/runtime_core/libark_defect_scan_aux/include/
H A Dclass.h37 Class(std::string_view class_name, std::string_view record_name, in Class() argument
H A Dfunction.h33 Function(std::string_view record_name, std::string_view func_name, panda_file::File::EntityId m_id, in Function() argument
/arkcompiler/runtime_core/abc2program/
H A Dabc2program_compiler.cpp69 std::string record_name = ""; in CompileAbcFile() local
77 CompileAbcClass(const panda_file::File::EntityId &record_id, pandasm::Program &program, std::string &record_name) CompileAbcClass() argument
/arkcompiler/runtime_core/libark_defect_scan_aux/
H A Dclass.cpp62 auto record_name = name.substr(0, pos1); in GetFuncNameWithoutPrefix() local
/arkcompiler/runtime_core/abc2program/common/
H A Dabc2program_entity_container.cpp76 std::string record_name = GetFullRecordNameById(method_data_accessor.GetClassId()); in ConcatFullMethodNameById() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DcompileQueue.cpp185 std::string record_name = ""; in Run() local
/arkcompiler/runtime_core/bytecode_optimizer/
H A Doptimize_bytecode.cpp333 static void AnalysisModuleConstantValue(panda_file::ClassDataAccessor &cda, const std::string &record_name, in AnalysisModuleConstantValue() argument
411 std::string record_name = pandasm::Type::FromDescriptor(record_type_descriptor).GetName(); in AnalysisBytecode() local
[all...]
/arkcompiler/runtime_core/assembler/
H A Dannotation.h37 AnnotationData(const std::string_view &record_name, std::vector<AnnotationElement> elements) in AnnotationData() argument
42 explicit AnnotationData(const std::string_view &record_name) : record_name_(record_name) {} in AnnotationData() argument
H A Dassembly-emitter.cpp416 auto record_name = annotation.GetName(); in CreateAnnotationItem() local
1275 std::string record_name = GetOwnerName(name); in EmitDebugInfo() local
H A Dassembly-parser.cpp1823 std::string record_name = record_full_name.substr(0, pos_point); in ParseOperandField() local
/arkcompiler/runtime_core/disassembler/tests/
H A Ddisassembler_user_annotations_test.cpp137 void ValidateRecord(const std::string &record_name, std::string record_expected) in ValidateRecord() argument

Completed in 12 milliseconds