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

  /external/chromium/net/disk_cache/
backend_impl.cc 402 Addr entry_address(data_->table[hash & mask_]);
403 if (entry_address.is_initialized()) {
426 if (!block_files_.CreateBlock(BLOCK_256, num_blocks, &entry_address)) {
434 block_files_.DeleteBlock(entry_address, false);
440 scoped_refptr<EntryImpl> cache_entry(new EntryImpl(this, entry_address));
444 block_files_.DeleteBlock(entry_address, false);
452 open_entries_[entry_address.value()] = cache_entry;
455 parent->SetNextAddress(entry_address);
457 block_files_.GetFile(entry_address)->Store(cache_entry->entry());
463 data_->table[hash & mask_] = entry_address.value()
    [all...]
  /external/v8/src/
execution.cc 94 byte* entry_address = func->code()->entry(); local
97 value = CALL_GENERATED_CODE(entry, entry_address, function,

Completed in 2527 milliseconds