Home
last modified time | relevance | path

Searched refs:GetStringClassDescriptor (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/runtime_core/libpandafile/tests/
Dfile_items_test.cpp62 HWTEST(LineNumberProgramItem, GetStringClassDescriptor, testing::ext::TestSize.Level0)
64 ASSERT_STREQ(GetStringClassDescriptor(SourceLang::ECMASCRIPT), "Lpanda/JSString;");
65 ASSERT_STREQ(GetStringClassDescriptor(SourceLang::PANDA_ASSEMBLY), "Lpanda/String;");
/arkcompiler/runtime_core/static_core/runtime/include/
Dlanguage_context.h66 virtual const uint8_t *GetStringClassDescriptor() const in GetStringClassDescriptor() function
68 return utf::CStringAsMutf8(ark::panda_file::GetStringClassDescriptor(GetLanguage())); in GetStringClassDescriptor()
356 const uint8_t *GetStringClassDescriptor() const in GetStringClassDescriptor() function
358 return base_->GetStringClassDescriptor(); in GetStringClassDescriptor()
/arkcompiler/runtime_core/assembler/
Dassembly-type.cpp119 auto string_type = Type::FromDescriptor(panda::panda_file::GetStringClassDescriptor(lang)); in IsStringType()
Dassembly-emitter.cpp690 … Type::FromDescriptor(panda::panda_file::GetStringClassDescriptor(program.lang)), 1)) != in MakeLiteralItems()
/arkcompiler/runtime_core/static_core/libpandafile/templates/
Dfile_items_gen.inc.erb75 const char *GetStringClassDescriptor([[maybe_unused]] ark::panda_file::SourceLang lang)
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-type.cpp136 auto stringType = Type::FromDescriptor(ark::panda_file::GetStringClassDescriptor(lang)); in IsStringType()
Dassembly-emitter.cpp805 Type::FromDescriptor(ark::panda_file::GetStringClassDescriptor(program.lang)); in MakeLiteralItemArrayValue()
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_language_context.cpp84 … Method::Proto::RefTypeVector {utf::Mutf8AsCString(ctx.GetStringClassDescriptor()), in ThrowException()
Dcore_class_linker_extension.cpp115 …auto *stringClass = CreateClass(ctx.GetStringClassDescriptor(), GetClassVTableSize(ClassRoot::STRI… in InitializeImpl()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_class_linker_extension.cpp158 …auto *stringClass = GetClassLinker()->GetClass(langCtx_.GetStringClassDescriptor(), false, GetBoot… in InitializeImpl()
160 … LOG(ERROR, CLASS_LINKER) << "Cannot create class '" << langCtx_.GetStringClassDescriptor() << "'"; in InitializeImpl()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dconst_array_resolver.cpp334 … auto stringDescriptor = ark::panda_file::GetStringClassDescriptor(irInterface_->GetSourceLang()); in FillLiteral()
/arkcompiler/runtime_core/static_core/verification/gen/templates/
Djob_fill_gen.h.erb246 % auto cachedStringClass = classLinker_->GetClass(langContext_.GetStringClassDescriptor(), f…
/arkcompiler/runtime_core/libpandafile/
Dfile_items.cpp58 const char *GetStringClassDescriptor(panda::panda_file::SourceLang lang) in GetStringClassDescriptor() function
Dfile_items.h129 const char *GetStringClassDescriptor(panda::panda_file::SourceLang lang);
/arkcompiler/runtime_core/static_core/runtime/
Druntime.cpp959 *out += utf::Mutf8AsCString(ctx.GetStringClassDescriptor()); in GetStringArrayDescriptor()
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_items.h81 const char *GetStringClassDescriptor(ark::panda_file::SourceLang lang);
/arkcompiler/runtime_core/static_core/disassembler/
Ddisassembler.cpp1314 …return pandasm::Type::FromDescriptor(panda_file::GetStringClassDescriptor(fileLanguage_)).GetPanda… in LiteralTagToString()