| /arkcompiler/runtime_core/libark_defect_scan_aux/include/ |
| D | class.h | 37 Class(std::string_view class_name, const AbcFile *abc_file, const Function *def_func) in Class()
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | variableFlags.h | 44 #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/ |
| D | callee_info.cpp | 99 void CalleeInfo::SetClassName(std::string_view class_name) in SetClassName()
|
| D | abc_file.cpp | 778 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/ |
| D | asm_metadata.rb | 90 def class_name(item_type) method
|
| D | assembly-emitter.cpp | 1731 auto class_name = catch_block->exception_record; in BuildTryBlocks() local
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| D | common.h | 737 …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/ |
| D | runtime_adapter.h | 142 auto class_name = GetClassNameFromMethod(method); in GetMethodFullName() local
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | aot_test.cpp | 179 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/ |
| D | debug_info_extractor.cpp | 212 const char *class_name = utf::Mutf8AsCString(pf->GetStringData(cda.GetClassId()).data); in Extract() local
|
| D | file_reader.cpp | 890 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
|
| D | file_items.h | 1435 std::string class_name; in GetMethodNames() local
|
| /arkcompiler/runtime_core/disassembler/ |
| D | disassembler.cpp | 661 … 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/ |
| D | file_item_container_test.cpp | 312 std::vector<uint8_t> class_name {'B', 'a', 'r', '\0'}; variable
|