Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Druntime_adapter.h211 bool IsMethodIntrinsic([[maybe_unused]] MethodPtr method) const override in IsMethodIntrinsic() function
216 bool IsMethodIntrinsic([[maybe_unused]] MethodPtr caller, MethodId id) const override in IsMethodIntrinsic() function
/arkcompiler/runtime_core/libabckit/src/adapter_static/
Druntime_adapter_static.h212 bool IsMethodIntrinsic([[maybe_unused]] MethodPtr method) const override in IsMethodIntrinsic() function
217 …bool IsMethodIntrinsic([[maybe_unused]] MethodPtr caller, [[maybe_unused]] MethodId id) const over… in IsMethodIntrinsic() function
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.h265 bool IsMethodIntrinsic(MethodPtr method) const override in IsMethodIntrinsic() function
Dcompiler.cpp362 bool PandaRuntimeInterface::IsMethodIntrinsic(MethodPtr parentMethod, MethodId id) const in IsMethodIntrinsic() function in ark::PandaRuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h302 virtual bool IsMethodIntrinsic([[maybe_unused]] MethodPtr method) const in IsMethodIntrinsic() function
312 …virtual bool IsMethodIntrinsic([[maybe_unused]] MethodPtr parentMethod, [[maybe_unused]] MethodId … in IsMethodIntrinsic() function