Home
last modified time | relevance | path

Searched refs:destination_ (Results 1 - 8 of 8) sorted by relevance

/third_party/node/src/quic/
H A Dpacket.cc63 return destination_; in destination()
138 return MakeBaseObject<Packet>(env(), listener_, obj, destination_, data_); in Clone()
141 return FromFreeList(env(), data_, listener_, destination_); in Clone()
154 packet->destination_ = destination; in FromFreeList()
166 destination_(destination), in Packet()
226 tracker->TrackField("destination", destination_); in MemoryInfo()
H A Dpacket.h159 SocketAddress destination_; member in node::quic::final
/third_party/node/src/
H A Dnode_blob.cc332 args[1] = ArrayBuffer::New(env->isolate(), destination_); in AfterThreadPoolWork()
339 unsigned char* dest = static_cast<unsigned char*>(destination_->Data()); in DoThreadPoolWork()
357 destination_ ? destination_->ByteLength() : 0); in MemoryInfo()
398 job->destination_ = in Run()
405 ArrayBuffer::New(env->isolate(), job->destination_)); in Run()
H A Dnode_blob.h138 std::shared_ptr<v8::BackingStore> destination_; member in node::FixedSizeBlobCopyJob
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction.h734 : source_(source), destination_(destination) { in MoveOperands()
745 const InstructionOperand& destination() const { return destination_; } in destination()
746 InstructionOperand& destination() { return destination_; } in destination()
748 destination_ = operand; in set_destination()
754 return destination_.IsInvalid() && !source_.IsInvalid(); in IsPending()
756 void SetPending() { destination_ = InstructionOperand(); } in SetPending()
761 DCHECK_IMPLIES(!destination_.IsInvalid(), !destination_.IsConstant()); in IsRedundant()
762 return IsEliminated() || source_.EqualsCanonicalized(destination_); in IsRedundant()
766 void Eliminate() { source_ = destination_
777 InstructionOperand destination_; global() member in v8::internal::compiler::final
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dloop_dependence.h239 : Constraint(loop), source_(source), destination_(destination) {} in DependencePoint()
247 SENode* GetDestination() const { return destination_; } in GetDestination()
251 SENode* destination_; member in spvtools::opt::DependencePoint
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_dependence.h239 : Constraint(loop), source_(source), destination_(destination) {} in DependencePoint()
247 SENode* GetDestination() const { return destination_; } in GetDestination()
251 SENode* destination_; member in spvtools::opt::DependencePoint
/third_party/spirv-tools/source/opt/
H A Dloop_dependence.h239 : Constraint(loop), source_(source), destination_(destination) {} in DependencePoint()
247 SENode* GetDestination() const { return destination_; } in GetDestination()
251 SENode* destination_; member in spvtools::opt::DependencePoint

Completed in 10 milliseconds