Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/
Dstack_walker.cpp368 auto frame_method = GetBoundaryFrameMethod<FrameKind::COMPILER>(prev); in NextFromCFrame() local
434 auto frame_method = GetBoundaryFrameMethod<FrameKind::COMPILER>(prev); in GetNextFrame() local
/arkcompiler/runtime_core/runtime/include/
Dstack_walker.h221 auto frame_method = reinterpret_cast<uintptr_t>(GetMethodFromBoundary<kind>(ptr)); in GetBoundaryFrameMethod() local