Searched defs:output_ (Results 1 - 8 of 8) sorted by relevance

/art/disassembler/
H A Ddisassembler_arm.h45 std::ostringstream output_; member in class:art::arm::FINAL
/art/compiler/linker/
H A Derror_delaying_output_stream.h34 output_(output),
42 if (!output_->WriteFully(buffer, byte_count)) {
70 off_t actual_offset = output_->Seek(offset, whence);
86 output_good_ = output_->Flush();
97 OutputStream* output_; member in class:art::linker::FINAL
H A Drelative_patcher_test.h66 output_(),
67 out_("test output stream", &output_) {
124 output_.reserve(output_size);
127 DCHECK(output_.empty());
187 CHECK_EQ(output_.size(), output_size);
205 CHECK_LT(offset, output_.size());
206 CHECK_LE(offset + expected_code.size(), output_.size());
207 ArrayRef<const uint8_t> linked_code(&output_[offset], expected_code.size());
282 std::vector<uint8_t> output_; member in class:art::linker::RelativePatcherTest
/art/compiler/optimizing/
H A Dgraph_visualizer.h111 std::ostream* const output_; member in class:art::HGraphVisualizer::std
H A Dgraph_visualizer.cc186 output_(output),
204 output_ << std::flush;
209 output_ << "begin_" << name << "\n";
216 output_ << "end_" << name << "\n";
221 output_ << name << " \"" << property << "\"\n";
226 output_ << name << " \"" << property << id << "\"\n";
231 output_ << name << "\n";
236 output_ << name << " " << time(nullptr) << "\n";
241 output_ << name << " " << value << "\n";
246 output_ << " ";
835 std::ostream& output_; member in class:art::HGraphVisualizerPrinter
[all...]
/art/openjdkjvmti/
H A Dti_class.cc379 : input_(input), output_(output) {}
387 *roots[i] = output_;
398 roots[i]->Assign(output_);
405 art::mirror::Class* output_; member in class:openjdkjvmti::ClassCallback::RootUpdater
419 : input_(root_input), output_(root_output) {}
423 return output_;
430 art::mirror::Class* output_; member in class:openjdkjvmti::ClassCallback::WeakGlobalUpdate
443 : input_(root_input), output_(root_output) {}
449 RootUpdater local_update(local->input_, local->output_);
456 art::mirror::Class* output_; member in class:openjdkjvmti::ClassCallback::LocalUpdate
504 art::mirror::Class* output_; member in class:openjdkjvmti::ClassCallback::HeapFixupVisitor
[all...]
/art/dex2oat/
H A Ddex2oat_test.cc60 output_ = "";
135 ASSERT_TRUE(success) << error_msg << std::endl << output_; local
152 ASSERT_FALSE(success) << output_;
265 output_ += std::string(buffer, bytes_read);
276 std::string output_ = ""; member in class:art::Dex2oatTest
327 EXPECT_NE(output_.find("Large app, accepted running with swap."), std::string::npos)
328 << output_;
330 EXPECT_EQ(output_.find("Large app, accepted running with swap."), std::string::npos)
331 << output_;
353 EXPECT_NE(output_
1937 EXPECT_TRUE(found_fast_verify) << "Expected to find " << kFastVerifyString << "\\n" << output_; local
[all...]
/art/runtime/hprof/
H A Dhprof.cc433 #define __ output_->
459 output_ = &count_output;
463 output_ = nullptr;
525 output_->StartNewRecord(HPROF_TAG_HEAP_DUMP_SEGMENT, kHprofTime);
535 output_->StartNewRecord(HPROF_TAG_HEAP_DUMP_END, kHprofTime);
536 output_->EndRecord();
555 output_->EndRecord();
563 output_->StartNewRecord(HPROF_TAG_LOAD_CLASS, kHprofTime);
581 output_->StartNewRecord(HPROF_TAG_STRING, kHprofTime);
594 output_
882 EndianOutput* output_ = nullptr; member in class:art::hprof::Hprof
[all...]

Completed in 548 milliseconds