Home
last modified time | relevance | path

Searched defs:extSz (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
Dframe_test.cpp56 uint32_t extSz = EMPTY_EXT_FRAME_DATA_SIZE; in CreateFrame() local
Ddebugger_test.cpp70 uint32_t extSz = EMPTY_EXT_FRAME_DATA_SIZE; in CreateFrame() local
Dinterpreter_test.cpp2779 uint32_t extSz = CORE_EXT_FRAME_DATA_SIZE; in CreateFrameWithSize() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Dheap_manager.cpp272 Frame *HeapManager::AllocateExtFrame(size_t size, size_t extSz) in AllocateExtFrame()
312 void HeapManager::FreeExtFrame(Frame *frame, size_t extSz) in FreeExtFrame()
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dframe.h120 ALWAYS_INLINE static void *ToExt(Frame *frame, size_t extSz) in ToExt()
125 ALWAYS_INLINE static Frame *FromExt(void *ext, size_t extSz) in FromExt()
222 ALWAYS_INLINE static inline size_t GetAllocSize(size_t size, uint32_t extSz) in GetAllocSize()
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_runtime_interface.h398 uint32_t extSz = EMPTY_EXT_FRAME_DATA_SIZE; in CreateFrame() local
408 uint32_t extSz = EMPTY_EXT_FRAME_DATA_SIZE; in CreateFrameWithActualArgsAndSize() local
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp541 uint32_t extSz = EMPTY_EXT_FRAME_DATA_SIZE; in CreateFrameWithSize() local
558 uint32_t extSz = thread->GetVM()->GetFrameExtSize(); in CreateFrameWithActualArgsAndSize() local
570 uint32_t extSz = EMPTY_EXT_FRAME_DATA_SIZE; in CreateNativeFrameWithActualArgsAndSize() local