Lines Matching refs:elem
2251 ArtMethod* elem = mirror::DexCache::GetNativePairPtrSize(
2256 elem == mirror::DexCache::GetNativePairPtrSize(
2268 if (elem == nullptr) {
2271 reinterpret_cast<uint8_t*>(elem) - image_space_.Begin())) {
2272 msg = reinterpret_cast<ArtMethod*>(elem)->PrettyMethod();
2276 os << StringPrintf("%p %s\n", elem, msg.c_str());
2285 ArtField* elem = mirror::DexCache::GetNativePairPtrSize(
2290 elem == mirror::DexCache::GetNativePairPtrSize(
2302 if (elem == nullptr) {
2305 reinterpret_cast<uint8_t*>(elem) - image_space_.Begin())) {
2306 msg = reinterpret_cast<ArtField*>(elem)->PrettyField();
2310 os << StringPrintf("%p %s\n", elem, msg.c_str());
2336 auto* elem = pair.object.Read();
2337 if (elem == nullptr) {
2340 msg = elem->PrettyClass();
2342 os << StringPrintf("%p %u %s\n", elem, pair.index, msg.c_str());