Config 410 MMgc/GC.cpp return GCHeap::GetGCHeap()->Config().gcbehavior;
Config 1531 MMgc/GC.cpp if(heap->Config().autoGCStats) {
Config 1606 MMgc/GC.cpp if (heap->Config().eagerSweeping)
Config 1615 MMgc/GC.cpp if(heap->Config().autoGCStats) {
Config 1632 MMgc/GC.cpp if(heap->Config().gcstats) {
Config 3032 MMgc/GC.cpp if(heap->Config().gcstats) {
Config 3116 MMgc/GC.cpp if(heap->Config().autoGCStats)
Config 553 MMgc/GCHeap.h GCHeapConfig &Config() { return config; }
Config 397 MMgc/ZCT.cpp if(gc->heap->Config().gcstats && objects_reaped > 0) {
Config 127 core/AvmCore.cpp MMgc::GCHeap::GetGCHeap()->Config().gcstats = true;
Config 129 core/AvmCore.cpp MMgc::GCHeap::GetGCHeap()->Config().autoGCStats = true;
Config 131 core/AvmCore.cpp MMgc::GCHeap::GetGCHeap()->Config().verbose = true;
Config 292 core/AvmCore.h Config config;
Config 1054 core/CodegenLIR.cpp Config &config;
Config 205 extensions/ST_mmgc_basics.cpp gh->Config().heapLimit = 1024;
Config 402 nanojit/Assembler.h avmplus::Config &config;
Config 784 shell/avmshell.cpp MMgc::GCHeap::GetGCHeap()->Config().gcstats = true;
Config 785 shell/avmshell.cpp MMgc::GCHeap::GetGCHeap()->Config().autoGCStats = true;
Config 788 shell/avmshell.cpp MMgc::GCHeap::GetGCHeap()->Config().gcstats = true;
Config 789 shell/avmshell.cpp MMgc::GCHeap::GetGCHeap()->Config().autoGCStats = true;
Config 790 shell/avmshell.cpp MMgc::GCHeap::GetGCHeap()->Config().verbose = true;
Config 793 shell/avmshell.cpp MMgc::GCHeap::GetGCHeap()->Config().heapLimit = VMPI_strtol(argv[++i], 0, 10);
Config 797 shell/avmshell.cpp MMgc::GCHeap::GetGCHeap()->Config().gcbehavior = true;
Config 801 shell/avmshell.cpp MMgc::GCHeap::GetGCHeap()->Config().eagerSweeping = true;
Config 811 shell/avmshell.cpp MMgc::GCHeap::GetGCHeap()->Config().gcLoad = load;
Config 812 shell/avmshell.cpp MMgc::GCHeap::GetGCHeap()->Config().gcLoadCeiling = limit;
Config 815 shell/avmshell.cpp MMgc::GCHeap::GetGCHeap()->Config().gcLoad = load;
Config 827 shell/avmshell.cpp MMgc::GCHeap::GetGCHeap()->Config().gcEfficiency = work;