Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
H A Djit_fort.h89 static constexpr uint32_t FORT_BUF_ALIGN = 32; member in panda::ecmascript::JitFort
90 static constexpr uint32_t FORT_BUF_ALIGN_LOG2 = base::MathHelper::GetIntLog2(FORT_BUF_ALIGN);
91 static constexpr size_t FORT_BUF_ADDR_MASK = FORT_BUF_ALIGN - 1;
H A Djit_fort.cpp86 // Fort buf allocation is in multiples of FORT_BUF_ALIGN
89 return(AlignUp(instrSize, FORT_BUF_ALIGN)); in FortAllocSize()

Completed in 2 milliseconds