HomeSort by relevance Sort by last modified time
    Searched refs:Available (Results 26 - 50 of 79) sorted by null

12 3 4

  /external/llvm/lib/Target/R600/
R600MachineScheduler.h 54 std::vector<SUnit *> Available[IDLast], Pending[IDLast];
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]
RegisterScavenging.cpp 12 // It also provides a mechanism to make registers available by evicting them to
269 /// getRegsAvailable - Return all available registers in the register class
344 "No available scavenger restore location!");
380 BitVector Available = getRegsAvailable(RC);
381 Available &= Candidates;
382 if (Available.any())
383 Candidates = Available;
395 // Find an available scavenging slot.
  /external/llvm/lib/Target/Mips/
Mips16InstrInfo.cpp 367 BitVector Available = rs.getRegsAvailable(&Mips::CPU16RegsRegClass);
369 Available &= Candidates;
378 Reg = Available.find_first();
390 Available.reset(Reg);
394 SpReg = Available.find_first();
406 Available.reset(SpReg);
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
memory_input_stream.cc 40 int32_t MemoryInputStream::Available() {
file_input_stream.cc 38 int32_t FileInputStream::Available() {
  /external/chromium_org/v8/test/cctest/
test-spaces.cc 330 while (new_space.Available() >= Page::kMaxNonCodeHeapObjectSize) {
361 while (s->Available() > 0) {
392 intptr_t available = lo->Available(); local
396 CHECK(lo->Available() < available);
  /external/sfntly/cpp/src/sfntly/port/
memory_input_stream.cc 38 int32_t MemoryInputStream::Available() {
file_input_stream.cc 36 int32_t FileInputStream::Available() {
  /external/chromium_org/net/base/
file_stream_unittest.cc 181 ASSERT_EQ(kTestDataSize, read_stream->Available());
216 // Try available...
217 int64 avail = stream.Available();
237 int64 total_bytes_avail = stream.Available();
270 int64 total_bytes_avail = stream.Available();
306 int64 total_bytes_avail = stream->Available();
337 int64 total_bytes_avail = stream.Available();
378 int64 total_bytes_avail = stream.Available();
628 int64 total_bytes_avail = stream->Available();
668 int64 total_bytes_avail = stream->Available();
    [all...]
file_stream.cc 136 int64 FileStream::Available() {
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
xdflong.asm 134 idesc64 isrL, 0x0008, 0 ; 0x07, 7, #NM, Device Not Available
173 dw isrR, 0 ; 0x07, 7, #NM, Device Not Available
xdfprotect.asm 108 idesc32 isrP, 0x0008, 0 ; 0x07, 7, #NM, Device Not Available
146 dw isrR, 0 ; 0x07, 7, #NM, Device Not Available
  /external/chromium_org/v8/src/
spaces-inl.h 350 intptr_t LargeObjectSpace::Available() {
351 return ObjectSizeFor(heap()->isolate()->memory_allocator()->Available());
heap.cc 246 intptr_t Heap::Available() {
249 return new_space_.Available() +
250 old_pointer_space_->Available() +
251 old_data_space_->Available() +
252 code_space_->Available() +
253 map_space_->Available() +
254 cell_space_->Available() +
255 property_cell_space_->Available();
310 // Note that MemoryAllocator->MaxAvailable() undercounts the memory available
313 // and does not count available bytes already in the old space or cod
    [all...]
spaces.h 1542 int available() const { return available_; } function in class:v8::internal::FreeListCategory
1595 intptr_t available() { function in class:v8::internal::BASE_EMBEDDED
    [all...]
  /external/v8/src/
spaces-inl.h 316 intptr_t LargeObjectSpace::Available() {
317 return ObjectSizeFor(heap()->isolate()->memory_allocator()->Available());
spaces.h 961 // Returns the maximum available bytes of heaps.
962 intptr_t Available() { return capacity_ < size_ ? 0 : capacity_ - size_; }
967 // Returns the maximum available executable bytes of heaps.
976 // Returns maximum available bytes that the old space can have.
978 return (Available() / Page::kPageSize) * Page::kMaxNonCodeHeapObjectSize;
1357 intptr_t available() { return available_; } function in class:v8::internal::BASE_EMBEDDED
    [all...]
heap.cc 214 intptr_t Heap::Available() {
217 return new_space_.Available() +
218 old_pointer_space_->Available() +
219 old_data_space_->Available() +
220 code_space_->Available() +
221 map_space_->Available() +
222 cell_space_->Available();
271 // Note that MemoryAllocator->MaxAvailable() undercounts the memory available
274 // and does not count available bytes already in the old space or code
317 ", available: %8" V8_PTR_PREFIX "d\n"
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
bloom_filter.cc 131 int64 remaining64 = filter.Available();
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/
font_factory.cc 171 wfd.Attach(WritableFontData::CreateWritableFontData(is->Available()));
  /external/sfntly/cpp/src/sfntly/
font_factory.cc 171 wfd.Attach(WritableFontData::CreateWritableFontData(is->Available()));
  /external/stlport/
configure 27 Available options:
  /external/chromium/net/base/
file_stream_posix.cc 345 int64 FileStream::Available() {
file_stream_win.cc 201 int64 FileStream::Available() {

Completed in 587 milliseconds

12 3 4