HomeSort by relevance Sort by last modified time
    Searched full:heap (Results 476 - 500 of 1817) sorted by null

<<11121314151617181920>>

  /external/v8/src/extensions/
gc-extension.cc 48 HEAP->CollectAllGarbage(compact);
  /external/v8/src/
handles.h 40 // When a handle is created for an object a cell is allocated in the heap.
140 // Prevent heap allocation or illegal handle scopes.
266 // will be allocated. Otherwise the Heap::undefined_value is returned.
293 // The safe version does not make heap allocations but may work much slower.
snapshot-common.cc 67 HEAP->ReserveSpace(new_space_used_,
stub-cache.h 264 // Finds the Code object stored in the Heap::non_monomorphic_cache().
326 Heap* heap() { return isolate()->heap(); } function in class:v8::internal::StubCache
340 // This works well because the heap object tag size and the hash
349 // risk of collision even if the heap is spread over an area larger than
565 Heap* heap() { return isolate()->heap(); } function in class:v8::internal::BASE_EMBEDDED
    [all...]
  /external/v8/src/mips/
full-codegen-mips.cc 110 void FullCodeGenerator::EffectContext::Plug(Heap::RootListIndex index) const {
116 Heap::RootListIndex index) const {
122 Heap::RootListIndex index) const {
127 void FullCodeGenerator::TestContext::Plug(Heap::RootListIndex index) const {
macro-assembler-mips.cc 46 code_object_(HEAP->undefined_value()) {
132 Heap::RootListIndex index) {
138 Heap::RootListIndex index,
147 Heap::RootListIndex index) {
153 Heap::RootListIndex index,
206 // register 'object' contains a heap object pointer. The heap object
242 // register 'object' contains a heap object pointer. The heap object
305 LoadRoot(at, Heap::kGlobalContextMapRootIndex)
    [all...]
  /external/v8/test/mjsunit/regress/
regress-137.js 44 fail("case 10", "Default case", "Heap number not recognized as Smi value");
regress-155924.js 37 // The following floating-point heap number has a second word similar
regress-create-exception.js 42 // Allocate some heap numbers in order to randomize the behaviour of the
splice-missing-wb.js 49 // Force gc and heap verification.
  /external/v8/test/mjsunit/
transcendentals.js 30 // in heap.h).
  /external/v8/tools/
tickprocessor.js 168 'heap-sample-begin': { parsers: [null, null, parseInt],
170 'heap-sample-end': { parsers: [null, null],
172 'heap-js-prod-item': { parsers: [null, 'var-args'],
179 'heap-sample-stats': null,
180 'heap-sample-item': null,
181 'heap-js-cons-item': null,
182 'heap-js-ret-item': null,
381 if (space != 'Heap') return;
387 if (space != 'Heap' || !this.currentProducerProfile_) return;
  /external/valgrind/main/docs/xml/
quick-start-guide.xml 94 x[10] = 0; // problem 1: heap block overrun
105 problem 1, the heap block overrun:</para>
130 have due to a heap block overrun.</para>
181 the middle of a heap block).</para>
  /external/valgrind/main/exp-ptrcheck/tests/
arith.c 15 // ok -- different heap segments (result can only be used to index off
  /external/valgrind/main/massif/tests/
alloc-fns-A.post.exp 3 Massif arguments: --stacks=no --time-unit=B --heap-admin=0 --massif-out-file=massif.out --ignore-fn=__part_load_locale --ignore-fn=__time_load_locale --ignore-fn=dwarf2_unwind_dyld_add_image_hook --ignore-fn=get_or_create_key_element
36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
48 100.00% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
  /external/webkit/Source/JavaScriptCore/API/
JSCallbackObject.cpp 30 #include "Heap.h"
  /external/webkit/Source/JavaScriptCore/heap/
LocalScope.h 55 : m_handleStack(globalData.heap.handleStack())
  /external/webkit/Source/JavaScriptCore/runtime/
InitializeThreading.cpp 32 #include "Heap.h"
JSGlobalData.cpp 33 #include "Heap.h"
164 , heap(this)
270 // By the time this is destroyed, heap.destroy() must already have been called.
406 heap.forEach(recompiler);
  /external/webkit/Source/JavaScriptCore/wtf/url/src/
RawURLBuffer.h 39 // URLs can be canonicalized with no heap allocations.
  /external/webkit/Source/JavaScriptGlue/
JSUtils.h 34 #include <JavaScriptCore/Heap.h>
  /external/webkit/Source/WebCore/bindings/js/
DOMWrapperWorld.h 26 #include <heap/Weak.h>
ScriptFunctionCall.h 70 // MarkedArgumentBuffer must be stack allocated, so prevent heap
ScriptObject.h 37 #include <heap/Strong.h>
ScriptState.h 35 #include <heap/Strong.h>

Completed in 957 milliseconds

<<11121314151617181920>>