HomeSort by relevance Sort by last modified time
    Searched full:heap (Results 101 - 125 of 3161) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/v8/src/
heap-inl.h 31 #include "heap.h"
72 SemiSpace::AssertValidRange(target->GetIsolate()->heap()->new_space()->top(),
85 MaybeObject* Heap::AllocateStringFromUtf8(Vector<const char> str,
102 bool inline Heap::IsOneByte(Vector<const char> str, int chars) {
110 bool inline Heap::IsOneByte(String* str, int chars) {
115 MaybeObject* Heap::AllocateInternalizedStringFromUtf8(
126 MaybeObject* Heap::AllocateInternalizedStringImpl(
135 MaybeObject* Heap::AllocateOneByteInternalizedString(Vector<const uint8_t> str,
168 MaybeObject* Heap::AllocateTwoByteInternalizedString(Vector<const uc16> str,
199 MaybeObject* Heap::CopyFixedArray(FixedArray* src)
    [all...]
objects-visiting.h 216 INLINE(static void IteratePointers(Heap* heap,
224 StaticVisitor::VisitPointers(heap, start_slot, end_slot);
294 INLINE(static void VisitPointers(Heap* heap, Object** start, Object** end)) {
295 for (Object** p = start; p < end; p++) StaticVisitor::VisitPointer(heap, p);
300 Heap* heap = map->GetHeap(); local
301 VisitPointers(heap,
308 heap,
    [all...]
heap-profiler.cc 30 #include "heap-profiler.h"
33 #include "heap-snapshot-generator-inl.h"
38 HeapProfiler::HeapProfiler(Heap* heap)
39 : ids_(new HeapObjectsMap(heap)),
40 names_(new StringsStorage(heap)),
60 names_.Reset(new StringsStorage(heap()));
94 HeapSnapshotGenerator generator(result, control, resolver, heap());
122 heap()->DisableInlineAllocation();
136 heap()->EnableInlineAllocation()
    [all...]
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_ion.h 16 * These are the only ids that should be used for Ion heap ids.
18 * if specified. Don't swap the order of heap ids unless you know what
64 * Flag to use when allocating to indicate that a heap is secure.
76 * Used in conjunction with heap which pool memory to force an allocation
127 * struct ion_cp_heap_pdata - defines a content protection heap in the given
131 * @secure_base: Base address for securing the heap.
133 * of this heap in the case of a shared heap.
134 * @secure_size: Memory size for securing the heap.
136 * of this heap in the case of a shared heap
    [all...]
  /art/runtime/gc/collector/
partial_mark_sweep.cc 19 #include "gc/heap.h"
28 PartialMarkSweep::PartialMarkSweep(Heap* heap, bool is_concurrent, const std::string& name_prefix)
29 : MarkSweep(heap, is_concurrent, name_prefix + (name_prefix.empty() ? "" : " ") + "partial") {
  /external/chromium/chrome/browser/debugger/manual_tests/
heap-profiler-test-basic-grid-functionality.html 3 <title>Heap Profiler: basic grid functionality test</title>
6 This is the test for basic functionality of heap snapshot view grid.
14 <li>press 'Take heap snapshot' button
18 On the left pane under 'Heap snapshots' section, an item called
  /external/chromium-trace/trace-viewer/src/
tcmalloc.js 7 base.require('tcmalloc.heap');
  /external/chromium_org/third_party/tcmalloc/vendor/packages/deb/
control 11 Description: libraries for CPU and heap analysis, plus an efficient thread-caching malloc
14 thread-caching malloc() and cpu and heap profiling utilities. The
22 Description: libraries for CPU and heap analysis, plus an efficient thread-caching malloc
25 thread-caching malloc() and cpu and heap profiling utilities.
  /external/chromium_org/tools/deep_memory_profiler/visualizer/testdata/
error_sample.json 34 "mmap-v8-heap": [
sample.json 35 "mmap-v8-heap": [
  /external/chromium_org/v8/test/cctest/
test-constantpool.cc 17 Heap* heap = isolate->heap(); local
46 heap->CollectGarbage(NEW_SPACE);
test-dictionary.cc 53 CHECK_EQ(table->Lookup(*b), CcTest::heap()->the_hole_value());
56 CcTest::heap()->CollectGarbage(NEW_SPACE);
59 CHECK_EQ(table->Lookup(*b), CcTest::heap()->the_hole_value());
70 CHECK_EQ(table->Lookup(*a), CcTest::heap()->the_hole_value());
90 CHECK_EQ(table->Lookup(*key), CcTest::heap()->the_hole_value());
98 CHECK_EQ(table->Lookup(*key), CcTest::heap()->the_hole_value());
100 CcTest::heap()->undefined_value());
172 // Simulate a full heap so that generating an identity hash code
174 SimulateFullSpace(CcTest::heap()->new_space());
175 SimulateFullSpace(CcTest::heap()->old_pointer_space())
    [all...]
  /external/valgrind/main/massif/tests/
filter_verbose 14 # These ignored heap counts could vary from machine to machine.
15 sed "s/\(Massif: ignored heap allocs:\).*/\1 .../" |
16 sed "s/\(Massif: ignored heap frees:\).*/\1 .../" |
17 sed "s/\(Massif: ignored heap reallocs:\).*/\1 .../" |
  /external/valgrind/main/none/tests/
filter_cmdline1 3 sed -e 's/\(set minimum alignment of heap allocations\) \[[0-9]*\]/\1 [...]/' \
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
vecprim.h 24 DEF_VEC_ALLOC_I(char,heap);
28 DEF_VEC_ALLOC_I(uchar,heap);
32 DEF_VEC_ALLOC_I(int,heap);
35 DEF_VEC_ALLOC_I(unsigned,heap);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
vecprim.h 24 DEF_VEC_ALLOC_I(char,heap);
28 DEF_VEC_ALLOC_I(uchar,heap);
32 DEF_VEC_ALLOC_I(int,heap);
35 DEF_VEC_ALLOC_I(unsigned,heap);
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
vecprim.h 24 DEF_VEC_ALLOC_I(char,heap);
28 DEF_VEC_ALLOC_I(uchar,heap);
32 DEF_VEC_ALLOC_I(int,heap);
35 DEF_VEC_ALLOC_I(unsigned,heap);
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
vecprim.h 24 DEF_VEC_ALLOC_I(char,heap);
28 DEF_VEC_ALLOC_I(uchar,heap);
32 DEF_VEC_ALLOC_I(int,heap);
35 DEF_VEC_ALLOC_I(unsigned,heap);
  /art/runtime/gc/
heap_test.cc 31 Heap* heap = Runtime::Current()->GetHeap(); local
32 int64_t max_memory_before = heap->GetMaxMemory();
33 int64_t total_memory_before = heap->GetTotalMemory();
34 heap->ClearGrowthLimit();
35 int64_t max_memory_after = heap->GetMaxMemory();
36 int64_t total_memory_after = heap->GetTotalMemory();
  /external/chromium-trace/trace-viewer/src/tcmalloc/
heap_test.js 7 base.require('tcmalloc.heap');
9 base.unittest.testSuite('tcmalloc.heap', function() {
76 // Our heap has two top-level stacks.
77 var heap = snapshot.heap_;
78 var childKeys = Object.keys(heap.children);
85 var trace = heap.children['TestObject::TestMethod'];
93 trace = heap.children['TestObject2::TestMethod2'];
  /external/v8/tools/
grokdump.py 47 heap. Code objects are disassembled and the addresses linked from the
617 def FormatDisasmLine(start, heap, line):
619 stack_slot = heap.stack_map.get(line_address)
623 code = AnnotateAddresses(heap, line[1])
627 def AnnotateAddresses(heap, line):
631 object = heap.FindObject(maybe_address)
639 def __init__(self, heap, map, address):
640 self.heap = heap
651 return "HeapObject(%s, %s)" % (self.heap.reader.FormatIntPtr(self.address)
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/
TODO 0 HEAP PROFILER
3 1) Fix heap profiling under all STLs
6 * Make heap profiler ignore STL-internal allocations for those
18 HEAP CHECKER
20 1) Remove requirement that the heap-checker must be linked last into
  /external/grub/stage2/
cmdline.c 117 /* Enter the command-line interface. HEAP is used for the command-line
121 enter_cmdline (char *heap, int forever)
138 *heap = 0;
143 if (get_cmdline (PACKAGE "> ", heap, 2048, 0, 1))
147 if (! heap[0])
151 builtin = find_command (heap);
171 arg = skip_to (1, heap);
179 /* Run an entry from the script SCRIPT. HEAP is used for the
183 run_script (char *script, char *heap)
213 /* Copy the first string in CUR_ENTRY to HEAP. *
    [all...]
  /external/valgrind/main/exp-sgcheck/
pc_common.c 139 } Heap;
184 xe.XE.Heap.addr = a;
185 xe.XE.Heap.sszB = is_write ? -size : size;
186 xe.XE.Heap.vseg = vseg;
352 Addr a = xe->XE.Heap.addr;
353 Seg* vseg = xe->XE.Heap.vseg;
363 readwrite(xe->XE.Heap.sszB),
364 Word__abs(xe->XE.Heap.sszB) );
373 readwrite(xe->XE.Heap.sszB),
374 Word__abs(xe->XE.Heap.sszB) )
    [all...]
  /external/v8/test/cctest/
test-heap.cc 27 CHECK(HEAP->Contains(map));
29 CHECK_EQ(HEAP->meta_map(), map->map());
37 CheckMap(HEAP->meta_map(), MAP_TYPE, Map::kSize);
38 CheckMap(HEAP->heap_number_map(), HEAP_NUMBER_TYPE, HeapNumber::kSize);
39 CheckMap(HEAP->fixed_array_map(), FIXED_ARRAY_TYPE, kVariableSizeSentinel);
40 CheckMap(HEAP->string_map(), STRING_TYPE, kVariableSizeSentinel);
61 Object* obj = HEAP->NumberFromDouble(value)->ToObjectChecked();
79 Object* code = HEAP->CreateCode(
82 Handle<Object>(HEAP->undefined_value()))->ToObjectChecked();
89 Object* found = HEAP->FindCodeObject(obj_addr + i)
    [all...]

Completed in 637 milliseconds

1 2 3 45 6 7 8 91011>>