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.h205 PANDA_PUBLIC_API bool IsStringClass() in IsStringClass() function
Dets_class.h209 bool IsStringClass() const in IsStringClass() function
/arkcompiler/runtime_core/static_core/runtime/include/
Dclass.h363 bool IsStringClass() const in IsStringClass() function
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.cpp233 bool PandaRuntimeInterface::IsStringClass(MethodPtr method, IdType id) const in IsStringClass() function in ark::PandaRuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h977 virtual bool IsStringClass([[maybe_unused]] MethodPtr method, [[maybe_unused]] IdType id) const in IsStringClass() function