HomeSort by relevance Sort by last modified time
    Searched refs:alloc_space (Results 1 - 25 of 27) sorted by null

1 2

  /art/runtime/gc/space/
space_test.h 68 mirror::Object* Alloc(space::MallocSpace* alloc_space,
77 mirror::Object* obj = alloc_space->Alloc(self,
88 mirror::Object* AllocWithGrowth(space::MallocSpace* alloc_space,
97 mirror::Object* obj = alloc_space->AllocWithGrowth(self, bytes, bytes_allocated, usable_size,
  /prebuilts/go/darwin-x86/src/runtime/pprof/
protomem_test.go 42 {Type: "alloc_space", Unit: "bytes"},
protomem.go 20 b.pbValueType(tagProfile_SampleType, "alloc_space", "bytes")
  /prebuilts/go/linux-x86/src/runtime/pprof/
protomem_test.go 42 {Type: "alloc_space", Unit: "bytes"},
protomem.go 20 b.pbValueType(tagProfile_SampleType, "alloc_space", "bytes")
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
cli.go 57 flagAllocSpace := flag.Bool("alloc_space", false, "Display allocated memory size")
124 si = sampleIndex(flagAllocSpace, si, "alloc_space", "-alloc_space", o.UI)
308 " -alloc_space Same as -sample_index=alloc_space\n" +
driver_test.go 85 {"dot,alloc_space,flat,focus=[234]00", "heap_alloc"},
86 {"dot,alloc_space,flat,tagshow=[2]00", "heap_alloc"},
87 {"dot,alloc_space,flat,hide=line.*1?23?", "heap_alloc"},
249 name = addString(name, f, []string{"inuse_space", "inuse_objects", "alloc_space", "alloc_objects"})
398 {Type: "alloc_space", Unit: "bytes"},
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
cli.go 57 flagAllocSpace := flag.Bool("alloc_space", false, "Display allocated memory size")
124 si = sampleIndex(flagAllocSpace, si, "alloc_space", "-alloc_space", o.UI)
308 " -alloc_space Same as -sample_index=alloc_space\n" +
driver_test.go 85 {"dot,alloc_space,flat,focus=[234]00", "heap_alloc"},
86 {"dot,alloc_space,flat,tagshow=[2]00", "heap_alloc"},
87 {"dot,alloc_space,flat,hide=line.*1?23?", "heap_alloc"},
249 name = addString(name, f, []string{"inuse_space", "inuse_objects", "alloc_space", "alloc_objects"})
398 {Type: "alloc_space", Unit: "bytes"},
    [all...]
  /art/runtime/gc/collector/
mark_compact.cc 538 space::ContinuousMemMapAllocSpace* alloc_space = space->AsContinuousMemMapAllocSpace(); local
539 if (!ShouldSweepSpace(alloc_space)) {
543 alloc_space->IsZygoteSpace() ? "SweepZygoteSpace" : "SweepAllocSpace", GetTimings());
544 RecordFree(alloc_space->Sweep(swap_bitmaps));
semi_space.cc 656 space::ContinuousMemMapAllocSpace* alloc_space = space->AsContinuousMemMapAllocSpace(); local
657 if (!ShouldSweepSpace(alloc_space)) {
661 alloc_space->IsZygoteSpace() ? "SweepZygoteSpace" : "SweepAllocSpace", GetTimings());
662 RecordFree(alloc_space->Sweep(swap_bitmaps));
    [all...]
mark_sweep.cc 1238 space::AllocSpace* alloc_space = space->AsAllocSpace(); local
1321 space::ContinuousMemMapAllocSpace* alloc_space = space->AsContinuousMemMapAllocSpace(); local
    [all...]
concurrent_copying.cc 1682 space::ContinuousMemMapAllocSpace* alloc_space = space->AsContinuousMemMapAllocSpace(); local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/profile/
legacy_profile_test.go 41 {[]string{"alloc_objects", "alloc_space"}, heap, true, "heapzSampleTypes"},
legacy_profile.go 497 {Type: "alloc_space", Unit: "bytes"},
1105 {"alloc_objects", "alloc_space"},
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/
legacy_profile_test.go 41 {[]string{"alloc_objects", "alloc_space"}, heap, true, "heapzSampleTypes"},
legacy_profile.go 497 {Type: "alloc_space", Unit: "bytes"},
1105 {"alloc_objects", "alloc_space"},
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
crash_test.go 472 cmd := testenv.CleanCmdEnv(exec.Command(testenv.GoToolPath(t), "tool", "pprof", "-alloc_space", "-top"))
  /prebuilts/go/linux-x86/src/runtime/
crash_test.go 472 cmd := testenv.CleanCmdEnv(exec.Command(testenv.GoToolPath(t), "tool", "pprof", "-alloc_space", "-top"))
  /art/runtime/gc/
heap.cc 2274 space::ContinuousMemMapAllocSpace* alloc_space = space->AsContinuousMemMapAllocSpace(); local
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/pprof/internal/profile/
legacy_profile.go 1159 var heapzAllocSampleTypes = []string{"alloc_objects", "alloc_space"}
  /prebuilts/go/linux-x86/src/runtime/pprof/internal/profile/
legacy_profile.go 1159 var heapzAllocSampleTypes = []string{"alloc_objects", "alloc_space"}
  /prebuilts/go/darwin-x86/src/cmd/go/
alldocs.go     [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/internal/test/
test.go 190 information. The --alloc_space, --alloc_objects, and --show_bytes
338 and pass --alloc_space flag to the pprof tool.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
alldocs.go     [all...]

Completed in 412 milliseconds

1 2