Home
last modified time | relevance | path

Searched refs:GetAllocSize (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dframe_test.cpp57 void *mem = aligned_alloc(8, ark::Frame::GetAllocSize(Frame::GetActualSize<IS_DYNAMIC>(nregs), extSz)); in CreateFrame()
H A Ddebugger_test.cpp71 void *mem = aligned_alloc(8, Frame::GetAllocSize(Frame::GetActualSize<IS_DYNAMIC>(nregs), extSz)); in CreateFrame()
H A Dinterpreter_test.cpp2727 size_t allocSz = Frame::GetAllocSize(size, extSz); in CreateFrameWithSize()
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
H A Dtest_runtime_interface.h404 void *mem = allocator->Allocate(ark::Frame::GetAllocSize(ark::Frame::GetActualSize<IS_DYNAMIC>(nregs), extSz), in CreateFrame()
415 allocator->Allocate(ark::Frame::GetAllocSize(size, extSz), GetLogAlignment(8), ManagedThread::GetCurrent()); in CreateFrameWithActualArgsAndSize()
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Dframe.h222 ALWAYS_INLINE static inline size_t GetAllocSize(size_t size, uint32_t extSz) in GetAllocSize() function in ark::Frame
772 size_t extFrameSize = Frame::GetAllocSize(nregsSize, EXT_SIZE); in CreateFrame()
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
H A Dentrypoints.cpp521 size_t allocSz = Frame::GetAllocSize(size, extSz); in CreateFrameWithSize()
534 size_t allocSz = Frame::GetAllocSize(size, extSz); in CreateFrameWithActualArgsAndSize()
546 size_t allocSz = Frame::GetAllocSize(size, extSz); in CreateNativeFrameWithActualArgsAndSize()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmethod.h470 return Frame::GetAllocSize(GetNumArgs() + GetNumVregs(), EMPTY_EXT_FRAME_DATA_SIZE); in GetFrameSize()

Completed in 14 milliseconds