Home
last modified time | relevance | path

Searched defs:stream (Results 1 – 25 of 34) sorted by relevance

12

/art/dexlayout/
Ddex_writer.cc117 void DexWriter::WriteEncodedValue(Stream* stream, dex_ir::EncodedValue* encoded_value) { in WriteEncodedValue()
186 void DexWriter::WriteEncodedValueHeader(Stream* stream, int8_t value_type, size_t value_arg) { in WriteEncodedValueHeader()
191 void DexWriter::WriteEncodedArray(Stream* stream, dex_ir::EncodedValueVector* values) { in WriteEncodedArray()
198 void DexWriter::WriteEncodedAnnotation(Stream* stream, dex_ir::EncodedAnnotation* annotation) { in WriteEncodedAnnotation()
208 void DexWriter::WriteEncodedFields(Stream* stream, dex_ir::FieldItemVector* fields) { in WriteEncodedFields()
218 void DexWriter::WriteEncodedMethods(Stream* stream, dex_ir::MethodItemVector* methods) { in WriteEncodedMethods()
232 void DexWriter::WriteStringIds(Stream* stream, bool reserve_only) { in WriteStringIds()
248 void DexWriter::WriteStringData(Stream* stream, dex_ir::StringData* string_data) { in WriteStringData()
257 void DexWriter::WriteStringDatas(Stream* stream) { in WriteStringDatas()
267 void DexWriter::WriteTypeIds(Stream* stream) { in WriteTypeIds()
[all …]
Dcompact_dex_writer.cc41 uint32_t CompactDexWriter::WriteDebugInfoOffsetTable(Stream* stream) { in WriteDebugInfoOffsetTable()
108 CompactDexWriter::ScopedDataSectionItem::ScopedDataSectionItem(Stream* stream, in ScopedDataSectionItem()
141 void CompactDexWriter::WriteCodeItem(Stream* stream, in WriteCodeItem()
203 void CompactDexWriter::WriteDebugInfoItem(Stream* stream, dex_ir::DebugInfoItem* debug_info) { in WriteDebugInfoItem()
272 void CompactDexWriter::WriteHeader(Stream* stream) { in WriteHeader()
322 void CompactDexWriter::WriteStringData(Stream* stream, dex_ir::StringData* string_data) { in WriteStringData()
Ddex_writer.h142 ScopedSeek(Stream* stream, uint32_t offset) : stream_(stream), offset_(stream->Tell()) { in ScopedSeek()
/art/libartbase/base/
Dhistogram_test.cc124 std::stringstream stream; in TEST() local
167 std::stringstream stream; in TEST() local
206 std::stringstream stream; in TEST() local
221 std::stringstream stream; in TEST() local
264 std::stringstream stream; in TEST() local
Dsystrace.h68 std::ostream& stream() { in stream() function
/art/tools/checker/file_format/
Dcommon.py15 def SplitStream(stream, fnProcessLine, fnLineOutsideChunk): argument
/art/compiler/optimizing/
Dstack_map_test.cc52 StackMapStream stream(&allocator, kRuntimeISA); in TEST() local
134 StackMapStream stream(&allocator, kRuntimeISA); in TEST() local
419 StackMapStream stream(&allocator, kRuntimeISA); in TEST() local
514 StackMapStream stream(&allocator, kRuntimeISA); in TEST() local
594 StackMapStream stream(&allocator, kRuntimeISA); in TEST() local
658 StackMapStream stream(&allocator, kRuntimeISA); in TEST() local
717 StackMapStream stream(&allocator, kRuntimeISA); in TEST() local
767 StackMapStream stream(&allocator, kRuntimeISA); in TEST() local
955 StackMapStream stream(&allocator, kRuntimeISA); in TEST() local
984 StackMapStream stream(&allocator, kRuntimeISA); in TEST() local
Dssa_liveness_analysis.h83 void Dump(std::ostream& stream) const { in Dump()
132 void Dump(std::ostream& stream) const { in Dump()
181 void Dump(std::ostream& stream) const { in Dump()
738 void Dump(std::ostream& stream) const { in Dump()
Dssa_liveness_analysis.cc296 void LiveInterval::DumpWithContext(std::ostream& stream, in DumpWithContext()
Dregister_allocator_linear_scan.cc463 void RegisterAllocatorLinearScan::DumpInterval(std::ostream& stream, LiveInterval* interval) const { in DumpInterval()
Dgraph_visualizer.cc285 void DumpLocation(std::ostream& stream, const Location& location) { in DumpLocation()
/art/compiler/
Dcfi_test.h70 std::stringstream stream; in GenerateExpected() local
91 static void ReformatAsm(std::stringstream* stream, in ReformatAsm()
/art/runtime/
Dparsed_options.cc650 void ParsedOptions::UsageMessageV(FILE* stream, const char* fmt, va_list ap) { in UsageMessageV()
654 void ParsedOptions::UsageMessage(FILE* stream, const char* fmt, ...) { in UsageMessage()
663 FILE* stream = error ? stderr : stdout; in Usage() local
Druntime_common.cc398 auto logger = [&](auto& stream) { in HandleUnexpectedSignalCommon()
Dstack_map.cc31 std::ostream& operator<<(std::ostream& stream, const DexRegisterLocation::Kind& kind) { in operator <<()
Dnative_stack_dump.cc266 FILE* stream = popen(cmd.c_str(), "r"); in RunCommand() local
Doat_file_assistant.cc51 std::ostream& operator << (std::ostream& stream, const OatFileAssistant::OatStatus status) { in operator <<()
/art/tools/checker/file_format/c1visualizer/
Dparser.py81 def ParseC1visualizerStream(fileName, stream): argument
/art/tools/dexfuzz/src/dexfuzz/
DStreamConsumer.java65 public void giveStreamAndStartConsuming(InputStream stream) { in giveStreamAndStartConsuming()
/art/libdexfile/dex/
Ddex_file-inl.h225 bool DexFile::DecodeDebugLocalInfo(const uint8_t* stream, in DecodeDebugLocalInfo()
390 const uint8_t* const stream = GetDebugInfoStream(debug_info_offset); in DecodeDebugLocalInfo() local
420 bool DexFile::DecodeDebugPositionInfo(const uint8_t* stream, in DecodeDebugPositionInfo()
/art/tools/checker/file_format/checker/
Dparser.py194 def ParseCheckerStream(fileName, prefix, stream, targetArch = None): argument
/art/tools/dexfuzz/src/dexfuzz/listeners/
DUniqueProgramTrackerListener.java86 FileInputStream stream = new FileInputStream(programName); in getMD5SumOfProgram() local
/art/compiler/jit/
Djit_logger.cc57 std::ostringstream stream; in WritePerfMapLog() local
/art/compiler/debug/
Delf_debug_info_writer.h55 const uint8_t* stream = mi->dex_file->GetDebugInfoStream(accessor.DebugInfoOffset()); in GetParamNames() local
/art/runtime/gc/allocator/
Drosalloc.cc859 std::ostringstream stream; in Dump() local
1207 std::ostringstream stream; in DumpPageMap() local

12