Searched refs:GetAllocSize (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/tests/ |
H A D | frame_test.cpp | 57 void *mem = aligned_alloc(8, ark::Frame::GetAllocSize(Frame::GetActualSize<IS_DYNAMIC>(nregs), extSz)); in CreateFrame()
|
H A D | debugger_test.cpp | 71 void *mem = aligned_alloc(8, Frame::GetAllocSize(Frame::GetActualSize<IS_DYNAMIC>(nregs), extSz)); in CreateFrame()
|
H A D | interpreter_test.cpp | 2727 size_t allocSz = Frame::GetAllocSize(size, extSz); in CreateFrameWithSize()
|
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/ |
H A D | test_runtime_interface.h | 404 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 D | frame.h | 222 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 D | entrypoints.cpp | 521 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 D | method.h | 470 return Frame::GetAllocSize(GetNumArgs() + GetNumVregs(), EMPTY_EXT_FRAME_DATA_SIZE); in GetFrameSize()
|
Completed in 14 milliseconds