OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ClearGrowthLimit
(Results
1 - 6
of
6
) sorted by null
/art/runtime/gc/
heap_test.cc
30
TEST_F(HeapTest,
ClearGrowthLimit
) {
34
heap->
ClearGrowthLimit
();
heap.h
189
// implement dalvik.system.VMRuntime.
clearGrowthLimit
.
190
void
ClearGrowthLimit
();
heap.cc
[
all
...]
/art/runtime/gc/space/
dlmalloc_space.h
98
void
ClearGrowthLimit
() {
188
// The capacity of the alloc space until such time that
ClearGrowthLimit
is called.
194
// one time by a call to
ClearGrowthLimit
.
space_test.cc
477
space->
ClearGrowthLimit
();
/art/runtime/native/
dalvik_system_VMRuntime.cc
95
Runtime::Current()->GetHeap()->
ClearGrowthLimit
();
203
NATIVE_METHOD(VMRuntime,
clearGrowthLimit
, "()V"),
Completed in 1261 milliseconds