Home
last modified time | relevance | path

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

/art/runtime/
Dclass_table-inl.h190 const uint32_t before = data_.load(std::memory_order_relaxed); in Read() local
204 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
Dfault_handler.cc414 std::atomic<GeneratedCodeRange*>* before = &generated_code_ranges_; in RemoveGeneratedCodeRange() local
Dclass_linker.cc386 auto before = running_visibly_initialized_callbacks_.before_begin(); in VisiblyInitializedCallbackDone() 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.h276 auto const before = source.object.template Read<kReadBarrierOption>(); in VisitDexCachePairs() local
/art/runtime/jni/
Dlocal_reference_table.cc107 void** before = &free_lists_[index]; in Deallocate() local