Home
last modified time | relevance | path

Searched defs:nregsSize (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod-inl.h74 … static Frame *CreateFrame([[maybe_unused]] ManagedThread *thread, uint32_t nregsSize, Method *met… in CreateFrame()
128 … static Frame *CreateFrame([[maybe_unused]] ManagedThread *thread, uint32_t nregsSize, Method *met… in CreateFrame()
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dframe.h767 …INLINE inline Frame *CreateFrame(mem::StackFrameAllocator *stackFrameAllocator, uint32_t nregsSize, in CreateFrame()
Dinterpreter-inl.h92 … static Frame *CreateFrame([[maybe_unused]] ManagedThread *thread, uint32_t nregsSize, Method *met… in CreateFrame()