Home
last modified time | relevance | path

Searched refs:AddObject (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DRemoteObjectLayer.h46 class AddObject
47 : public rpc::Function<AddObject, Expected<ObjHandleT>(std::string)> {
287 using AddObject = RemoteObjectLayerAPI::AddObject;
335 this->Remote.template callB<AddObject>(ObjBuffer->getBuffer())) { in addObject()
407 using AddObject = RemoteObjectLayerAPI::AddObject; variable
437 Remote.template addHandler<AddObject>(*this, &ThisT::addObject); in RemoteObjectServerLayer()
554 Remote.template addHandler<AddObject>(*this, &ThisT::addObject); in RemoteObjectServerLayer()
/third_party/node/src/inspector/
Dmain_thread_interface.cc49 thread->AddObject(object_id_, WrapInDeletable(factory_(thread))); in Call()
265 void MainThreadInterface::AddObject(int id, in AddObject() function in node::inspector::MainThreadInterface
326 main_thread_->AddObject(id, WrapInDeletable(std::move(delegate))); in MakeDelegateThreadSafe()
Dmain_thread_interface.h85 void AddObject(int handle, std::unique_ptr<Deletable> object);
Dtracing_agent.cc40 thread->AddObject(object_id_, std::move(frontend_wrapper_)); in Call()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.cc1553 is_unique ? object_pool_wrapper_.AddObject(object) in LoadObjectHelper()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp146459 nsresult AddObject(T* aObj) in AddObject() function in nsExpirationTracker