HomeSort by relevance Sort by last modified time
    Searched refs:ProcessReferences (Results 1 - 9 of 9) sorted by null

  /art/runtime/gc/
reference_processor.h 49 void ProcessReferences(bool concurrent,
84 // Called by ProcessReferences.
reference_processor.cc 153 void ReferenceProcessor::ProcessReferences(bool concurrent,
157 TimingLogger::ScopedTiming t(concurrent ? __FUNCTION__ : "(Paused)ProcessReferences", timings);
  /external/brotli/research/
find_opt_references.cc 130 void ProcessReferences(sarray_type* sarray, lcp_type* lcp, size_t size,
245 ProcessReferences(sarray, lcp, input_size, pos,
  /art/runtime/gc/collector/
semi_space.h 134 void ProcessReferences(Thread* self) REQUIRES(Locks::mutator_lock_)
mark_sweep.h 132 void ProcessReferences(Thread* self)
semi_space.cc 170 void SemiSpace::ProcessReferences(Thread* self) {
172 GetHeap()->GetReferenceProcessor()->ProcessReferences(
249 ProcessReferences(self_);
    [all...]
mark_sweep.cc 64 // having this can add overhead in ProcessReferences since we may end up doing many calls of
178 void MarkSweep::ProcessReferences(Thread* self) {
180 GetHeap()->GetReferenceProcessor()->ProcessReferences(
344 ProcessReferences(self);
    [all...]
concurrent_copying.h 228 void ProcessReferences(Thread* self) REQUIRES_SHARED(Locks::mutator_lock_);
concurrent_copying.cc     [all...]

Completed in 169 milliseconds