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

  /art/runtime/native/
dalvik_system_DexFile.cc 287 if (linker->IsDexFileRegistered(soa.Self(), *dex_file)) {
329 if (!class_linker->IsDexFileRegistered(soa.Self(), *dex_file)) {
dalvik_system_VMRuntime.cc 458 if (!class_linker->IsDexFileRegistered(self, *dex_file)) {
  /art/runtime/
class_linker.h 419 bool IsDexFileRegistered(Thread* self, const DexFile& dex_file)
    [all...]
class_linker.cc     [all...]

Completed in 399 milliseconds