Searched defs:CreateFrame (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/runtime_core/runtime/tests/ |
| D | frame_test.cpp | 49 Frame *CreateFrame(size_t nregs, Method *method, Frame *prev) in CreateFrame() function
|
| D | debugger_test.cpp | 65 static Frame *CreateFrame(size_t nregs, Method *method, Frame *prev) in CreateFrame() function
|
| D | method_test.cpp | 111 static Frame *CreateFrame(size_t nregs, Method *method, Frame *prev) in CreateFrame() function
|
| D | i2c_bridge_test.cpp | 123 static Frame *CreateFrame(size_t nregs, Method *method, Frame *prev) in CreateFrame() function
|
| D | interpreter_test.cpp | 79 auto CreateFrame(uint32_t nregs, Method *method, Frame *prev) in CreateFrame() function
|
| /arkcompiler/runtime_core/runtime/include/ |
| D | method-inl.h | 78 …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/ |
| D | runtime_interface.h | 231 static Frame *CreateFrame(uint32_t nregs, Method *method, Frame *prev) in CreateFrame() function
|
| D | frame.h | 740 ALWAYS_INLINE inline Frame *CreateFrame(mem::StackFrameAllocator *stack_frame_allocator, uint32_t n… in CreateFrame() function
|
| D | interpreter-inl.h | 103 …ALWAYS_INLINE static Frame *CreateFrame([[maybe_unused]] ManagedThread *thread, uint32_t nregs_siz… in CreateFrame() function
|
| /arkcompiler/runtime_core/runtime/tests/interpreter/ |
| D | test_runtime_interface.h | 380 static Frame *CreateFrame(size_t nregs, Method *method, Frame *prev) in CreateFrame() function
|
| /arkcompiler/runtime_core/runtime/entrypoints/ |
| D | entrypoints.cpp | 541 static Frame *CreateFrame(uint32_t nregs, Method *method, Frame *prev) in CreateFrame() function
|