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

  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_translate_thread.cc 22 obj_file_(NULL),
45 obj_file_ = obj_file;
133 nacl::DescWrapper* llc_out_file = obj_file_->write_wrapper();
152 llc_reverse->AddTempQuotaManagedFile(obj_file_->identifier());
262 if (!obj_file_->Reset()) {
267 nacl::DescWrapper* ld_in_file = obj_file_->read_wrapper();
pnacl_translate_thread.h 124 TempFile* obj_file_; member in class:plugin::PnaclTranslateThread
pnacl_coordinator.h 59 // (1) llc translates the bitcode in pexe_url_ to an object in obj_file_.
60 // (2) ld links the object code in obj_file_ and produces a nexe in nexe_file_.
179 // Invoked when the write descriptor for obj_file_ is created.
239 nacl::scoped_ptr<TempFile> obj_file_; member in class:plugin::PnaclCoordinator
pnacl_coordinator.cc 825 obj_file_.reset(new TempFile(plugin_));
828 obj_file_->Open(obj_cb, true);
    [all...]

Completed in 213 milliseconds