Home
last modified time | relevance | path

Searched defs:GetCatchMethodAndOffset (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dlanguage_context.cpp33 std::pair<Method *, uint32_t> LanguageContextBase::GetCatchMethodAndOffset(Method *method, ManagedT… in GetCatchMethodAndOffset() function in ark::LanguageContextBase
/arkcompiler/runtime_core/static_core/runtime/include/
Dlanguage_context.h316 … std::pair<Method *, uint32_t> GetCatchMethodAndOffset(Method *method, ManagedThread *thread) const in GetCatchMethodAndOffset() function