Home
last modified time | relevance | path

Searched refs:GetLogInfo (Results 1 – 5 of 5) sorted by relevance

/system/core/libunwindstack/tests/
DDwarfOpLogTest.cpp61 this->op_->GetLogInfo(0, opcode_buffer.size(), &lines); in TYPED_TEST_P()
/system/core/libunwindstack/tools/
Dunwind_reg_info.cpp56 op.GetLogInfo(end - length, end, &lines); in PrintExpression()
59 op.GetLogInfo(end - length, end, &lines); in PrintExpression()
/system/core/libunwindstack/
DDwarfOp.h54 void GetLogInfo(uint64_t start, uint64_t end, std::vector<std::string>* lines);
DDwarfCfa.cpp226 op.GetLogInfo(memory_->cur_offset(), end_offset, &expression_lines); in LogInstruction()
DDwarfOp.cpp1570 void DwarfOp<AddressType>::GetLogInfo(uint64_t start, uint64_t end, in GetLogInfo() function in unwindstack::DwarfOp