Searched refs:nregsSize (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/include/ |
H A D | method-inl.h | 74 ALWAYS_INLINE static Frame *CreateFrame([[maybe_unused]] ManagedThread *thread, uint32_t nregsSize, Method *method, in CreateFrame() argument 77 return interpreter::RuntimeInterface::CreateFrameWithActualArgsAndSize(nregsSize, nregs, numActualArgs, method, in CreateFrame() 128 ALWAYS_INLINE static Frame *CreateFrame([[maybe_unused]] ManagedThread *thread, uint32_t nregsSize, Method *method, in CreateFrame() argument 131 return interpreter::RuntimeInterface::CreateFrameWithActualArgsAndSize(nregsSize, nregs, numActualArgs, method, in CreateFrame()
|
/arkcompiler/runtime_core/static_core/runtime/interpreter/ |
H A D | frame.h | 767 ALWAYS_INLINE inline Frame *CreateFrame(mem::StackFrameAllocator *stackFrameAllocator, uint32_t nregsSize, in CreateFrame() argument 772 size_t extFrameSize = Frame::GetAllocSize(nregsSize, EXT_SIZE); in CreateFrame()
|
H A D | interpreter-inl.h | 92 ALWAYS_INLINE static Frame *CreateFrame([[maybe_unused]] ManagedThread *thread, uint32_t nregsSize, Method *method, in CreateFrame() argument 95 return RuntimeIfaceT::CreateFrameWithActualArgsAndSize(nregsSize, nregs, numActualArgs, method, prev); in CreateFrame()
|
Completed in 9 milliseconds