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

/system/core/libunwindstack/tests/
H A DDwarfOpLogTest.cpp61 this->op_->GetLogInfo(0, opcode_buffer.size(), &lines);
/system/core/libunwindstack/tools/
H A Dunwind_reg_info.cpp54 op.GetLogInfo(end - length, end, &lines);
57 op.GetLogInfo(end - length, end, &lines);
/system/core/libunwindstack/
H A DDwarfOp.cpp126 void DwarfOp<AddressType>::GetLogInfo(uint64_t start, uint64_t end, function in class:unwindstack::DwarfOp
H A DDwarfOp.h62 void GetLogInfo(uint64_t start, uint64_t end, std::vector<std::string>* lines);
H A DDwarfCfa.cpp223 op.GetLogInfo(memory_->cur_offset(), end_offset, &expression_lines);

Completed in 90 milliseconds