Home
last modified time | relevance | path

Searched defs:IsStringClass (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_object.h182 PANDA_PUBLIC_API bool IsStringClass() in IsStringClass() function
Dets_class.h195 bool IsStringClass() const in IsStringClass() function
/arkcompiler/runtime_core/static_core/runtime/include/
Dclass.h353 bool IsStringClass() const in IsStringClass() function
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.cpp229 bool PandaRuntimeInterface::IsStringClass(MethodPtr method, IdType id) const in IsStringClass() function in ark::PandaRuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h872 virtual bool IsStringClass([[maybe_unused]] MethodPtr method, [[maybe_unused]] IdType id) const in IsStringClass() function