Searched refs:GetLogInfo (Results 1 – 5 of 5) sorted by relevance
/system/core/libunwindstack/tests/ |
D | DwarfOpLogTest.cpp | 61 this->op_->GetLogInfo(0, opcode_buffer.size(), &lines); in TYPED_TEST_P()
|
/system/core/libunwindstack/tools/ |
D | unwind_reg_info.cpp | 56 op.GetLogInfo(end - length, end, &lines); in PrintExpression() 59 op.GetLogInfo(end - length, end, &lines); in PrintExpression()
|
/system/core/libunwindstack/ |
D | DwarfOp.h | 54 void GetLogInfo(uint64_t start, uint64_t end, std::vector<std::string>* lines);
|
D | DwarfCfa.cpp | 226 op.GetLogInfo(memory_->cur_offset(), end_offset, &expression_lines); in LogInstruction()
|
D | DwarfOp.cpp | 1570 void DwarfOp<AddressType>::GetLogInfo(uint64_t start, uint64_t end, in GetLogInfo() function in unwindstack::DwarfOp
|