OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ClearGrowthLimit
(Results
1 - 7
of
7
) sorted by null
/art/runtime/gc/
heap_test.cc
31
TEST_F(HeapTest,
ClearGrowthLimit
) {
35
heap->
ClearGrowthLimit
();
heap.h
291
// implement dalvik.system.VMRuntime.
clearGrowthLimit
.
292
void
ClearGrowthLimit
();
[
all
...]
heap.cc
[
all
...]
/art/runtime/gc/space/
bump_pointer_space.h
79
void
ClearGrowthLimit
() {
malloc_space.h
99
void
ClearGrowthLimit
() {
172
// The capacity of the alloc space until such time that
ClearGrowthLimit
is called.
178
// one time by a call to
ClearGrowthLimit
.
space_test.h
565
space->
ClearGrowthLimit
();
/art/runtime/native/
dalvik_system_VMRuntime.cc
126
Runtime::Current()->GetHeap()->
ClearGrowthLimit
();
551
NATIVE_METHOD(VMRuntime,
clearGrowthLimit
, "()V"),
Completed in 5377 milliseconds