Searched defs:line (Results 1 - 4 of 4) sorted by relevance

/art/runtime/base/
H A Dlogging.cc62 // Stash the command line for later use. We can use /proc/self/cmdline on Linux to recover this,
118 LogMessageData::LogMessageData(const char* file, int line, LogSeverity severity, int error) argument
120 line_number(line),
209 /* only on first line */
227 /* erase extra stuff; only happens on last line */
H A Dlogging.h178 LogMessageData(const char* file, int line, LogSeverity severity, int error);
191 LogMessage(const char* file, int line, LogSeverity severity, int error) argument
192 : data_(new LogMessageData(file, line, severity, error)) {
307 // and the "-verbose:" command line argument.
/art/runtime/
H A Ddex_file.cc618 // "line number == -2" is how libcore tells from StackTraceElement.
626 // A method with no line number info should return -1
669 uint32_t line = DecodeUnsignedLeb128(&stream); local
736 line += DecodeSignedLeb128(&stream);
814 line += DBG_LINE_BASE + (adjopcode % DBG_LINE_RANGE);
817 if (position_cb(context, address, line)) {
850 // The line number from the previous positions callback
/art/runtime/verifier/
H A Dmethod_verifier.cc1311 * Sanity check: retrieve the stored register line (assuming
1342 * down the line, possibly in the verifier.
1392 monitor_enter_dex_pcs_->clear(); // The new work line is more accurate than the previous one.
1444 // We need to ensure the work line is consistent while performing validation. When we spot a
1445 // peephole pattern we compute a new line for either the fallthrough instruction or the
3867 RegisterLine* line = reg_table_.GetLine(i); local
3868 max_ref_reg = line->GetMaxNonZeroReferenceReg(max_ref_reg);
3899 RegisterLine* line = reg_table_.GetLine(dex_pc); local
3900 const RegType& reg_type(line->GetRegisterType(inst->VRegA_21c()));
3935 RegisterLine* line local
4041 RegisterLine* line = reg_table_.GetLine(i); local
4061 RegisterLine* line = reg_table_.GetLine(i); local
4162 RegisterLine* line = reg_table_.GetLine(dex_pc); local
[all...]

Completed in 129 milliseconds