Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dcodegen_util.cc839 const auto* raw_storage = references->GetRawStorage(); in CreateNativeGcMap() local
842 raw_storage[i / sizeof(raw_storage[0])] >> (8u * (i % sizeof(raw_storage[0])))); in CreateNativeGcMap()