Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Druntime_adapter.h244 bool HasNativeException([[maybe_unused]] MethodPtr method) const override in HasNativeException() function
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.cpp301 bool PandaRuntimeInterface::HasNativeException(MethodPtr method) const in HasNativeException() function in ark::PandaRuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h318 virtual bool HasNativeException([[maybe_unused]] MethodPtr method) const in HasNativeException() function