HomeSort by relevance Sort by last modified time
    Searched defs:is_heap (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_heap.h 127 // + is_heap and is_heap_until in C++0x.
571 is_heap(_RandomAccessIterator __first, _RandomAccessIterator __last) function
584 is_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_heap.h 127 // + is_heap and is_heap_until in C++0x.
571 is_heap(_RandomAccessIterator __first, _RandomAccessIterator __last) function
584 is_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, function
  /art/runtime/gc/collector/
immune_spaces.cc 43 using Interval = std::tuple</*start*/uintptr_t, /*end*/uintptr_t, /*is_heap*/bool>;
63 intervals.push_back(Interval(space_begin, space_end, /*is_heap*/true));
74 const bool is_heap = std::get<2>(interval); local
76 << reinterpret_cast<const void*>(end) << " is_heap=" << is_heap;
82 if (!is_heap) {
90 if (is_heap) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
binary_heap_.hpp 269 _GLIBCXX_DEBUG_ASSERT(is_heap());
275 if (!is_heap())
294 is_heap() function in class:__gnu_pbds::detail::binary_heap
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/
binary_heap_.hpp 269 _GLIBCXX_DEBUG_ASSERT(is_heap());
275 if (!is_heap())
294 is_heap() function in class:__gnu_pbds::detail::binary_heap
  /external/v8/src/compiler/
wasm-compiler.cc 1847 Node* is_heap; local
1848 BranchExpectFalse(BuildTestNotSmi(value), &is_heap, &is_smi); local
    [all...]

Completed in 3093 milliseconds