Searched refs:Heap (Results 76 - 100 of 191) sorted by relevance

12345678

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfst-decl.h55 template <class T, class Compare> class Heap;
/external/v8/src/x64/
H A Dbuiltins-x64.cc168 __ LoadRoot(rcx, Heap::kEmptyFixedArrayRootIndex);
176 __ LoadRoot(rdx, Heap::kUndefinedValueRootIndex);
189 __ LoadRoot(rdx, Heap::kOnePointerFillerMapRootIndex);
238 __ LoadRoot(rcx, Heap::kFixedArrayMapRootIndex);
249 __ LoadRoot(rdx, Heap::kUndefinedValueRootIndex);
681 __ CompareRoot(rbx, Heap::kNullValueRootIndex);
683 __ CompareRoot(rbx, Heap::kUndefinedValueRootIndex);
826 __ LoadRoot(kScratchRegister, Heap::kRealStackLimitRootIndex);
878 __ CompareRoot(rbx, Heap::kNullValueRootIndex);
880 __ CompareRoot(rbx, Heap
[all...]
H A Dlithium-codegen-x64.cc148 __ LoadRoot(kScratchRegister, Heap::kUndefinedValueRootIndex);
1401 __ CompareRoot(reg, Heap::kTrueValueRootIndex);
1416 __ CompareRoot(reg, Heap::kUndefinedValueRootIndex);
1421 __ CompareRoot(reg, Heap::kTrueValueRootIndex);
1424 __ CompareRoot(reg, Heap::kFalseValueRootIndex);
1429 __ CompareRoot(reg, Heap::kNullValueRootIndex);
1476 __ CompareRoot(map, Heap::kHeapNumberMapRootIndex);
1616 Heap::RootListIndex nil_value = instr->nil() == kNullValue ?
1617 Heap::kNullValueRootIndex :
1618 Heap
[all...]
/external/webkit/Source/WebCore/bindings/js/
H A DJSDocumentCustom.cpp56 JSGlobalData& globalData = *Heap::heap(this)->globalData();
H A DJSHTMLCanvasElementCustom.cpp48 JSGlobalData& globalData = *Heap::heap(this)->globalData();
H A DJSCSSStyleDeclarationCustom.cpp50 JSGlobalData& globalData = *Heap::heap(this)->globalData();
/external/v8/src/mips/
H A Dcode-stubs-mips.cc64 __ LoadRoot(scratch2, Heap::kHeapNumberMapRootIndex);
116 __ LoadRoot(a1, Heap::kEmptyFixedArrayRootIndex);
117 __ LoadRoot(a2, Heap::kTheHoleValueRootIndex);
118 __ LoadRoot(t0, Heap::kUndefinedValueRootIndex);
138 __ LoadRoot(t0, Heap::kFalseValueRootIndex);
161 __ LoadRoot(a1, Heap::kFunctionContextMapRootIndex);
175 __ LoadRoot(a1, Heap::kUndefinedValueRootIndex);
209 __ LoadRoot(a2, Heap::kBlockContextMapRootIndex);
237 __ LoadRoot(a1, Heap::kTheHoleValueRootIndex);
316 __ LoadRoot(t1, Heap
[all...]
H A Dlithium-codegen-mips.cc149 __ LoadRoot(a2, Heap::kUndefinedValueRootIndex);
1474 __ LoadRoot(at, Heap::kTrueValueRootIndex);
1488 __ LoadRoot(at, Heap::kUndefinedValueRootIndex);
1493 __ LoadRoot(at, Heap::kTrueValueRootIndex);
1495 __ LoadRoot(at, Heap::kFalseValueRootIndex);
1500 __ LoadRoot(at, Heap::kNullValueRootIndex);
1546 __ LoadRoot(at, Heap::kHeapNumberMapRootIndex);
1692 Heap::RootListIndex nil_value = instr->nil() == kNullValue ?
1693 Heap::kNullValueRootIndex :
1694 Heap
[all...]
H A Dstub-cache-mips.cc158 __ LoadRoot(tmp, Heap::kHashTableMapRootIndex);
866 __ LoadRoot(scratch, Heap::kNoInterceptorResultSentinelRootIndex);
892 __ LoadRoot(at, Heap::kTheHoleValueRootIndex);
1299 __ LoadRoot(scratch1, Heap::kNoInterceptorResultSentinelRootIndex);
1528 Heap::kFixedArrayMapRootIndex,
1656 __ LoadRoot(a3, Heap::kTheHoleValueRootIndex);
1724 Heap::kFixedArrayMapRootIndex,
1734 __ LoadRoot(t2, Heap::kTheHoleValueRootIndex);
1753 __ LoadRoot(v0, Heap::kUndefinedValueRootIndex);
1820 __ LoadRoot(index, Heap
[all...]
H A Dmacro-assembler-mips.h200 Heap::RootListIndex index,
269 Heap::RootListIndex index);
271 Heap::RootListIndex index,
276 Heap::RootListIndex index);
278 Heap::RootListIndex index,
1008 Heap::RootListIndex index,
1251 void AssertRegisterIsRoot(Register reg, Heap::RootListIndex index);
1337 Heap::RootListIndex root_value_index,
1451 Heap::RootListIndex map_index,
/external/v8/src/arm/
H A Dcode-stubs-arm.cc63 __ LoadRoot(scratch2, Heap::kHeapNumberMapRootIndex);
114 __ LoadRoot(r1, Heap::kEmptyFixedArrayRootIndex);
115 __ LoadRoot(r2, Heap::kTheHoleValueRootIndex);
116 __ LoadRoot(r4, Heap::kUndefinedValueRootIndex);
136 __ LoadRoot(r4, Heap::kFalseValueRootIndex);
159 __ LoadRoot(r1, Heap::kFunctionContextMapRootIndex);
173 __ LoadRoot(r1, Heap::kUndefinedValueRootIndex);
208 __ LoadRoot(r2, Heap::kBlockContextMapRootIndex);
237 __ LoadRoot(r1, Heap::kTheHoleValueRootIndex);
316 __ CompareRoot(r3, Heap
[all...]
H A Dic-arm.cc101 __ LoadRoot(ip, Heap::kHashTableMapRootIndex);
328 __ LoadRoot(ip, Heap::kFixedArrayMapRootIndex);
344 __ LoadRoot(ip, Heap::kTheHoleValueRootIndex);
428 __ LoadRoot(ip, Heap::kTrueValueRootIndex);
431 __ LoadRoot(ip, Heap::kFalseValueRootIndex);
609 __ LoadRoot(ip, Heap::kHashTableMapRootIndex);
644 __ LoadRoot(ip, Heap::kHashTableMapRootIndex);
766 Heap* heap = masm->isolate()->heap();
801 __ LoadRoot(scratch3, Heap::kTheHoleValueRootIndex);
859 __ LoadRoot(r3, Heap
[all...]
H A Dmacro-assembler-arm.cc397 Heap::RootListIndex index,
404 Heap::RootListIndex index,
870 Heap::RootListIndex map_index,
1354 LoadRoot(ip, Heap::kGlobalContextMapRootIndex);
1372 LoadRoot(ip, Heap::kNullValueRootIndex);
1377 LoadRoot(ip, Heap::kGlobalContextMapRootIndex);
1403 LoadRoot(scratch, Heap::kHashSeedRootIndex);
1726 Heap::kStringMapRootIndex,
1757 Heap::kAsciiStringMapRootIndex,
1777 Heap
[all...]
H A Dlithium-codegen-arm.cc151 __ LoadRoot(r2, Heap::kUndefinedValueRootIndex);
1619 __ CompareRoot(reg, Heap::kTrueValueRootIndex);
1634 __ CompareRoot(reg, Heap::kUndefinedValueRootIndex);
1639 __ CompareRoot(reg, Heap::kTrueValueRootIndex);
1641 __ CompareRoot(reg, Heap::kFalseValueRootIndex);
1646 __ CompareRoot(reg, Heap::kNullValueRootIndex);
1695 __ CompareRoot(map, Heap::kHeapNumberMapRootIndex);
1830 Heap::RootListIndex nil_value = instr->nil() == kNullValue ?
1831 Heap::kNullValueRootIndex :
1832 Heap
[all...]
H A Dstub-cache-arm.cc168 __ LoadRoot(tmp, Heap::kHashTableMapRootIndex);
872 __ LoadRoot(scratch, Heap::kNoInterceptorResultSentinelRootIndex);
898 __ LoadRoot(ip, Heap::kTheHoleValueRootIndex);
1297 __ LoadRoot(scratch1, Heap::kNoInterceptorResultSentinelRootIndex);
1529 Heap::kFixedArrayMapRootIndex,
1658 __ LoadRoot(r3, Heap::kTheHoleValueRootIndex);
1726 Heap::kFixedArrayMapRootIndex,
1736 __ LoadRoot(r6, Heap::kTheHoleValueRootIndex);
1755 __ LoadRoot(r0, Heap::kUndefinedValueRootIndex);
1820 __ LoadRoot(index, Heap
[all...]
/external/v8/src/
H A Dfull-codegen.h634 virtual void Plug(Heap::RootListIndex index) const = 0;
689 virtual void Plug(Heap::RootListIndex) const;
710 virtual void Plug(Heap::RootListIndex) const;
749 virtual void Plug(Heap::RootListIndex) const;
776 virtual void Plug(Heap::RootListIndex) const;
H A Dheap.h48 // Defines all the roots in Heap.
255 typedef String* (*ExternalStringTableUpdaterCallback)(Heap* heap,
280 // The all static Heap captures the interface to the global object heap.
292 explicit PromotionQueue(Heap* heap)
376 Heap* heap_;
409 friend class Heap;
423 Heap* heap_;
434 class Heap { class in namespace:v8::internal
473 // Returns the capacity of the heap in bytes w/o growing. Heap grows when
484 // Heap does
[all...]
H A Dincremental-marking.cc40 IncrementalMarking::IncrementalMarking(Heap* heap)
164 IncrementalMarkingMarkingVisitor(Heap* heap,
247 Heap* heap_;
254 IncrementalMarkingRootMarkingVisitor(Heap* heap,
287 Heap* heap_;
431 Heap* heap, RecordWriteStub::Mode mode) {
771 if (heap_->gc_state() != Heap::NOT_IN_GC ||
H A Dobjects-visiting-inl.h122 void Code::CodeIterateBody(Heap* heap) {
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSArray.cpp148 Heap::heap(this)->reportExtraMemoryCost(storageSize(0));
190 Heap::heap(this)->reportExtraMemoryCost(storageSize(initialCapacity));
231 Heap::heap(this)->reportExtraMemoryCost(storageSize(initialStorage));
400 Heap::heap(this)->reportExtraMemoryCost((capacity - storage->reportedMapCapacity) * (sizeof(unsigned) + sizeof(JSValue)));
478 Heap::heap(this)->reportExtraMemoryCost(storageSize(newVectorLength) - storageSize(vectorLength));
609 Heap::heap(this)->reportExtraMemoryCost(storageSize(newVectorLength) - storageSize(vectorLength));
642 Heap::heap(this)->reportExtraMemoryCost(storageSize(newVectorLength) - storageSize(vectorLength));
936 Heap::heap(this)->pushTempSortVector(&values);
951 Heap::heap(this)->popTempSortVector(&values);
977 Heap
[all...]
H A DJSGlobalObject.cpp106 m_globalData = Heap::heap(this)->globalData();
120 ASSERT(!Heap::heap(value) || Heap::heap(value) == Heap::heap(this));
129 ASSERT(!Heap::heap(value) || Heap::heap(value) == Heap::heap(this));
/external/v8/test/cctest/
H A Dtest-threads.cc114 HEAP->CollectAllGarbage(v8::internal::Heap::kNoGCFlags);
/external/webkit/Source/JavaScriptCore/API/
H A DJSContextRef.cpp131 bool releasingGlobalObject = Heap::heap(dgo)->unprotect(dgo);
/external/webkit/Source/JavaScriptCore/heap/
H A DLocal.h97 ASSERT(!HandleTypes<T>::toJSValue(externalType) || !HandleTypes<T>::toJSValue(externalType).isCell() || Heap::isMarked(HandleTypes<T>::toJSValue(externalType).asCell()));
H A DWeak.h132 ASSERT(!value || !value.isCell() || Heap::isMarked(value.asCell()));

Completed in 438 milliseconds

12345678