Home
last modified time | relevance | path

Searched refs:objAddress (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dglobal_index_map.cpp116 JSTaggedValue objAddress, GlobalIndex *globalIndex) in FindGlobalIndex() argument
118 int entry = globalIndexMap->FindEntry(objAddress); in FindGlobalIndex()
/arkcompiler/ets_runtime/ecmascript/mem/
Dregion.h232 static Region *ObjectAddressToRange(uintptr_t objAddress) in ObjectAddressToRange() argument
234 return reinterpret_cast<Region *>(objAddress & ~DEFAULT_REGION_MASK); in ObjectAddressToRange()