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

  /external/libchrome/base/
task_runner.cc 29 TaskRunner* destination_; member in class:base::__anon24342::PostTaskAndReplyTaskRunner
33 TaskRunner* destination) : destination_(destination) {
34 DCHECK(destination_);
40 return destination_->PostTask(from_here, std::move(task));
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
reactive_socket_sendto_op.hpp 38 destination_(endpoint),
53 o->destination_.data(), o->destination_.size(),
60 Endpoint destination_; member in class:asio::detail::reactive_socket_sendto_op_base
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_transfer_manager.cc 66 : destination_(destination), length_(length) {}
74 void* data() override { return destination_; }
81 void* destination_; member in class:xla::__anon38876::CpuOutfeedBuffer
  /external/v8/src/compiler/
instruction.h 677 : source_(source), destination_(destination) {
685 const InstructionOperand& destination() const { return destination_; }
686 InstructionOperand& destination() { return destination_; }
688 destination_ = operand;
694 return destination_.IsInvalid() && !source_.IsInvalid();
696 void SetPending() { destination_ = InstructionOperand(); }
701 DCHECK_IMPLIES(!destination_.IsInvalid(), !destination_.IsConstant());
702 return IsEliminated() || source_.EqualsCanonicalized(destination_);
706 void Eliminate() { source_ = destination_ = InstructionOperand();
718 InstructionOperand destination_; member in class:v8::internal::compiler::final
    [all...]
  /external/v8/src/crankshaft/
lithium.h 273 : source_(source), destination_(destination) {
279 LOperand* destination() const { return destination_; }
280 void set_destination(LOperand* operand) { destination_ = operand; }
285 return destination_ == NULL && source_ != NULL;
296 return IsEliminated() || source_->Equals(destination_) || IsIgnored() ||
297 (destination_ != NULL && destination_->IsConstantOperand());
301 return destination_ != NULL && destination_->IsIgnored();
305 void Eliminate() { source_ = destination_ = NULL;
313 LOperand* destination_; member in class:v8::internal::BASE_EMBEDDED
    [all...]
  /external/ImageMagick/Magick++/lib/
Image.cpp 4908 quantum_,destination_, exceptionInfo); local
    [all...]

Completed in 420 milliseconds