Home
last modified time | relevance | path

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

/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 panda::PandaRuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h641 virtual ClassPtr GetArrayU16Class([[maybe_unused]] MethodPtr method) const in GetArrayU16Class() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp4705 …auto klassImm = TypedImm(reinterpret_cast<uintptr_t>(runtime->GetArrayU16Class(GetGraph()->GetMeth… in CreateStringGetCharsTlab()