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

  /art/runtime/
dex_file_annotations.cc 123 if (expected == DexFile::kDexVisibilityRuntime) {
126 return actual == DexFile::kDexVisibilityRuntime || actual == DexFile::kDexVisibilityBuild;
    [all...]
dex_file_annotations.h 75 uint32_t visibility = DexFile::kDexVisibilityRuntime,
dex_file.h 328 kDexVisibilityRuntime = 0x01,
    [all...]
dex_file_verifier.cc     [all...]
  /dalvik/libdex/
DexFile.h 189 kDexVisibilityRuntime = 0x01,
    [all...]
DexSwapVerify.cpp     [all...]
  /art/dexdump/
dexdump.cc 642 case DexFile::kDexVisibilityRuntime: fputs("VISIBILITY_RUNTIME ", gOutFile); break;
    [all...]
  /art/dexlayout/
dexlayout.cc 705 case DexFile::kDexVisibilityRuntime: fputs("VISIBILITY_RUNTIME ", out_file_); break;
    [all...]

Completed in 62 milliseconds