Home
last modified time | relevance | path

Searched defs:Frame (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
Dlayouts.py59 frame: Frame,
95 call_frames: Iterable[Frame],
Ddebug_types.py178 class Frame(Wrap[debugger.CallFrame]): class
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.h24 class Frame; variable
/arkcompiler/runtime_core/static_core/runtime/bridge/
Dbridge.h25 class Frame; variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/tests/
Dtest_breaks_props.py37 class Frame(TypedDict): class
/arkcompiler/runtime_core/static_core/runtime/interpreter/arch/aarch64/
Dglobal_regs.h21 class Frame; variable
/arkcompiler/runtime_core/static_core/runtime/tests/
Ddebugger_test.cpp165 TEST_F(DebuggerTest, Frame) in TEST_F() argument
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dframe.h95 ALWAYS_INLINE inline Frame(void *ext, Method *method, Frame *prev, uint32_t nregs) in Frame() function
107 …ALWAYS_INLINE inline Frame(void *ext, Method *method, Frame *prev, uint32_t nregs, uint32_t numAct… in Frame() function