Searched refs:before (Results 1 – 8 of 8) sorted by relevance
/art/runtime/ |
D | monitor_pool.cc | 78 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/ |
D | Main.java | 41 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/ |
D | expected.txt | 7 before > 0=true 9 before < overflowAllocations=true 10 after > before=true
|
/art/runtime/native/ |
D | dalvik_system_VMRuntime.cc | 425 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/ |
D | codegen_util.cc | 957 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()
|
D | mir_to_lir.h | 698 ConditionCode FlipComparisonOrder(ConditionCode before); 699 ConditionCode NegateComparison(ConditionCode before);
|
/art/compiler/dex/ |
D | mir_graph.cc | 1347 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/ |
D | intrinsic_func_list.def | 369 // before invocation of these intrinsics.
|