Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/entrypoints/
Dentrypoints.h23 class Frame; variable
/arkcompiler/runtime_core/runtime/bridge/
Dbridge.h24 class Frame; variable
/arkcompiler/runtime_core/runtime/interpreter/arch/aarch64/
Dglobal_regs.h21 class Frame; variable
/arkcompiler/runtime_core/runtime/tests/
Ddebugger_test.cpp77 TEST_F(DebuggerTest, Frame) in TEST_F() argument
/arkcompiler/runtime_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 num_ac… in Frame() function