Home
last modified time | relevance | path

Searched defs:IsMethodStringBuilderDefaultConstructor (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_runtime_interface.cpp181 bool EtsRuntimeInterface::IsMethodStringBuilderDefaultConstructor(MethodPtr method) const in IsMethodStringBuilderDefaultConstructor() function in ark::ets::EtsRuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dstring_builder_utils.cpp94 bool IsMethodStringBuilderDefaultConstructor(const Inst *inst) in IsMethodStringBuilderDefaultConstructor() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h425 virtual bool IsMethodStringBuilderDefaultConstructor([[maybe_unused]] MethodPtr method) const in IsMethodStringBuilderDefaultConstructor() function