Home
last modified time | relevance | path

Searched defs:allocSz (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp521 size_t allocSz = Frame::GetAllocSize(size, extSz); in CreateFrameWithSize() local
534 size_t allocSz = Frame::GetAllocSize(size, extSz); in CreateFrameWithActualArgsAndSize() local
546 size_t allocSz = Frame::GetAllocSize(size, extSz); in CreateNativeFrameWithActualArgsAndSize() local
1145 extern "C" void *AllocFrameInterp(ManagedThread *current, size_t allocSz) in AllocFrameInterp()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dinterpreter_test.cpp2779 size_t allocSz = Frame::GetAllocSize(size, extSz); in CreateFrameWithSize() local
2850 size_t allocSz = sizeof(interpreter::VRegister) * vregNum2; in DEATH_TEST_F() local