Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/
Dclass_linker_extension.h84 virtual bool CanNativeMethodUseObjects([[maybe_unused]] const Method *method) const in CanNativeMethodUseObjects() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_class_linker_extension.cpp507 bool EtsClassLinkerExtension::CanNativeMethodUseObjects(const Method *method) const in CanNativeMethodUseObjects() function in ark::ets::EtsClassLinkerExtension
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.cpp303 bool PandaRuntimeInterface::CanNativeMethodUseObjects(MethodPtr method) const in CanNativeMethodUseObjects() function in ark::PandaRuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h360 virtual bool CanNativeMethodUseObjects([[maybe_unused]] MethodPtr method) const in CanNativeMethodUseObjects() function