Home
last modified time | relevance | path

Searched refs:GetActualSize (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Druntime_interface.h234 return ark::CreateFrameWithSize(Frame::GetActualSize<IS_DYNAMIC>(nregs), nregs, method, prev); in CreateFrame()
240 return ark::CreateFrameWithActualArgsAndSize(Frame::GetActualSize<IS_DYNAMIC>(nregs), nregs, numActualArgs, in CreateFrameWithActualArgs()
253 return ark::CreateNativeFrameWithActualArgsAndSize(Frame::GetActualSize<IS_DYNAMIC>(nregs), nregs, in CreateNativeFrameWithActualArgs()
H A Dframe.h341 ALWAYS_INLINE static inline uint32_t GetActualSize(uint32_t nregs) in GetActualSize() function in ark::Frame
H A Dinterpreter-inl.h3308 *frame = FrameHelper::template CreateFrame<RuntimeIfaceT>(current, Frame::GetActualSize<IS_DYNAMIC>(nregs), in CreateAndSetFrame()
/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 Dmethod_test.cpp118 return ark::CreateFrameWithSize(Frame::GetActualSize<IS_DYNAMIC>(nregs), nregs, method, prev); in CreateFrame()
H A Di2c_bridge_test.cpp139 return ark::CreateFrameWithSize(Frame::GetActualSize<IS_DYNAMIC>(nregs), nregs, method, prev); in CreateFrame()
H A Dinterpreter_test.cpp2777 auto f2 = CreateFrameWithSize(Frame::GetActualSize<false>(vregNum2), vregNum2, method1.get(), f1.get(), in DEATH_TEST_F()
2805 f2 = CreateFrameWithSize(Frame::GetActualSize<false>(vregNum2), vregNum2, method1.get(), f1.get(), in DEATH_TEST_F()
/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()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmethod-inl.h388 framePtr = InvokeHelper::CreateFrame(thread, Frame::GetActualSize<InvokeHelper::IS_DYNAMIC>(frameSize), this, in InitFrameWithNumVRegs()
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
H A Dentrypoints.cpp557 return CreateFrameWithSize(Frame::GetActualSize<IS_DYNAMIC>(nregs), nregs, method, prev); in CreateFrame()
564 CreateFrameWithActualArgsAndSize(Frame::GetActualSize<IS_DYNAMIC>(nregs), nregs, numActualArgs, method, prev); in CreateFrameWithActualArgs()

Completed in 21 milliseconds