Home
last modified time | relevance | path

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

/art/test/098-ddmc/src/
DMain.java49 Allocations after = new Allocations(DdmVmInternal.getRecentAllocations()); in testRecentAllocationTracking() local
51 System.out.println("after > before=" + (after.numberOfEntries > before.numberOfEntries)); in testRecentAllocationTracking()
52 System.out.println("after.numberOfEntries=" + after.numberOfEntries); in testRecentAllocationTracking()
/art/test/098-ddmc/
Dexpected.txt10 after > before=true
11 after.numberOfEntries=65535
/art/runtime/native/
Ddalvik_system_VMRuntime.cc495 DexCacheStats after; in VMRuntime_preloadDexCaches() local
496 PreloadDexCachesStatsFilled(&after); 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.cc89 void Mir2Lir::MarkSafepointPCAfter(LIR* after) { in MarkSafepointPCAfter() argument
90 DCHECK(!after->flags.use_def_invalid); in MarkSafepointPCAfter()
91 after->u.m.def_mask = &kEncodeAll; in MarkSafepointPCAfter()
94 if (after->next == nullptr) { in MarkSafepointPCAfter()
95 DCHECK_EQ(after, last_lir_insn_); in MarkSafepointPCAfter()
98 InsertLIRAfter(after, safepoint_pc); in MarkSafepointPCAfter()
Dmir_to_lir.h665 void MarkSafepointPCAfter(LIR* after);
835 void MarkPossibleNullPointerExceptionAfter(int opt_flags, LIR* after);
Dgen_common.cc188 void Mir2Lir::MarkPossibleNullPointerExceptionAfter(int opt_flags, LIR* after) { in MarkPossibleNullPointerExceptionAfter() argument
193 MarkSafepointPCAfter(after); in MarkPossibleNullPointerExceptionAfter()
/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/runtime/arch/mips/
Dquick_entrypoints_mips.S505 addiu $sp, $sp, 16 # restore stack after memcpy