Home
last modified time | relevance | path

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

/art/runtime/
Dclass_table-inl.h98 const uint32_t before = data_.load(std::memory_order_relaxed); in Read() local
112 const uint32_t before = data_.load(std::memory_order_relaxed); in VisitRoot() local
Dmonitor_pool.cc78 Monitor* before = reinterpret_cast<Monitor*>(reinterpret_cast<uintptr_t>(last) - in AllocateChunk() local
Dclass_linker.cc401 auto before = running_visibly_initialized_callbacks_.before_begin(); in VisiblyInitializedCallbackDone() local
/art/test/098-ddmc/src/
DMain.java46 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/runtime/mirror/
Ddex_cache-inl.h353 T* const before = source.object.template Read<kReadBarrierOption>(); in VisitDexCachePairs() local
/art/runtime/native/
Ddalvik_system_VMRuntime.cc576 DexCacheStats before; in VMRuntime_preloadDexCaches() local