Home
last modified time | relevance | path

Searched refs:os (Results 301 – 313 of 313) sorted by relevance

1...<<111213

/art/runtime/gc/collector/
Dconcurrent_copying.h314 void DumpPerformanceInfo(std::ostream& os) override REQUIRES(!rb_slow_path_histogram_lock_);
/art/tools/checker/
DREADME136 /// CHECK-IF: os.environ.get('ART_READ_BARRIER_TYPE') != 'TABLELOOKUP'
/art/compiler/optimizing/
Dnodes.h305 std::ostream& operator<<(std::ostream& os, const ReferenceTypeInfo& rhs);
876 void Dump(std::ostream& os);
2649 std::ostream& operator<<(std::ostream& os, HInstruction::InstructionKind rhs);
3681 std::ostream& operator<<(std::ostream& os, ComparisonBias rhs);
4848 std::ostream& operator<<(std::ostream& os, HInvokeStaticOrDirect::MethodLoadKind rhs);
4849 std::ostream& operator<<(std::ostream& os, HInvokeStaticOrDirect::CodePtrLocation rhs);
4850 std::ostream& operator<<(std::ostream& os, HInvokeStaticOrDirect::ClinitCheckRequirement rhs);
6558 std::ostream& operator<<(std::ostream& os, HLoadClass::LoadKind rhs);
6724 std::ostream& operator<<(std::ostream& os, HLoadString::LoadKind rhs);
7245 std::ostream& operator<<(std::ostream& os, TypeCheckKind rhs);
[all …]
/art/dex2oat/
Dverifier_deps_test.cc1181 VariableIndentationOutputStream os(&stream); in TEST_F() local
1182 decoded_deps.Dump(&os); in TEST_F()
/art/runtime/gc/space/
Dimage_space.cc410 std::ostream& operator<<(std::ostream& os, const RelocationRange& reloc) { in operator <<() argument
411 return os << "(" << reinterpret_cast<const void*>(reloc.Source()) << "-" in operator <<()
3746 void ImageSpace::Dump(std::ostream& os) const { in Dump()
3747 os << GetType() in Dump()
4156 void ImageSpace::DumpSections(std::ostream& os) const { in DumpSections()
4162 os << section_type << " " << reinterpret_cast<const void*>(base + section.Offset()) in DumpSections()
/art/runtime/
Dclass_linker.cc9564 void ClassLinker::DumpForSigQuit(std::ostream& os) { in DumpForSigQuit() argument
9567 os << "Zygote loaded classes=" << NumZygoteClasses() << " post zygote classes=" in DumpForSigQuit()
9570 os << "Dumping registered class loaders\n"; in DumpForSigQuit()
9576 os << "#" << class_loader_index++ << " " << loader->GetClass()->PrettyDescriptor() << ": ["; in DumpForSigQuit()
9581 os << ":"; in DumpForSigQuit()
9584 os << dex_cache.dex_file->GetLocation(); in DumpForSigQuit()
9587 os << "]"; in DumpForSigQuit()
9595 os << ", parent #" << parent_index; in DumpForSigQuit()
9602 os << ", unregistered parent of type " in DumpForSigQuit()
9606 os << ", no parent"; in DumpForSigQuit()
[all …]
Dclass_linker.h241 void DumpForSigQuit(std::ostream& os) REQUIRES(!Locks::classlinker_classes_lock_);
/art/runtime/verifier/
Dmethod_verifier.cc771 std::ostream& DumpFailures(std::ostream& os) { in DumpFailures() argument
774 os << stream->str() << "\n"; in DumpFailures()
776 return os; in DumpFailures()
781 void Dump(std::ostream& os) REQUIRES_SHARED(Locks::mutator_lock_) { in Dump() argument
782 VariableIndentationOutputStream vios(&os); in Dump()
Dreg_type.h1161 std::ostream& operator<<(std::ostream& os, const RegType& rhs)
/art/compiler/utils/x86/
Dassembler_x86.h240 std::ostream& operator<<(std::ostream& os, const Address& addr);
/art/compiler/utils/x86_64/
Dassembler_x86_64.h287 std::ostream& operator<<(std::ostream& os, const Address& addr);
/art/runtime/mirror/
Dclass.h694 void DumpClass(std::ostream& os, int flags) REQUIRES_SHARED(Locks::mutator_lock_);
/art/test/dexdump/
Dcheckers.txt115 type : '(Landroid/os/Bundle;)V'
122 … |[001510] com.google.android.checkers.Checkers.onCreate:(Landroid/os/Bundle;)V
125 … |0002: invoke-super {v6, v7}, Landroid/app/Activity;.onCreate:(Landroid/os/Bundle;)V // method@…

1...<<111213