Home
last modified time | relevance | path

Searched refs:before (Results 1 – 8 of 8) sorted by relevance

/art/runtime/
Dmonitor_pool.cc78 Monitor* before = reinterpret_cast<Monitor*>(reinterpret_cast<uintptr_t>(last) - in AllocateChunk() local
80 before->next_free_ = last; in AllocateChunk()
82 before->monitor_id_ = OffsetToMonitorId(MonitorIdToOffset(last->monitor_id_) - in AllocateChunk()
85 last = before; in AllocateChunk()
/art/test/098-ddmc/src/
DMain.java41 Allocations before = new Allocations(DdmVmInternal.getRecentAllocations()); in testRecentAllocationTracking() local
42 System.out.println("before > 0=" + (before.numberOfEntries > 0)); in testRecentAllocationTracking()
50 …System.out.println("before < overflowAllocations=" + (before.numberOfEntries < overflowAllocations… in testRecentAllocationTracking()
51 System.out.println("after > before=" + (after.numberOfEntries > before.numberOfEntries)); in testRecentAllocationTracking()
/art/test/098-ddmc/
Dexpected.txt7 before > 0=true
9 before < overflowAllocations=true
10 after > before=true
/art/runtime/native/
Ddalvik_system_VMRuntime.cc425 DexCacheStats before; in VMRuntime_preloadDexCaches() local
429 PreloadDexCachesStatsFilled(&before); in VMRuntime_preloadDexCaches()
498 total.num_strings, before.num_strings, after.num_strings); in VMRuntime_preloadDexCaches()
500 total.num_types, before.num_types, after.num_types); in VMRuntime_preloadDexCaches()
502 total.num_fields, before.num_fields, after.num_fields); in VMRuntime_preloadDexCaches()
504 total.num_methods, before.num_methods, after.num_methods); in VMRuntime_preloadDexCaches()
/art/compiler/dex/quick/
Dcodegen_util.cc957 ConditionCode Mir2Lir::FlipComparisonOrder(ConditionCode before) { in FlipComparisonOrder() argument
959 switch (before) { in FlipComparisonOrder()
968 LOG(FATAL) << "Unexpected ccode " << before; in FlipComparisonOrder()
973 ConditionCode Mir2Lir::NegateComparison(ConditionCode before) { in NegateComparison() argument
975 switch (before) { in NegateComparison()
984 LOG(FATAL) << "Unexpected ccode " << before; in NegateComparison()
Dmir_to_lir.h698 ConditionCode FlipComparisonOrder(ConditionCode before);
699 ConditionCode NegateComparison(ConditionCode before);
/art/compiler/dex/
Dmir_graph.cc1347 static const struct { const char before; const char after; } match[] = { in ReplaceSpecialChars() member
1352 std::replace(str.begin(), str.end(), match[i].before, match[i].after); in ReplaceSpecialChars()
/art/compiler/llvm/
Dintrinsic_func_list.def369 // before invocation of these intrinsics.