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

  /external/v8/src/
lithium.h 211 : source_(source), destination_(destination) {
217 LOperand* destination() const { return destination_; }
218 void set_destination(LOperand* operand) { destination_ = operand; }
223 return destination_ == NULL && source_ != NULL;
234 return IsEliminated() || source_->Equals(destination_) || IsIgnored();
238 return destination_ != NULL &&
239 destination_->IsUnallocated() &&
240 LUnallocated::cast(destination_)->HasIgnorePolicy();
244 void Eliminate() { source_ = destination_ = NULL; }
246 ASSERT(source_ != NULL || destination_ == NULL)
252 LOperand* destination_; member in class:v8::internal::BASE_EMBEDDED
    [all...]
  /external/chromium/net/socket/
tcp_client_socket_pool.cc 27 : destination_(host_port_pair)
41 : destination_(HostPortPair(host, port))
59 destination_.set_referrer(referrer);
60 destination_.set_priority(priority);
62 destination_.set_allow_cached_response(false);
socks_client_socket_pool.h 37 const HostResolver::RequestInfo& destination() const { return destination_; }
53 HostResolver::RequestInfo destination_; member in class:net::SOCKSSocketParams
tcp_client_socket_pool.h 39 const HostResolver::RequestInfo& destination() const { return destination_; }
55 HostResolver::RequestInfo destination_; member in class:net::TCPSocketParams
transport_client_socket_pool.h 34 const HostResolver::RequestInfo& destination() const { return destination_; }
49 HostResolver::RequestInfo destination_; member in class:net::TransportSocketParams
socks_client_socket_pool.cc 27 destination_(host_port_pair),
36 destination_.set_referrer(referrer);
37 destination_.set_priority(priority);
transport_client_socket_pool.cc 66 : destination_(host_port_pair), ignore_limits_(ignore_limits)
82 destination_.set_referrer(referrer);
83 destination_.set_priority(priority);
85 destination_.set_allow_cached_response(false);

Completed in 166 milliseconds