Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/core/
Dcore_class_linker_extension.h56 bool CanThrowException([[maybe_unused]] const Method *method) const override in CanThrowException() function
/arkcompiler/runtime_core/runtime/tests/
Dclass_linker_test_extension.h104 bool CanThrowException(const Method * /* method */) const override in CanThrowException() function
/arkcompiler/runtime_core/runtime/
Dcompiler.cpp215 bool PandaRuntimeInterface::CanThrowException(MethodPtr method) const in CanThrowException() function in panda::PandaRuntimeInterface
/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h383 virtual bool CanThrowException([[maybe_unused]] MethodPtr method) const in CanThrowException() function