Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/tests/
Dfile_items_test.cpp61 HWTEST(LineNumberProgramItem, GetStringClassDescriptor, testing::ext::TestSize.Level0)
63 ASSERT_STREQ(GetStringClassDescriptor(SourceLang::ECMASCRIPT), "Lpanda/JSString;");
64 ASSERT_STREQ(GetStringClassDescriptor(SourceLang::PANDA_ASSEMBLY), "Lpanda/String;");
/arkcompiler/runtime_core/assembler/
Dassembly-type.cpp119 auto string_type = Type::FromDescriptor(panda::panda_file::GetStringClassDescriptor(lang)); in IsStringType()
Dassembly-emitter.cpp652 … Type::FromDescriptor(panda::panda_file::GetStringClassDescriptor(program.lang)), 1)) != in MakeLiteralItems()
/arkcompiler/runtime_core/libpandafile/
Dfile_items.cpp58 const char *GetStringClassDescriptor(panda::panda_file::SourceLang lang) in GetStringClassDescriptor() function
Dfile_items.h90 const char *GetStringClassDescriptor(panda::panda_file::SourceLang lang);