Home
last modified time | relevance | path

Searched defs:prev_frame_kind (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/runtime/bridge/
Dbridge.cpp72 bool prev_frame_kind = thread->IsCurrentFrameCompiled(); in InvokeInterpreter() local
/arkcompiler/runtime_core/runtime/
Ddeoptimization.cpp140 FrameKind prev_frame_kind; in InvalidateCompiledEntryPoint() local
Dstack_walker.cpp511 Frame *StackWalker::ConvertToIFrame(FrameKind *prev_frame_kind, uint32_t *num_inlined_methods) in ConvertToIFrame()