Searched refs:objAddress (Results 1 – 2 of 2) sorted by relevance
116 JSTaggedValue objAddress, GlobalIndex *globalIndex) in FindGlobalIndex() argument118 int entry = globalIndexMap->FindEntry(objAddress); in FindGlobalIndex()
232 static Region *ObjectAddressToRange(uintptr_t objAddress) in ObjectAddressToRange() argument234 return reinterpret_cast<Region *>(objAddress & ~DEFAULT_REGION_MASK); in ObjectAddressToRange()