Home
last modified time | relevance | path

Searched refs:destination_ (Results 1 – 5 of 5) sorted by relevance

/third_party/node/src/
Dnode_blob.cc249 args[1] = ArrayBuffer::New(env->isolate(), destination_); in AfterThreadPoolWork()
256 unsigned char* dest = static_cast<unsigned char*>(destination_->Data()); in DoThreadPoolWork()
274 destination_ ? destination_->ByteLength() : 0); in MemoryInfo()
314 job->destination_ = in Run()
321 ArrayBuffer::New(env->isolate(), job->destination_)); in Run()
Dnode_blob.h126 std::shared_ptr<v8::BackingStore> destination_; variable
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_dependence.h239 : Constraint(loop), source_(source), destination_(destination) {} in DependencePoint()
247 SENode* GetDestination() const { return destination_; } in GetDestination()
251 SENode* destination_; variable
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dloop_dependence.h239 : Constraint(loop), source_(source), destination_(destination) {} in DependencePoint()
247 SENode* GetDestination() const { return destination_; } in GetDestination()
251 SENode* destination_; variable
/third_party/spirv-tools/source/opt/
Dloop_dependence.h239 : Constraint(loop), source_(source), destination_(destination) {} in DependencePoint()
247 SENode* GetDestination() const { return destination_; } in GetDestination()
251 SENode* destination_; variable