Home
last modified time | relevance | path

Searched defs:CreateFrame (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/runtime/tests/
Dframe_test.cpp49 Frame *CreateFrame(size_t nregs, Method *method, Frame *prev) in CreateFrame() function
Ddebugger_test.cpp65 static Frame *CreateFrame(size_t nregs, Method *method, Frame *prev) in CreateFrame() function
Dmethod_test.cpp111 static Frame *CreateFrame(size_t nregs, Method *method, Frame *prev) in CreateFrame() function
Di2c_bridge_test.cpp123 static Frame *CreateFrame(size_t nregs, Method *method, Frame *prev) in CreateFrame() function
Dinterpreter_test.cpp79 auto CreateFrame(uint32_t nregs, Method *method, Frame *prev) in CreateFrame() function
/arkcompiler/runtime_core/runtime/include/
Dmethod-inl.h78 …ALWAYS_INLINE static Frame *CreateFrame([[maybe_unused]] ManagedThread *thread, uint32_t nregs_siz… in CreateFrame() function
135 …ALWAYS_INLINE static Frame *CreateFrame([[maybe_unused]] ManagedThread *thread, uint32_t nregs_siz… in CreateFrame() function
/arkcompiler/runtime_core/runtime/interpreter/
Druntime_interface.h231 static Frame *CreateFrame(uint32_t nregs, Method *method, Frame *prev) in CreateFrame() function
Dframe.h740 ALWAYS_INLINE inline Frame *CreateFrame(mem::StackFrameAllocator *stack_frame_allocator, uint32_t n… in CreateFrame() function
Dinterpreter-inl.h103 …ALWAYS_INLINE static Frame *CreateFrame([[maybe_unused]] ManagedThread *thread, uint32_t nregs_siz… in CreateFrame() function
/arkcompiler/runtime_core/runtime/tests/interpreter/
Dtest_runtime_interface.h380 static Frame *CreateFrame(size_t nregs, Method *method, Frame *prev) in CreateFrame() function
/arkcompiler/runtime_core/runtime/entrypoints/
Dentrypoints.cpp541 static Frame *CreateFrame(uint32_t nregs, Method *method, Frame *prev) in CreateFrame() function