Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libabckit/src/adapter_static/
Druntime_adapter_static.h245 bool HasNativeException([[maybe_unused]] MethodPtr method) const override in HasNativeException() function
/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.cpp321 bool PandaRuntimeInterface::HasNativeException(MethodPtr method) const in HasNativeException() function in ark::PandaRuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h325 virtual bool HasNativeException([[maybe_unused]] MethodPtr method) const in HasNativeException() function