Lines Matching refs:mirror
36 namespace mirror {
41 } // namespace mirror
785 int32_t GetLineNumFromPC(const mirror::ArtMethod* method, uint32_t rel_pc) const
1116 EncodedStaticFieldValueIterator(const DexFile& dex_file, mirror::DexCache* dex_cache,
1117 mirror::ClassLoader* class_loader,
1121 void ReadValueToField(mirror::ArtField* field) const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
1151 mirror::DexCache* dex_cache_; // Dex cache to resolve literal objects.
1152 mirror::ClassLoader* class_loader_; // ClassLoader to resolve types.