Home
last modified time | relevance | path

Searched defs:before (Results 1 – 5 of 5) 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/compiler/dex/quick/
Dcodegen_util.cc957 ConditionCode Mir2Lir::FlipComparisonOrder(ConditionCode before) { in FlipComparisonOrder()
973 ConditionCode Mir2Lir::NegateComparison(ConditionCode before) { in NegateComparison()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc425 DexCacheStats before; in VMRuntime_preloadDexCaches() local
/art/compiler/dex/
Dmir_graph.cc1347 static const struct { const char before; const char after; } match[] = { in ReplaceSpecialChars() member