HomeSort by relevance Sort by last modified time
    Searched refs:resolved_fields (Results 1 - 5 of 5) sorted by null

  /art/runtime/mirror/
dex_cache.cc 204 FieldDexCacheType* resolved_fields,
215 CHECK_EQ(num_resolved_fields != 0u, resolved_fields != nullptr);
224 SetResolvedFields(resolved_fields);
dex_cache-inl.h 262 auto* resolved_fields = GetResolvedFields(); local
265 if (GetNativePairPtrSize(resolved_fields, slot_idx, ptr_size).index == field_idx) {
267 SetNativePairPtrSize(resolved_fields, slot_idx, cleared, ptr_size);
dex_cache.h 379 void SetResolvedFields(FieldDexCacheType* resolved_fields)
382 SetFieldPtr<false>(ResolvedFieldsOffset(), resolved_fields); local
488 FieldDexCacheType* resolved_fields,
  /art/dex2oat/linker/
image_writer.cc 1605 mirror::FieldDexCacheType* resolved_fields = dex_cache->GetResolvedFields(); local
1687 mirror::FieldDexCacheType* resolved_fields = dex_cache->GetResolvedFields(); local
    [all...]
  /art/oatdump/
oatdump.cc 2283 auto* resolved_fields = dex_cache->GetResolvedFields(); local
    [all...]

Completed in 130 milliseconds