Home
last modified time | relevance | path

Searched refs:calleeReg2Offset (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Daot_file_info.cpp89 void AOTFileInfo::StoreCalleeRegInfo(uint32_t calleeRegNum, int32_t *calleeReg2Offset, in StoreCalleeRegInfo() argument
93 DwarfRegType reg = static_cast<DwarfRegType>(calleeReg2Offset[2 * j]); in StoreCalleeRegInfo()
94 OffsetType offset = static_cast<OffsetType>(calleeReg2Offset[2 * j + 1]); in StoreCalleeRegInfo()
H A Daot_file_info.h157 void StoreCalleeRegInfo(uint32_t calleeRegNum, int32_t *calleeReg2Offset,

Completed in 1 milliseconds