Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_runtime_interface.h44 bool IsMethodStringBuilderToString(MethodPtr method) const override;
Dets_runtime_interface.cpp187 bool EtsRuntimeInterface::IsMethodStringBuilderToString(MethodPtr method) const in IsMethodStringBuilderToString() function in ark::ets::EtsRuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dstring_builder_utils.cpp85 …return !callInst->IsInlined() && runtime->IsMethodStringBuilderToString(callInst->GetCallMethod()); in IsStringBuilderToString()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h430 virtual bool IsMethodStringBuilderToString([[maybe_unused]] MethodPtr method) const in IsMethodStringBuilderToString() function