| /arkcompiler/runtime_core/verification/verifier/ |
| D | verifier.cpp | 121 auto get_class_by_name = [&](const std::string &class_name) -> Class * { in RunVerifier() 140 for (const auto &class_name : class_names) { in RunVerifier() local 157 std::string class_name = fq_method_name.substr(0, pos - 1); in RunVerifier() local
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | variableFlags.h | 44 #define DECLARE_TYPES(decl_kind, class_name) decl_kind, argument 64 #define GEN_SCOPE_TYPES(type, class_name) type, argument 94 #define GEN_VARIABLE_TYPES(type, class_name) type, argument
|
| /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/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/runtime/core/ |
| D | core_vm.cpp | 229 const char class_name[] = "[Lpanda/String;"; // NOLINT(modernize-avoid-c-arrays) in CheckEntrypointSignature() local 238 const char class_name[] = "[Lpanda/String;"; // NOLINT(modernize-avoid-c-arrays) in CreateArgumentsArray() local
|
| /arkcompiler/runtime_core/assembler/ |
| D | asm_metadata.rb | 90 def class_name(item_type) method
|
| /arkcompiler/runtime_core/compiler/tools/paoc/ |
| D | paoc.cpp | 424 std::string class_name = ClassHelper::GetName(pfile_ref.GetStringData(id).data); in CompilePandaFile() local 478 std::string class_name = ClassHelper::GetName(pfile_ref.GetStringData(class_id).data); in PossibleToCompile() local 686 std::string class_name = ClassHelper::GetName(ctx->method->GetClassName().data); in CompileAot() 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/verification/absint/ |
| D | panda_types.cpp | 259 auto class_name = klass.GetName(); in TypeOf() local
|
| /arkcompiler/runtime_core/runtime/ |
| D | runtime.cpp | 822 static bool GetClassAndMethod(std::string_view entry_point, PandaString *class_name, PandaString *m… in GetClassAndMethod() 845 PandaString class_name; in ResolveEntryPoint() local 919 PandaString class_name; in ExtractLanguageContext() local
|
| D | compiler.cpp | 305 auto *class_name = pf->GetStringData(mda.GetClassId()).data; in IsMethodIntrinsic() local 448 auto class_name = klass->GetName(); in FindClassIdInFile() local 473 auto class_name = cls->GetName(); in GetLiteralArrayClassIdWithinFile() local
|
| D | class_linker.cpp | 918 const PandaString &class_name = in LoadClass() local 1265 auto class_name = pf.GetStringData(class_id).data; in GetMethod() local 1293 auto class_name = pf->GetStringData(class_id).data; in GetMethod() local 1430 auto class_name = pf.GetStringData(field_data_accessor.GetClassId()).data; in GetField() local
|
| D | intrinsics.cpp | 258 auto class_name = PandaString(name.substr(0, pos - 1)); in CompileMethod() local
|
| D | exceptions.cpp | 208 void ThrowClassCircularityError(const PandaString &class_name, const LanguageContext &ctx) in ThrowClassCircularityError()
|
| /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/compiler/tools/aotdump/ |
| D | aotdump.cpp | 94 auto class_name = ClassHelper::GetName(file_->GetStringData(mda.GetClassId()).data); in GetMethodName() local
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | runtime_adapter.h | 281 auto class_name = GetClassNameFromMethod(method); in GetMethodFullName() 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/compiler/optimizer/ir/ |
| D | dump.cpp | 399 …ArenaString class_name(GetBasicBlock()->GetGraph()->GetRuntime()->GetClassName(GetClassPtr()), ada… in DumpOpcode() local 570 ArenaString class_name(GetClass() == nullptr ? ArenaString("", adapter) in DumpOpcode() local
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | class_linker_test.cpp | 593 static Method *GetMethod(ClassLinker *class_linker, const char *class_name, const char *method_name) in GetMethod()
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | file_item_container_test.cpp | 312 std::vector<uint8_t> class_name {'B', 'a', 'r', '\0'}; variable
|