Home
last modified time | relevance | path

Searched defs:IsMethodNativeApi (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
Dclass_linker_extension.h74 virtual bool IsMethodNativeApi([[maybe_unused]] const Method *method) const in IsMethodNativeApi() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_class_linker_extension.cpp481 bool EtsClassLinkerExtension::IsMethodNativeApi(const Method *method) const in IsMethodNativeApi() function in ark::ets::EtsClassLinkerExtension
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.cpp277 bool PandaRuntimeInterface::IsMethodNativeApi(MethodPtr method) const in IsMethodNativeApi() function in ark::PandaRuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h340 virtual bool IsMethodNativeApi([[maybe_unused]] MethodPtr method) const in IsMethodNativeApi() function