OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getcurrentiteration
(Results
1 - 9
of
9
) sorted by null
/art/runtime/gc/collector/
garbage_collector.cc
69
GetCurrentIteration
()->pause_times_.push_back(nano_length);
85
Iteration* current_iteration =
GetCurrentIteration
();
168
Iteration* GarbageCollector::
GetCurrentIteration
() {
171
const Iteration* GarbageCollector::
GetCurrentIteration
() const {
176
GetCurrentIteration
()->freed_.Add(freed);
180
GetCurrentIteration
()->freed_los_.Add(freed);
garbage_collector.h
175
Iteration*
GetCurrentIteration
();
176
const Iteration*
GetCurrentIteration
() const;
178
return &
GetCurrentIteration
()->timings_;
semi_space.cc
171
false, GetTimings(),
GetCurrentIteration
()->GetClearSoftReferences(), this);
193
if (
GetCurrentIteration
()->GetGcCause() == kGcCauseExplicit ||
194
GetCurrentIteration
()->GetGcCause() == kGcCauseForNativeAlloc ||
195
GetCurrentIteration
()->GetClearSoftReferences()) {
212
GetCurrentIteration
()->SetClearSoftReferences(true);
[
all
...]
mark_sweep.cc
137
if (!
GetCurrentIteration
()->GetClearSoftReferences()) {
139
GetCurrentIteration
()->SetClearSoftReferences(GetGcType() != collector::kGcTypeSticky);
179
GetCurrentIteration
()->GetClearSoftReferences(),
[
all
...]
concurrent_copying.cc
171
if (
GetCurrentIteration
()->GetGcCause() == kGcCauseExplicit ||
172
GetCurrentIteration
()->GetGcCause() == kGcCauseForNativeAlloc ||
173
GetCurrentIteration
()->GetClearSoftReferences()) {
[
all
...]
mark_compact.cc
129
false, GetTimings(),
GetCurrentIteration
()->GetClearSoftReferences(), this);
/frameworks/base/docs/html/reference/android/support/test/jank/
JankTestBase.html
549
<a href="/reference/android/support/test/jank/JankTestBase.html#
getCurrentIteration
()">
getCurrentIteration
</a>()
[
all
...]
/frameworks/base/core/java/android/animation/
ValueAnimator.java
620
private int
getCurrentIteration
(float fraction) {
639
int iteration =
getCurrentIteration
(fraction);
[
all
...]
/prebuilts/misc/common/ub-janktesthelper/
ub-janktesthelper.jar
Completed in 140 milliseconds