Searched refs:df (Results 1 – 7 of 7) sorted by relevance
/art/runtime/gc/space/ |
D | image_space_test.cc | 361 for (std::unique_ptr<const DexFile>& df : new_dex_files) { in TEST_F() 362 dex_files.push_back(df.get()); in TEST_F() 363 opened_dex_files.push_back(std::move(df)); in TEST_F()
|
/art/ |
D | Android.mk | 669 df="$(TARGET_OUT)/$$f"; \ 671 if [ -h $$df ]; then rm $$df; fi; \ 672 cp -fd $$tf $$df; \
|
/art/dex2oat/ |
D | dex2oat.cc | 1793 auto lacks_image = [](const DexFile* df) { in Setup() argument 1794 if (kIsDebugBuild && df->GetOatDexFile() != nullptr) { in Setup() 1795 const OatFile* oat_file = df->GetOatDexFile()->GetOatFile(); in Setup() 1804 return df->GetOatDexFile() == nullptr; in Setup()
|
/art/runtime/ |
D | runtime.cc | 2890 GetClassLinker()->VisitKnownDexFiles(Thread::Current(), [&](const art::DexFile* df) { in DeoptimizeBootImage() argument 2891 const OatDexFile* odf = df->GetOatDexFile(); in DeoptimizeBootImage()
|
/art/test/dexdump/ |
D | checkers.txt | 784 001bba: 5b90 0800 |00df: iput-object v0, v9, Lcom/google/android/check… 1694 0027b6: 28ba |01df: goto 0199 // -0046 2124 002cf6: 3901 0900 |00df: if-nez v1, 00e8 // +0009 2982 003782: 5408 1500 |01df: iget-object v8, v0, Lcom/google/android/check… 3493 003e7a: 28df |0033: goto 0012 // -0021 3888 004156: 1502 1000 |00df: const/high16 v2, #int 1048576 // #10 4153 004556: 1302 0001 |02df: const/16 v2, #int 256 // #100 4288 004756: 4b01 0004 |03df: aput v1, v0, v4 4715 004f46: 28f1 |01df: goto 01d0 // -000f 4993 005346: 5207 4100 |03df: iget v7, v0, Lcom/google/android/checkers/a;.… [all …]
|
D | invoke-custom.txt | 461 … 1a02 df00 |000a: const-string v2, "assertTrue value: " // string@00df 2633 …invoke/MethodType;.changeReturnType:(Ljava/lang/Class;)Ljava/lang/invoke/MethodType; // method@00df 3444 0031d6: 28df |0065: goto 0044 // -0021 3481 00326e: 28df |00b1: goto 0090 // -0021 3504 0032c6: 28df |00dd: goto 00bc // -0021 5256 003f26: 2826 |00b9: goto 00df // +0026 5274 003f72: 0e00 |00df: return-void
|
D | bytecodes.txt | 762 000e62: 3900 0b00 |00df: if-nez v0, 00ea // +000b
|