Home
last modified time | relevance | path

Searched refs:GetClassName (Results 1 - 25 of 38) sorted by relevance

12

/arkcompiler/runtime_core/static_core/runtime/
H A Dvtable_builder_base.cpp27 res += utf::Mutf8AsCString(info1->GetClassName()); in OnVTableConflict()
30 res += utf::Mutf8AsCString(info2->GetClassName()); in OnVTableConflict()
42 res += utf::Mutf8AsCString(info1->GetClassName().data); in OnVTableConflict()
45 res += utf::Mutf8AsCString(info2->GetClassName().data); in OnVTableConflict()
54 ss << info << " " << info->GetClassName() << " " << info->GetName().data; in DumpMappings()
/arkcompiler/runtime_core/libark_defect_scan_aux/
H A Dcallee_info.cpp56 const std::string &CalleeInfo::GetClassName() const in GetClassName() function in panda::defect_scan_aux::CalleeInfo
90 SetClassName(func->GetRecordName() + class_->GetClassName()); in SetCallee()
H A Dclass.cpp21 const std::string &Class::GetClassName() const in GetClassName() function in panda::defect_scan_aux::Class
111 par_class_info_.class_name_ = parent_class->GetClassName();
/arkcompiler/runtime_core/static_core/runtime/tooling/
H A Ddefault_inspector_extension.h30 std::string GetClassName(const ObjectHeader *object) override;
48 std::string GetClassName(const ObjectHeader *object) override;
H A Ddefault_inspector_extension.cpp103 std::string StaticDefaultInspectorExtension::GetClassName(const ObjectHeader *object) in GetClassName() function in ark::tooling::StaticDefaultInspectorExtension
168 std::string DynamicDefaultInspectorExtension::GetClassName(const ObjectHeader *object) in GetClassName() function in ark::tooling::DynamicDefaultInspectorExtension
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
H A Ddefect_scan_aux_merge_test.cpp69 EXPECT_EQ(ex_class->GetClassName(), "Ldatabase;#~@1=#DatabaseInterface"); in HWTEST()
112 EXPECT_EQ(f0->GetDefinedClassByIndex(0)->GetClassName(), "Lbase;#~A=#A"); in HWTEST()
128 EXPECT_EQ(f1->GetDefinedClassByIndex(0)->GetClassName(), "Lmerge_test;#~B=#B"); in HWTEST()
H A Ddefect_scan_aux_test.cpp98 EXPECT_EQ(class0->GetClassName(), class_name); in CheckClass()
135 EXPECT_EQ(f0->GetDefinedClassByIndex(0)->GetClassName(), "#~@1=#Bar"); in HWTEST()
136 EXPECT_EQ(f0->GetDefinedClassByIndex(1)->GetClassName(), "#~@4=#ExampleClass1"); in HWTEST()
160 EXPECT_EQ(f2->GetDefinedClassByIndex(0)->GetClassName(), "#*@2~@1=#Bar"); in HWTEST()
161 EXPECT_EQ(f2->GetDefinedClassByIndex(1)->GetClassName(), "#*@2~@3=#Bar2"); in HWTEST()
620 EXPECT_EQ(ex_class->GetClassName(), USER_INPUT); in HWTEST()
630 EXPECT_EQ(par_class->GetClassName(), INNER_USER_INPUT); in HWTEST()
743 EXPECT_EQ(f0->GetDefinedClassByIndex(0)->GetClassName(), "#~A=#A"); in HWTEST()
744 EXPECT_EQ(f0->GetDefinedClassByIndex(1)->GetClassName(), "#~B=#B"); in HWTEST()
745 EXPECT_EQ(f0->GetDefinedClassByIndex(2)->GetClassName(), "#~ in HWTEST()
[all...]
/arkcompiler/runtime_core/static_core/runtime/include/tooling/
H A Dinspector_extension.h41 virtual std::string GetClassName(const ObjectHeader *object) = 0;
/arkcompiler/runtime_core/static_core/verification/config/context/
H A Dcontext.cpp31 auto name {ClassHelper::GetName<PandaString>(method.GetClassName().data)}; in AddMethod()
/arkcompiler/toolchain/test/fuzztest/pttypesremoteobjectgetclassname_fuzzer/
H A Dpttypesremoteobjectgetclassname_fuzzer.cpp35 obj.GetClassName(); in PtTypesRemoteObjectGetClassNameFuzzTest()
/arkcompiler/runtime_core/libark_defect_scan_aux/include/
H A Dcallee_info.h39 const std::string &GetClassName() const;
H A Dclass.h46 const std::string &GetClassName() const;
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_vtable_builder.cpp29 auto *desc1 = info1.GetClassName(); in IsInSamePackage()
30 auto *desc2 = info2.GetClassName(); in IsInSamePackage()
/arkcompiler/runtime_core/static_core/runtime/dprofiler/
H A Ddprofiler.cpp55 return reinterpret_cast<const char *>(method->GetClassName().data) + PandaString(".") + in GetFullName()
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dheap_verifier.cpp128 static PandaString GetClassName(const ObjectHeader *obj) in GetClassName() function
147 << GetClassName<LanguageConfig>(objectCache.heapObject) in CheckHeap()
149 << GetClassName<LanguageConfig>(objectCache.referent) << ")"; in CheckHeap()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
H A Dets_scoped_objects_fix.h224 const char *GetClassName() const in GetClassName() function in ark::ets::napi::ScopedManagedCodeFix::ExceptionData
255 ThrowEtsException(Coroutine(), exceptionData_->GetClassName(), exceptionData_->GetMessage()); in ~ScopedManagedCodeFix()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
H A Dobject_repository.cpp219 return RemoteObject::Array(extension_->GetClassName(object), *arrayLen, id); in CreateObject()
223 return RemoteObject::Object(extension_->GetClassName(object), id); in CreateObject()
/arkcompiler/toolchain/tooling/test/testcases/
H A Djs_variable_first_test.h179 std::cout << "class name: " << value->GetClassName() << std::endl; in PushValueInfo()
180 infos.push_back(value->GetClassName()); in PushValueInfo()
H A Djs_variable_second_test.h179 std::cout << "class name: " << value->GetClassName() << std::endl; in PushValueInfo()
180 infos.push_back(value->GetClassName()); in PushValueInfo()
H A Djs_module_variable_test.h300 std::cout << "class name: " << value->GetClassName() << std::endl; in PushValueInfo()
301 infos.push_back(value->GetClassName()); in PushValueInfo()
/arkcompiler/runtime_core/static_core/irtoc/backend/
H A Dirtoc_runtime.h53 std::string GetClassName([[maybe_unused]] ClassPtr klass) const override
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dmethod_data_accessor.h46 std::string GetClassName() const;
H A Dmethod_data_accessor-inl.h382 inline std::string MethodDataAccessor::GetClassName() const in GetClassName() function in ark::panda_file::MethodDataAccessor
392 return GetClassName() + "::" + mname; in GetFullName()
/arkcompiler/runtime_core/static_core/compiler/tools/aotdump/
H A Daotdump.cpp115 std::string GetClassName(uint32_t id) const in GetClassName() function in ark::aotdump::PandaFileHelper
250 auto descriptor = pfile.GetClassName(entityPair.entityIdOffset); in DumpClassHashTable()
274 (*stream_) << " name: " << pfile.GetClassName(classHeader.classId) << std::endl; in DumpFiles()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Druntime_adapter.h253 return mda.GetClassName();
256 std::string GetClassName(ClassPtr cls) const override

Completed in 15 milliseconds

12