/art/compiler/optimizing/ |
D | graph_visualizer.cc | 186 output_(output), in HGraphVisualizerPrinter() 204 output_ << std::flush; in Flush() 209 output_ << "begin_" << name << "\n"; in StartTag() 216 output_ << "end_" << name << "\n"; in EndTag() 221 output_ << name << " \"" << property << "\"\n"; in PrintProperty() 226 output_ << name << " \"" << property << id << "\"\n"; in PrintProperty() 231 output_ << name << "\n"; in PrintEmptyProperty() 236 output_ << name << " " << time(nullptr) << "\n"; in PrintTime() 241 output_ << name << " " << value << "\n"; in PrintInt() 246 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() 683 Location output_; variable
|
D | graph_visualizer.h | 111 std::ostream* const output_;
|
D | register_allocator_test.cc | 789 first_sub->InputAt(0)->GetLocations()->output_ = Location::RegisterLocation(2); in SameAsFirstInputHint()
|
/art/compiler/linker/ |
D | error_delaying_output_stream.h | 34 output_(output), in ErrorDelayingOutputStream() 42 if (!output_->WriteFully(buffer, byte_count)) { in WriteFully() 70 off_t actual_offset = output_->Seek(offset, whence); in Seek() 86 output_good_ = output_->Flush(); in Flush() 97 OutputStream* output_;
|
D | relative_patcher_test.h | 66 output_(), in RelativePatcherTest() 67 out_("test output stream", &output_) { in RelativePatcherTest() 124 output_.reserve(output_size); in Link() 127 DCHECK(output_.empty()); in Link() 187 CHECK_EQ(output_.size(), output_size); in Link() 205 CHECK_LT(offset, output_.size()); in CheckLinkedMethod() 206 CHECK_LE(offset + expected_code.size(), output_.size()); in CheckLinkedMethod() 207 ArrayRef<const uint8_t> linked_code(&output_[offset], expected_code.size()); in CheckLinkedMethod() 282 std::vector<uint8_t> output_; variable
|
/art/compiler/linker/arm/ |
D | relative_patcher_thumb2_test.cc | 203 if (output_.size() < thunk_offset + expected_code.size()) { in CheckThunk() 204 LOG(ERROR) << "output_.size() == " << output_.size() << " < " in CheckThunk() 208 ArrayRef<const uint8_t> linked_code(&output_[thunk_offset], expected_code.size()); in CheckThunk() 255 CHECK_LE(offset, output_.size()); in GetOutputInsn32() 256 CHECK_GE(output_.size() - offset, 4u); in GetOutputInsn32() 257 return (static_cast<uint32_t>(output_[offset]) << 16) | in GetOutputInsn32() 258 (static_cast<uint32_t>(output_[offset + 1]) << 24) | in GetOutputInsn32() 259 (static_cast<uint32_t>(output_[offset + 2]) << 0) | in GetOutputInsn32() 260 (static_cast<uint32_t>(output_[offset + 3]) << 8); in GetOutputInsn32() 264 CHECK_LE(offset, output_.size()); in GetOutputInsn16() [all …]
|
/art/disassembler/ |
D | disassembler_arm.cc | 205 : Disassembler(options), disasm_(std::make_unique<CustomDisassembler>(output_, options)) {} in DisassemblerArm() 226 os << output_.str(); in Dump() 227 output_.str(std::string()); in Dump() 248 os << output_.str(); in Dump() 249 output_.str(std::string()); in Dump()
|
D | disassembler_arm.h | 45 std::ostringstream output_; variable
|
/art/dex2oat/ |
D | dex2oat_test.cc | 60 output_ = ""; in TearDown() 135 ASSERT_TRUE(success) << error_msg << std::endl << output_; in GenerateOdexForTest() 152 ASSERT_FALSE(success) << output_; in GenerateOdexForTest() 265 output_ += std::string(buffer, bytes_read); in Dex2Oat() 276 std::string output_ = ""; member in art::Dex2oatTest 327 EXPECT_NE(output_.find("Large app, accepted running with swap."), std::string::npos) in CheckHostResult() 328 << output_; in CheckHostResult() 330 EXPECT_EQ(output_.find("Large app, accepted running with swap."), std::string::npos) in CheckHostResult() 331 << output_; in CheckHostResult() 353 EXPECT_NE(output_.find("dex2oat took"), std::string::npos) << output_; in CheckHostValidity() [all …]
|
/art/runtime/hprof/ |
D | hprof.cc | 433 #define __ output_-> 459 output_ = &count_output; in Dump() 463 output_ = nullptr; in Dump() 525 output_->StartNewRecord(HPROF_TAG_HEAP_DUMP_SEGMENT, kHprofTime); in ProcessBody() 535 output_->StartNewRecord(HPROF_TAG_HEAP_DUMP_END, kHprofTime); in ProcessBody() 536 output_->EndRecord(); in ProcessBody() 555 output_->EndRecord(); in ProcessHeader() 563 output_->StartNewRecord(HPROF_TAG_LOAD_CLASS, kHprofTime); in WriteClassTable() 581 output_->StartNewRecord(HPROF_TAG_STRING, kHprofTime); in WriteStringTable() 594 output_->StartNewRecord(HPROF_TAG_HEAP_DUMP_SEGMENT, kHprofTime); in StartNewHeapDumpSegment() [all …]
|
/art/compiler/linker/arm64/ |
D | relative_patcher_arm64_test.cc | 182 if (output_.size() < thunk_offset + expected_code.size()) { in CheckThunk() 183 LOG(ERROR) << "output_.size() == " << output_.size() << " < " in CheckThunk() 187 ArrayRef<const uint8_t> linked_code(&output_[thunk_offset], expected_code.size()); in CheckThunk() 374 ASSERT_EQ(thunk_offset + thunk_size, output_.size()); in TestNopsAdrpInsn2AndUseHasThunk() 376 ArrayRef<const uint8_t> thunk_code(&output_[thunk_offset], thunk_size); in TestNopsAdrpInsn2AndUseHasThunk() 500 CHECK_LE(offset, output_.size()); in GetOutputInsn() 501 CHECK_GE(output_.size() - offset, 4u); in GetOutputInsn() 502 return (static_cast<uint32_t>(output_[offset]) << 0) | in GetOutputInsn() 503 (static_cast<uint32_t>(output_[offset + 1]) << 8) | in GetOutputInsn() 504 (static_cast<uint32_t>(output_[offset + 2]) << 16) | in GetOutputInsn() [all …]
|
/art/openjdkjvmti/ |
D | ti_class.cc | 379 : input_(input), output_(output) {} in RootUpdater() 387 *roots[i] = output_; in VisitRoots() 398 roots[i]->Assign(output_); in VisitRoots() 405 art::mirror::Class* output_; member in openjdkjvmti::ClassCallback::RootUpdater 419 : input_(root_input), output_(root_output) {} in FixupGlobalReferenceTables() 423 return output_; in FixupGlobalReferenceTables() 430 art::mirror::Class* output_; in FixupGlobalReferenceTables() member in openjdkjvmti::ClassCallback::FixupGlobalReferenceTables::WeakGlobalUpdate 443 : input_(root_input), output_(root_output) {} in FixupLocalReferenceTables() 449 RootUpdater local_update(local->input_, local->output_); in FixupLocalReferenceTables() 456 art::mirror::Class* output_; in FixupLocalReferenceTables() member in openjdkjvmti::ClassCallback::FixupLocalReferenceTables::LocalUpdate [all …]
|