HomeSort by relevance Sort by last modified time
    Searched refs:DexCache (Results 51 - 72 of 72) sorted by null

1 23

  /art/runtime/mirror/
object-inl.h     [all...]
object.h 42 class DexCache;
183 DexCache* AsDexCache() SHARED_REQUIRES(Locks::mutator_lock_);
  /art/compiler/driver/
compiler_driver_test.cc 109 mirror::DexCache* dex_cache = class_linker_->FindDexCache(soa.Self(), dex);
  /art/runtime/
art_field-inl.h 311 inline mirror::DexCache* ArtField::GetDexCache() SHARED_REQUIRES(Locks::mutator_lock_) {
dex_file.cc     [all...]
art_method.h 631 mirror::DexCache* GetDexCache() SHARED_REQUIRES(Locks::mutator_lock_);
trace.cc 656 mirror::DexCache* dex_cache = class_linker->FindDexCache(self, *e.first, false);
851 mirror::DexCache* dex_cache = method->GetDexCache();
    [all...]
thread.cc     [all...]
debugger.cc     [all...]
  /art/compiler/optimizing/
register_allocator_test.cc 462 ScopedNullHandle<mirror::DexCache> dex_cache;
614 ScopedNullHandle<mirror::DexCache> dex_cache;
    [all...]
nodes.h 65 class DexCache;
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 68 Handle<mirror::DexCache> dex_cache(hs.NewHandle(outer_method->GetDexCache()));
168 // Given the context of a calling Method, use its DexCache to resolve a type to a Class. If it
262 // Given the context of a calling Method, use its DexCache to resolve a type to an array Class. If
349 Handle<mirror::DexCache> h_dex_cache(hs.NewHandle(method->GetDexCache()));
    [all...]
  /art/runtime/quick/
inline_method_analyser.cc 218 mirror::DexCache* dex_cache = method->GetDexCache();
342 // dex file (compare DexCache references), otherwise field_indexes would be bogus.
734 mirror::DexCache* dex_cache = method->GetDexCache();
  /art/runtime/verifier/
method_verifier.cc 155 Handle<mirror::DexCache> dex_cache(hs.NewHandle(klass->GetDexCache()));
194 Handle<mirror::DexCache> dex_cache,
264 Handle<mirror::DexCache> dex_cache,
355 Handle<mirror::DexCache> dex_cache,
463 Handle<mirror::DexCache> dex_cache,
499 Handle<mirror::DexCache> dex_cache,
557 Handle<mirror::DexCache> dex_cache(hs.NewHandle(m->GetDexCache()));
612 Handle<mirror::DexCache> dex_cache(hs.NewHandle(m->GetDexCache()));
652 Handle<mirror::DexCache> dex_cache(hs.NewHandle(m->GetDexCache()));
    [all...]
  /art/compiler/
oat_writer.cc     [all...]
  /art/runtime/interpreter/
interpreter_common.h     [all...]
unstarted_runtime.cc     [all...]
  /libcore/ojluni/src/main/java/java/lang/
Class.java 140 * DexCache of resolved constant pool entries. Will be null for certain runtime-generated classes
143 private transient DexCache dexCache;
181 /** Short-cut to dexCache.strings */
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]
  /libcore/
non_openjdk_java_files.mk 61 libart/src/main/java/java/lang/DexCache.java \
  /art/runtime/gc/
heap.cc     [all...]
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 1176 milliseconds

1 23