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

  /external/chromium/sdch/open-vcdiff/src/
blockhash.h 137 // classes that inherit from BlockHash are expected to call AddBlock()
182 AddBlock(hash_value);
186 // Calls AddBlock() for each kBlockSize-byte block in the range
199 // If AddAllBlocksThroughIndex(9) is invoked, then it will call AddBlock()
202 // AddBlock() at all, because block 3 (beginning at index 12) would
349 // for which AddBlock() should be called.
362 // AddBlock() must be called once for each block in source_data_
364 void AddBlock(uint32_t hash_value);
366 // Calls AddBlock() for each complete kBlockSize-byte block between
402 // using AddAllBlocks() or AddBlock(), it will simply return -
    [all...]
blockhash.cc 152 void BlockHash::AddBlock(uint32_t hash_value) {
154 LOG(DFATAL) << "BlockHash::AddBlock() called before BlockHash::Init()"
163 LOG(DFATAL) << "BlockHash::AddBlock() called"
170 LOG(DFATAL) << "Internal error in BlockHash::AddBlock(): "
186 LOG(DFATAL) << "Internal error in BlockHash::AddBlock(): "
229 AddBlock(RollingHash<kBlockSize>::Hash(block_ptr));
  /external/open-vcdiff/src/
blockhash.h 137 // classes that inherit from BlockHash are expected to call AddBlock()
182 AddBlock(hash_value);
186 // Calls AddBlock() for each kBlockSize-byte block in the range
199 // If AddAllBlocksThroughIndex(9) is invoked, then it will call AddBlock()
202 // AddBlock() at all, because block 3 (beginning at index 12) would
349 // for which AddBlock() should be called.
362 // AddBlock() must be called once for each block in source_data_
364 void AddBlock(uint32_t hash_value);
366 // Calls AddBlock() for each complete kBlockSize-byte block between
402 // using AddAllBlocks() or AddBlock(), it will simply return -
    [all...]
blockhash.cc 153 void BlockHash::AddBlock(uint32_t hash_value) {
155 VCD_DFATAL << "BlockHash::AddBlock() called before BlockHash::Init()"
164 VCD_DFATAL << "BlockHash::AddBlock() called"
171 VCD_DFATAL << "Internal error in BlockHash::AddBlock(): "
187 VCD_DFATAL << "Internal error in BlockHash::AddBlock(): "
230 AddBlock(RollingHash<kBlockSize>::Hash(block_ptr));
  /external/v8/src/
preparse-data.cc 131 Vector<const byte>::cast(literal_chars_.AddBlock(literal_bytes));
135 Vector<Key> symbol = symbol_keys_.AddBlock(1, key);
147 symbol_store_.AddBlock(padding, PreparseDataConstants::kNumberTerminator);
list.h 104 Vector<T> AddBlock(T value, int count);
heap-profiler.cc 93 wrapper_callbacks_.AddBlock(
small-pointer-list.h 56 list()->AddBlock(NULL, capacity - list()->capacity());
list-inl.h 97 Vector<T> List<T, P>::AddBlock(T value, int count) {
safepoint-table.cc 198 bits.AddBlock(0, bytes_per_entry);
utils.h 552 inline Vector<T> AddBlock(int size, T initial_value) {
571 inline Vector<T> AddBlock(Vector<const T> source) {
671 * NOTICE: Blocks allocated using Collector::AddBlock(int) can move
lithium-allocator.cc 557 live_in_sets_.AddBlock(NULL, block_count);
668 live_ranges_.AddBlock(NULL, index - live_ranges_.length() + 1);
    [all...]
hydrogen.h 235 void AddBlock(HBasicBlock* block);
    [all...]
hydrogen.cc 402 AddBlock(block);
420 void HLoopInformation::AddBlock(HBasicBlock* block) {
424 AddBlock(block->parent_loop_header());
429 AddBlock(block->predecessors()->at(i));
    [all...]
preparser.cc     [all...]
profile-generator.cc 741 if (lists_to_add > 0) profiles_by_token_.AddBlock(NULL, lists_to_add);
750 if (profiles_to_add > 0) list->AddBlock(NULL, profiles_to_add);
    [all...]
parser.cc 272 symbol_cache_.AddBlock(Handle<String>::null(),
    [all...]
  /external/v8/test/cctest/
test-utils.cc 145 Vector<int> block = collector.AddBlock(7, 0xbadcafe);
204 collector.AddBlock(
test-heap-profiler.cc 550 i::Vector<char> chunk = buffer_.AddBlock(chars_written, '\0');
    [all...]

Completed in 1622 milliseconds