Home
last modified time | relevance | path

Searched defs:before (Results 1 – 7 of 7) sorted by relevance

/art/runtime/
Dmonitor_pool.cc78 Monitor* before = reinterpret_cast<Monitor*>(reinterpret_cast<uintptr_t>(last) - in AllocateChunk() local
/art/test/098-ddmc/src/
DMain.java41 Allocations before = new Allocations(DdmVmInternal.getRecentAllocations()); in testRecentAllocationTracking() local
/art/tools/dexfuzz/src/dexfuzz/listeners/
DUniqueProgramTrackerListener.java196 File before = new File(fuzzedFile); in saveDivergentProgram() local
/art/tools/dexfuzz/src/dexfuzz/program/
DMutatableCode.java174 private void updateTryBlocksWithReplacementInsn(MInsn before, MInsn after, in updateTryBlocksWithReplacementInsn()
/art/compiler/dex/quick/
Dcodegen_util.cc997 ConditionCode Mir2Lir::FlipComparisonOrder(ConditionCode before) { in FlipComparisonOrder()
1013 ConditionCode Mir2Lir::NegateComparison(ConditionCode before) { in NegateComparison()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc475 DexCacheStats before; in VMRuntime_preloadDexCaches() local
/art/compiler/dex/
Dmir_graph.cc1627 static const struct { const char before; const char after; } match[] = { in ReplaceSpecialChars() member