Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dframe_test.cpp56 uint32_t extSz = EMPTY_EXT_FRAME_DATA_SIZE; in CreateFrame() local
H A Ddebugger_test.cpp70 uint32_t extSz = EMPTY_EXT_FRAME_DATA_SIZE; in CreateFrame() local
H A Dinterpreter_test.cpp2726 uint32_t extSz = CORE_EXT_FRAME_DATA_SIZE; in CreateFrameWithSize() local
2791 size_t extSz = CORE_EXT_FRAME_DATA_SIZE; in DEATH_TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dheap_manager.cpp267 Frame *HeapManager::AllocateExtFrame(size_t size, size_t extSz) in AllocateExtFrame() argument
307 void HeapManager::FreeExtFrame(Frame *frame, size_t extSz) in FreeExtFrame() argument
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
H A Dtest_runtime_interface.h402 uint32_t extSz = EMPTY_EXT_FRAME_DATA_SIZE; in CreateFrame() local
412 uint32_t extSz = EMPTY_EXT_FRAME_DATA_SIZE; in CreateFrameWithActualArgsAndSize() local
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Dframe.h120 ALWAYS_INLINE static void *ToExt(Frame *frame, size_t extSz) in ToExt() argument
125 ALWAYS_INLINE static Frame *FromExt(void *ext, size_t extSz) in FromExt() argument
222 ALWAYS_INLINE static inline size_t GetAllocSize(size_t size, uint32_t extSz) in GetAllocSize() argument
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
H A Dentrypoints.cpp517 uint32_t extSz = EMPTY_EXT_FRAME_DATA_SIZE; in CreateFrameWithSize() local
533 uint32_t extSz = thread->GetVM()->GetFrameExtSize(); in CreateFrameWithActualArgsAndSize() local
545 uint32_t extSz = EMPTY_EXT_FRAME_DATA_SIZE; in CreateNativeFrameWithActualArgsAndSize() local
[all...]

Completed in 11 milliseconds