/art/compiler/optimizing/ |
D | graph_visualizer.cc | 174 output_(output), in HGraphVisualizerPrinter() 192 output_ << std::flush; in Flush() 197 output_ << "begin_" << name << "\n"; in StartTag() 204 output_ << "end_" << name << "\n"; in EndTag() 209 output_ << name << " \"" << property << "\"\n"; in PrintProperty() 214 output_ << name << " \"" << property << id << "\"\n"; in PrintProperty() 219 output_ << name << "\n"; in PrintEmptyProperty() 224 output_ << name << " " << time(nullptr) << "\n"; in PrintTime() 229 output_ << name << " " << value << "\n"; in PrintInt() 234 output_ << " "; in AddIndent() [all …]
|
D | locations.h | 528 DCHECK(output_.IsInvalid()); 530 output_ = location; 538 DCHECK(output_.IsStackSlot() || output_.IsDoubleStackSlot() || output_.IsUnallocated()); in UpdateOut() 539 output_ = location; in UpdateOut() 567 Location Out() const { return output_; } in Out() 646 && output_.IsUnallocated() in OutputUsesSameAs() 647 && (output_.GetPolicy() == Location::kSameAsFirstInput); in OutputUsesSameAs() 678 Location output_; variable
|
D | graph_visualizer.h | 111 std::ostream* const output_;
|
D | register_allocator_test.cc | 797 first_sub->InputAt(0)->GetLocations()->output_ = Location::RegisterLocation(2); in SameAsFirstInputHint()
|
/art/compiler/linker/ |
D | error_delaying_output_stream.h | 31 output_(output), in ErrorDelayingOutputStream() 39 if (!output_->WriteFully(buffer, byte_count)) { in WriteFully() 67 off_t actual_offset = output_->Seek(offset, whence); in Seek() 83 output_good_ = output_->Flush(); in Flush() 94 OutputStream* output_;
|
D | relative_patcher_test.h | 68 output_(), in RelativePatcherTest() 69 out_("test output stream", &output_) { in RelativePatcherTest() 126 output_.reserve(output_size); in Link() 129 DCHECK(output_.empty()); in Link() 188 CHECK_EQ(output_.size(), output_size); in Link() 207 CHECK_LT(offset, output_.size()); in CheckLinkedMethod() 208 CHECK_LE(offset + expected_code.size(), output_.size()); in CheckLinkedMethod() 209 ArrayRef<const uint8_t> linked_code(&output_[offset], expected_code.size()); in CheckLinkedMethod() 284 std::vector<uint8_t> output_; variable
|
/art/dex2oat/ |
D | dex2oat_test.cc | 48 output_ = ""; in TearDown() 99 ASSERT_TRUE(success) << error_msg << std::endl << output_; 114 ASSERT_FALSE(success) << output_; 223 output_ += std::string(buffer, bytes_read); in Dex2Oat() 234 std::string output_ = ""; member in art::Dex2oatTest 285 EXPECT_NE(output_.find("Large app, accepted running with swap."), std::string::npos) in CheckHostResult() 286 << output_; in CheckHostResult() 288 EXPECT_EQ(output_.find("Large app, accepted running with swap."), std::string::npos) in CheckHostResult() 289 << output_; in CheckHostResult() 311 EXPECT_NE(output_.find("dex2oat took"), std::string::npos) << output_; in CheckHostValidity() [all …]
|
/art/disassembler/ |
D | disassembler_arm.cc | 193 : Disassembler(options), disasm_(std::make_unique<CustomDisassembler>(output_, options)) {} in DisassemblerArm() 213 os << output_.str(); in Dump() 214 output_.str(std::string()); in Dump() 234 os << output_.str(); in Dump() 235 output_.str(std::string()); in Dump()
|
D | disassembler_arm.h | 45 std::ostringstream output_; variable
|
/art/runtime/hprof/ |
D | hprof.cc | 434 #define __ output_-> 460 output_ = &count_output; in Dump() 464 output_ = nullptr; in Dump() 526 output_->StartNewRecord(HPROF_TAG_HEAP_DUMP_SEGMENT, kHprofTime); in ProcessBody() 533 output_->StartNewRecord(HPROF_TAG_HEAP_DUMP_END, kHprofTime); in ProcessBody() 534 output_->EndRecord(); in ProcessBody() 553 output_->EndRecord(); in ProcessHeader() 561 output_->StartNewRecord(HPROF_TAG_LOAD_CLASS, kHprofTime); in WriteClassTable() 579 output_->StartNewRecord(HPROF_TAG_STRING, kHprofTime); in WriteStringTable() 592 output_->StartNewRecord(HPROF_TAG_HEAP_DUMP_SEGMENT, kHprofTime); in StartNewHeapDumpSegment() [all …]
|
/art/compiler/linker/arm64/ |
D | relative_patcher_arm64_test.cc | 175 if (output_.size() < thunk_offset + expected_code.size()) { in CheckThunk() 176 LOG(ERROR) << "output_.size() == " << output_.size() << " < " in CheckThunk() 180 ArrayRef<const uint8_t> linked_code(&output_[thunk_offset], expected_code.size()); in CheckThunk() 362 ASSERT_EQ(thunk_offset + thunk_size, output_.size()); in TestNopsAdrpInsn2AndUseHasThunk() 364 ArrayRef<const uint8_t> thunk_code(&output_[thunk_offset], thunk_size); in TestNopsAdrpInsn2AndUseHasThunk() 483 CHECK_LE(offset, output_.size()); in GetOutputInsn() 484 CHECK_GE(output_.size() - offset, 4u); in GetOutputInsn() 485 return (static_cast<uint32_t>(output_[offset]) << 0) | in GetOutputInsn() 486 (static_cast<uint32_t>(output_[offset + 1]) << 8) | in GetOutputInsn() 487 (static_cast<uint32_t>(output_[offset + 2]) << 16) | in GetOutputInsn() [all …]
|
/art/runtime/openjdkjvmti/ |
D | ti_class.cc | 393 : input_(input), output_(output) {} in RootUpdater() 401 *roots[i] = output_; in VisitRoots() 412 roots[i]->Assign(output_); in VisitRoots() 419 art::mirror::Class* output_; member in openjdkjvmti::ClassCallback::RootUpdater 433 : input_(root_input), output_(root_output) {} in FixupGlobalReferenceTables() 437 return output_; in FixupGlobalReferenceTables() 444 art::mirror::Class* output_; in FixupGlobalReferenceTables() member in openjdkjvmti::ClassCallback::FixupGlobalReferenceTables::WeakGlobalUpdate 457 : input_(root_input), output_(root_output) {} in FixupLocalReferenceTables() 463 RootUpdater local_update(local->input_, local->output_); in FixupLocalReferenceTables() 470 art::mirror::Class* output_; in FixupLocalReferenceTables() member in openjdkjvmti::ClassCallback::FixupLocalReferenceTables::LocalUpdate [all …]
|
/art/compiler/linker/arm/ |
D | relative_patcher_thumb2_test.cc | 110 if (output_.size() < thunk_offset + expected_code.size()) { in CheckThunk() 111 LOG(ERROR) << "output_.size() == " << output_.size() << " < " in CheckThunk() 115 ArrayRef<const uint8_t> linked_code(&output_[thunk_offset], expected_code.size()); in CheckThunk()
|