Home
last modified time | relevance | path

Searched refs:ReadBytes (Results 1 – 10 of 10) sorted by relevance

/aosp12/system/unwinding/libunwindstack/
H A DDwarfMemory.cpp29 bool DwarfMemory::ReadBytes(void* dst, size_t num_bytes) { in ReadBytes() function in unwindstack::DwarfMemory
40 if (!ReadBytes(&signed_value, sizeof(SignedType))) { in ReadSigned()
52 if (!ReadBytes(&byte, 1)) { in ReadULEB128()
67 if (!ReadBytes(&byte, 1)) { in ReadSLEB128()
162 return ReadBytes(value, sizeof(AddressType)); in ReadEncodedValue()
171 if (!ReadBytes(value, sizeof(AddressType))) { in ReadEncodedValue()
189 if (!ReadBytes(&value8, 1)) { in ReadEncodedValue()
201 if (!ReadBytes(&value16, 2)) { in ReadEncodedValue()
213 if (!ReadBytes(&value32, 4)) { in ReadEncodedValue()
224 if (!ReadBytes(value, sizeof(uint64_t))) { in ReadEncodedValue()
H A DDwarfSection.cpp90 if (!memory_.ReadBytes(&length32, sizeof(length32))) { in FillInCieHeader()
98 if (!memory_.ReadBytes(&length64, sizeof(length64))) { in FillInCieHeader()
108 if (!memory_.ReadBytes(&cie_id, sizeof(cie_id))) { in FillInCieHeader()
124 if (!memory_.ReadBytes(&cie_id, sizeof(cie_id))) { in FillInCieHeader()
155 if (!memory_.ReadBytes(&aug_value, 1)) { in FillInCie()
168 if (!memory_.ReadBytes(&cie->segment_size, 1)) { in FillInCie()
228 if (!memory_.ReadBytes(&encoding, 1)) { in FillInCie()
274 if (!memory_.ReadBytes(&length32, sizeof(length32))) { in FillInFdeHeader()
291 if (!memory_.ReadBytes(&value64, sizeof(value64))) { in FillInFdeHeader()
310 if (!memory_.ReadBytes(&value32, sizeof(value32))) { in FillInFdeHeader()
[all …]
H A DDwarfCfa.cpp70 if (!memory_->ReadBytes(&cfa_value, 1)) { in GetLocationInfo()
195 if (!memory_->ReadBytes(&value, 1)) { in LogOffsetRegisterString()
250 if (!memory_->ReadBytes(&value, 1)) { in LogInstruction()
285 if (!memory_->ReadBytes(&cfa_value, 1)) { in Log()
H A DDwarfOp.cpp1536 if (!memory_->ReadBytes(&cur_op_, 1)) { in Decode()
1575 if (!memory_->ReadBytes(&cur_op, 1)) { in GetLogInfo()
1599 if (!memory_->ReadBytes(&byte, 1)) { in GetLogInfo()
H A DDwarfEhFrameWithHdr.cpp51 if (!memory_.ReadBytes(data, 4)) { in Init()
/aosp12/system/unwinding/libunwindstack/tests/
H A DDwarfMemoryTest.cpp64 TEST_F(DwarfMemoryTest, ReadBytes) { in TEST_F() argument
68 ASSERT_TRUE(dwarf_mem_->ReadBytes(&byte, 1)); in TEST_F()
70 ASSERT_TRUE(dwarf_mem_->ReadBytes(&byte, 1)); in TEST_F()
72 ASSERT_TRUE(dwarf_mem_->ReadBytes(&byte, 1)); in TEST_F()
74 ASSERT_TRUE(dwarf_mem_->ReadBytes(&byte, 1)); in TEST_F()
79 ASSERT_TRUE(dwarf_mem_->ReadBytes(&byte, 1)); in TEST_F()
/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DDwarfMemory.h32 bool ReadBytes(void* dst, size_t num_bytes);
/aosp12/build/soong/cmd/diff_target_files/
H A Dallow_list.go232 j.b, j.err = j.r.ReadBytes('\n')
/aosp12/art/runtime/
H A Dtrace.cc594 static uint64_t ReadBytes(uint8_t* buf, size_t bytes) { in ReadBytes() function
607 uint32_t tmid = ReadBytes(ptr + 2, sizeof(tmid)); in DumpBuf()
995 uint32_t tmid = ReadBytes(ptr + 2, sizeof(tmid)); in GetVisitedMethods()
/aosp12/build/soong/finder/
H A Dfinder.go747 return reader.ReadBytes(lineSeparator)