Searched refs:GetStringClassDescriptor (Results 1 – 17 of 17) sorted by relevance
| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | file_items_test.cpp | 62 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/ |
| D | language_context.h | 66 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/ |
| D | assembly-type.cpp | 119 auto string_type = Type::FromDescriptor(panda::panda_file::GetStringClassDescriptor(lang)); in IsStringType()
|
| D | assembly-emitter.cpp | 690 … Type::FromDescriptor(panda::panda_file::GetStringClassDescriptor(program.lang)), 1)) != in MakeLiteralItems()
|
| /arkcompiler/runtime_core/static_core/libpandafile/templates/ |
| D | file_items_gen.inc.erb | 75 const char *GetStringClassDescriptor([[maybe_unused]] ark::panda_file::SourceLang lang)
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-type.cpp | 136 auto stringType = Type::FromDescriptor(ark::panda_file::GetStringClassDescriptor(lang)); in IsStringType()
|
| D | assembly-emitter.cpp | 805 Type::FromDescriptor(ark::panda_file::GetStringClassDescriptor(program.lang)); in MakeLiteralItemArrayValue()
|
| /arkcompiler/runtime_core/static_core/runtime/core/ |
| D | core_language_context.cpp | 84 … Method::Proto::RefTypeVector {utf::Mutf8AsCString(ctx.GetStringClassDescriptor()), in ThrowException()
|
| D | core_class_linker_extension.cpp | 115 …auto *stringClass = CreateClass(ctx.GetStringClassDescriptor(), GetClassVTableSize(ClassRoot::STRI… in InitializeImpl()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_class_linker_extension.cpp | 158 …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/ |
| D | const_array_resolver.cpp | 334 … auto stringDescriptor = ark::panda_file::GetStringClassDescriptor(irInterface_->GetSourceLang()); in FillLiteral()
|
| /arkcompiler/runtime_core/static_core/verification/gen/templates/ |
| D | job_fill_gen.h.erb | 246 % auto cachedStringClass = classLinker_->GetClass(langContext_.GetStringClassDescriptor(), f…
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | file_items.cpp | 58 const char *GetStringClassDescriptor(panda::panda_file::SourceLang lang) in GetStringClassDescriptor() function
|
| D | file_items.h | 129 const char *GetStringClassDescriptor(panda::panda_file::SourceLang lang);
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | runtime.cpp | 959 *out += utf::Mutf8AsCString(ctx.GetStringClassDescriptor()); in GetStringArrayDescriptor()
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | file_items.h | 81 const char *GetStringClassDescriptor(ark::panda_file::SourceLang lang);
|
| /arkcompiler/runtime_core/static_core/disassembler/ |
| D | disassembler.cpp | 1314 …return pandasm::Type::FromDescriptor(panda_file::GetStringClassDescriptor(fileLanguage_)).GetPanda… in LiteralTagToString()
|