HomeSort by relevance Sort by last modified time
    Searched refs:los (Results 1 - 16 of 16) sorted by null

  /art/runtime/gc/space/
large_object_space_test.cc 40 LargeObjectSpace* los = nullptr; local
43 los = space::LargeObjectMapSpace::Create("large object space");
45 los = space::FreeListSpace::Create("large object space", capacity);
49 CHECK_LT(static_cast<uintptr_t>(los->GetLiveBitmap()->HeapBegin()),
50 static_cast<uintptr_t>(los->GetLiveBitmap()->HeapLimit()));
51 CHECK_LE(static_cast<uintptr_t>(los->GetLiveBitmap()->HeapBegin() + capacity),
52 static_cast<uintptr_t>(los->GetLiveBitmap()->HeapLimit()));
63 mirror::Object* obj = los->Alloc(self, request_size, &allocation_size, nullptr,
66 ASSERT_EQ(allocation_size, los->AllocationSize(obj, nullptr));
86 ASSERT_FALSE(los->IsZygoteLargeObject(self, obj))
156 LargeObjectSpace* los = nullptr; local
    [all...]
  /external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/lz4/
FactoryTest.java 51 OutputStream los = new CompressorStreamFactory().createCompressorOutputStream(format, os)) {
52 IOUtils.copy(is, los);
BlockLZ4CompressorRoundtripTest.java 63 BlockLZ4CompressorOutputStream los = new BlockLZ4CompressorOutputStream(os, params)) {
64 IOUtils.copy(is, los);
FramedLZ4CompressorRoundtripTest.java 77 try (FramedLZ4CompressorOutputStream los = new FramedLZ4CompressorOutputStream(bos,
79 IOUtils.copy(new ByteArrayInputStream(expected), los);
  /art/runtime/gc/collector/
semi_space.cc 400 space::LargeObjectSpace* los = GetHeap()->GetLargeObjectsSpace(); local
401 if (is_large_object_space_immune_ && los != nullptr) {
407 los->CopyLiveToMarked();
413 accounting::LargeObjectBitmap* large_live_bitmap = los->GetLiveBitmap();
414 std::pair<uint8_t*, uint8_t*> range = los->GetBeginEndAtomic();
674 space::LargeObjectSpace* los = heap_->GetLargeObjectsSpace(); local
675 if (los != nullptr) {
677 RecordFreeLOS(los->Sweep(swap_bitmaps));
820 space::LargeObjectSpace* los = GetHeap()->GetLargeObjectsSpace(); local
    [all...]
concurrent_copying.cc 2506 space::LargeObjectSpace* const los = heap_->GetLargeObjectsSpace(); member in class:art::gc::collector::space
    [all...]
mark_sweep.cc 1333 space::LargeObjectSpace* los = heap_->GetLargeObjectsSpace(); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
heapq.py 221 los = result[-1] # los --> Largest of the nsmallest
223 if cmp_lt(elem, los):
226 los = result[-1]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_heapqmodule.c 462 PyObject *heap=NULL, *elem, *iterable, *los, *it, *oldelem; local
499 los = PyList_GET_ITEM(heap, 0);
508 cmp = cmp_lt(elem, los);
523 los = PyList_GET_ITEM(heap, 0);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_heapqmodule.c 463 PyObject *heap=NULL, *elem, *iterable, *los, *it, *oldelem; local
500 los = PyList_GET_ITEM(heap, 0);
509 cmp = cmp_lt(elem, los);
524 los = PyList_GET_ITEM(heap, 0);
  /external/python/cpython2/Modules/
_heapqmodule.c 467 PyObject *heap=NULL, *elem, *iterable, *los, *it, *oldelem; local
504 los = PyList_GET_ITEM(heap, 0);
513 cmp = cmp_lt(elem, los);
528 los = PyList_GET_ITEM(heap, 0);
  /external/u-boot/arch/arm/dts/
armada-388-clearfog.dts 382 los-gpio = <&expander0 12 GPIO_ACTIVE_HIGH>;
  /art/openjdkjvmti/
ti_heap.cc 1481 const auto* los = heap->GetLargeObjectsSpace(); local
    [all...]
  /art/runtime/hprof/
hprof.cc 1132 const auto* los = heap->GetLargeObjectsSpace(); local
    [all...]
  /external/skia/src/pathops/
SkPathOpsDebug.cpp 2206 double lcs, lce, los, loe; local
    [all...]
  /external/skqp/src/pathops/
SkPathOpsDebug.cpp 2206 double lcs, lce, los, loe; local
    [all...]

Completed in 938 milliseconds