Home
last modified time | relevance | path

Searched defs:class_name (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/runtime_core/libark_defect_scan_aux/include/
Dclass.h37 Class(std::string_view class_name, const AbcFile *abc_file, const Function *def_func) in Class()
/arkcompiler/ets_frontend/es2panda/binder/
DvariableFlags.h44 #define DECLARE_TYPES(decl_kind, class_name) decl_kind, argument
65 #define GEN_SCOPE_TYPES(type, class_name) type, argument
96 #define GEN_VARIABLE_TYPES(type, class_name) type, argument
/arkcompiler/runtime_core/libark_defect_scan_aux/
Dcallee_info.cpp99 void CalleeInfo::SetClassName(std::string_view class_name) in SetClassName()
Dabc_file.cpp778 std::string class_name = GetStringByInst(inst); in ResolveInstCommon() local
940 std::string class_name = GetStringByMethodId(m_id); in ResolveDefineClassWithBufferInst() local
1038 auto &class_name = def_class->GetClassName(); in AddDefinedClass() local
/arkcompiler/runtime_core/assembler/
Dasm_metadata.rb90 def class_name(item_type) method
Dassembly-emitter.cpp1731 auto class_name = catch_block->exception_record; in BuildTryBlocks() local
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Dcommon.h737 …void CheckConstArrayFilling(panda::pandasm::Program *prog, [[maybe_unused]] std::string class_name, in CheckConstArrayFilling()
770 … void CheckConstArray(panda::pandasm::Program *prog, const char *class_name, std::string func_name, in CheckConstArray()
/arkcompiler/runtime_core/bytecode_optimizer/
Druntime_adapter.h142 auto class_name = GetClassNameFromMethod(method); in GetMethodFullName() local
/arkcompiler/runtime_core/compiler/tests/
Daot_test.cpp179 const std::string class_name("Foo"); in TEST_F() local
523 const std::string class_name("Foo"); in TEST_F() local
/arkcompiler/runtime_core/libpandafile/
Ddebug_info_extractor.cpp212 const char *class_name = utf::Mutf8AsCString(pf->GetStringData(cda.GetClassId()).data); in Extract() local
Dfile_reader.cpp890 std::string class_name(utf::Mutf8AsCString(file_->GetStringData(class_id).data)); in CreateForeignClassItem() local
906 std::string class_name(utf::Mutf8AsCString(file_->GetStringData(class_id).data)); in CreateClassItem() local
Dfile_items.h1435 std::string class_name; in GetMethodNames() local
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp661 … const auto class_name = StringDataToString(file_->GetStringData(method_accessor.GetClassId())); in GetMetaData() local
933 std::string class_name = GetFullRecordName(method_accessor.GetClassId()); in GetFullMethodName() local
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_item_container_test.cpp312 std::vector<uint8_t> class_name {'B', 'a', 'r', '\0'}; variable