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

  /art/runtime/gc/
reference_processor.h 49 void ProcessReferences(bool concurrent,
82 // Called by ProcessReferences.
reference_processor.cc 128 void ReferenceProcessor::ProcessReferences(bool concurrent,
132 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/
mark_compact.cc 122 void MarkCompact::ProcessReferences(Thread* self) {
124 heap_->GetReferenceProcessor()->ProcessReferences(
195 ProcessReferences(self);
mark_compact.h 104 void ProcessReferences(Thread* self) REQUIRES(Locks::mutator_lock_)
semi_space.h 134 void ProcessReferences(Thread* self) REQUIRES(Locks::mutator_lock_)
mark_sweep.h 132 void ProcessReferences(Thread* self)
semi_space.cc 169 void SemiSpace::ProcessReferences(Thread* self) {
171 GetHeap()->GetReferenceProcessor()->ProcessReferences(
249 ProcessReferences(self_);
    [all...]
concurrent_copying.h 197 void ProcessReferences(Thread* self) REQUIRES_SHARED(Locks::mutator_lock_);
mark_sweep.cc 63 // having this can add overhead in ProcessReferences since we may end up doing many calls of
175 void MarkSweep::ProcessReferences(Thread* self) {
177 GetHeap()->GetReferenceProcessor()->ProcessReferences(
319 ProcessReferences(self);
    [all...]
concurrent_copying.cc     [all...]

Completed in 160 milliseconds