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

  /external/valgrind/gdbserver_tests/
hginfo.stderrB.exp 19 Address 0x........ is 0 bytes inside an unallocated block of size 1,008 in arena "client"
  /external/valgrind/helgrind/tests/
free_is_write.stderr.exp 26 Address 0x........ is 5 bytes inside an unallocated block of size 16 in arena "client"
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/aarch64/
unallocated-encoding.d 3 #name: Disassembler detects unallocated instruction encodings.
  /toolchain/binutils/binutils-2.25/gas/
ecoff.c 1049 int unallocated; \/* number of elements unallocated on page *\/ member in struct:alloc_info
4850 int unallocated = alloc_counts[(int) alloc_type_scope].unallocated; local
4900 int unallocated = alloc_counts[(int) alloc_type_vlinks].unallocated; local
4934 int unallocated = alloc_counts[(int) alloc_type_shash].unallocated; local
4968 int unallocated = alloc_counts[(int) alloc_type_thash].unallocated; local
5007 int unallocated = alloc_counts[(int) alloc_type_tag].unallocated; local
5057 int unallocated = alloc_counts[(int) alloc_type_forward].unallocated; local
5096 int unallocated = alloc_counts[(int) alloc_type_thead].unallocated; local
5144 int unallocated = alloc_counts[(int) alloc_type_lineno].unallocated; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
compute_memory_pool.c 254 int64_t unallocated = 0; local
289 unallocated += item->size_in_dw+1024;
296 if (pool->size_in_dw < allocated+unallocated) {
297 compute_memory_grow_pool(pool, pipe, allocated+unallocated);
  /external/v8/src/compiler/
register-allocator-verifier.cc 85 // All gaps should be totally unallocated at this point.
158 const auto* unallocated = UnallocatedOperand::cast(op); local
159 int vreg = unallocated->virtual_register();
161 if (unallocated->basic_policy() == UnallocatedOperand::FIXED_SLOT) {
163 constraint->value_ = unallocated->fixed_slot_index();
165 switch (unallocated->extended_policy()) {
175 if (unallocated->HasSecondaryStorage()) {
177 constraint->spilled_slot_ = unallocated->GetSecondaryStorage();
181 constraint->value_ = unallocated->fixed_register_index();
185 constraint->value_ = unallocated->fixed_register_index()
    [all...]
  /external/v8/test/unittests/compiler/
instruction-selector-unittest.cc 124 const UnallocatedOperand* unallocated = UnallocatedOperand::cast(operand); local
125 if (!unallocated->HasFixedRegisterPolicy()) return false;
126 return unallocated->fixed_register_index() == reg.code();
133 const UnallocatedOperand* unallocated = UnallocatedOperand::cast(operand); local
134 return unallocated->HasSameAsInputPolicy();
141 const UnallocatedOperand* unallocated = UnallocatedOperand::cast(operand); local
142 return unallocated->IsUsedAtStart();
  /external/v8/test/mjsunit/regress/
regress-1423.js 45 // Bug manifests as UNREACHABLE code (due to an unallocated register) in
  /external/valgrind/memcheck/tests/
big_blocks_freed_list.stderr.exp 22 Address 0x........ is 2,000 bytes inside an unallocated block of size 1,000,016 in arena "client"
  /external/v8/test/mjsunit/compiler/
regress-177883.js 43 // range into the list of unallocated ranges, making no progress.

Completed in 147 milliseconds