Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_class_linker_extension.h59 bool CanThrowException([[maybe_unused]] const Method *method) const override in CanThrowException() function
/arkcompiler/runtime_core/static_core/runtime/tests/
Dclass_linker_test_extension.h112 bool CanThrowException(const Method * /* method */) const override in CanThrowException() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_class_linker_extension.cpp487 bool EtsClassLinkerExtension::CanThrowException(const Method *method) const in CanThrowException() function in ark::ets::EtsClassLinkerExtension
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.cpp284 bool PandaRuntimeInterface::CanThrowException(MethodPtr method) const in CanThrowException() function in ark::PandaRuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h662 virtual bool CanThrowException([[maybe_unused]] MethodPtr method) const in CanThrowException() function