Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/compiler/
Dcodegen_intrinsics_ets.cpp134 …auto klass = TypedImm(reinterpret_cast<uintptr_t>(runtime->GetArrayU16Class(cg->GetGraph()->GetMet… in GenerateSbAppendCall()
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.h396 ClassPtr GetArrayU16Class(MethodPtr method) const override;
Dcompiler.cpp154 compiler::RuntimeInterface::ClassPtr PandaRuntimeInterface::GetArrayU16Class(MethodPtr method) const in GetArrayU16Class() function in ark::PandaRuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h709 virtual ClassPtr GetArrayU16Class([[maybe_unused]] MethodPtr method) const in GetArrayU16Class() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp2428 …auto klassImm = TypedImm(reinterpret_cast<uintptr_t>(runtime->GetArrayU16Class(GetGraph()->GetMeth… in CreateStringGetCharsTlab()