Home
last modified time | relevance | path

Searched defs:after (Results 1 – 5 of 5) sorted by relevance

/art/test/098-ddmc/src/
DMain.java49 Allocations after = new Allocations(DdmVmInternal.getRecentAllocations()); in testRecentAllocationTracking() local
/art/runtime/native/
Ddalvik_system_VMRuntime.cc495 DexCacheStats after; in VMRuntime_preloadDexCaches() local
/art/compiler/dex/quick/
Dcodegen_util.cc89 void Mir2Lir::MarkSafepointPCAfter(LIR* after) { in MarkSafepointPCAfter()
Dgen_common.cc188 void Mir2Lir::MarkPossibleNullPointerExceptionAfter(int opt_flags, LIR* after) { in MarkPossibleNullPointerExceptionAfter()
/art/compiler/dex/
Dmir_graph.cc1347 static const struct { const char before; const char after; } match[] = { in ReplaceSpecialChars() member