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.cpp545 size_t allocSz = Frame::GetAllocSize(size, extSz); in CreateFrameWithSize() local
559 size_t allocSz = Frame::GetAllocSize(size, extSz); in CreateFrameWithActualArgsAndSize() local
571 size_t allocSz = Frame::GetAllocSize(size, extSz); in CreateNativeFrameWithActualArgsAndSize() local
1185 extern "C" void *AllocFrameInterp(ManagedThread *current, size_t allocSz) in AllocFrameInterp()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dinterpreter_test.cpp2780 size_t allocSz = Frame::GetAllocSize(size, extSz); in CreateFrameWithSize() local
2851 size_t allocSz = sizeof(interpreter::VRegister) * vregNum2; in DEATH_TEST_F() local