Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
H A Djit_fort.cpp132 uint32_t regionIdx = AddrToFortRegionIdx(addr); in MarkJitFortMemAlive()
145 uint32_t regionIdx = AddrToFortRegionIdx(addr); in MarkJitFortMemAwaitInstall()
159 uint32_t regionIdx = AddrToFortRegionIdx(addr); in MarkJitFortMemInstalled()
165 uint32_t JitFort::AddrToFortRegionIdx(uint64_t addr) in AddrToFortRegionIdx() function in panda::ecmascript::JitFort
257 return regions_[AddrToFortRegionIdx(addr)]; in ObjectAddressToRange()
H A Djit_fort.h71 uint32_t AddrToFortRegionIdx(uint64_t addr);

Completed in 2 milliseconds