Home
last modified time | relevance | path

Searched refs:cur_op_ (Results 1 – 2 of 2) sorted by relevance

/system/core/libunwindstack/
DDwarfOp.h69 uint8_t cur_op() { return cur_op_; } in cur_op()
91 uint8_t cur_op_; variable
DDwarfOp.cpp1501 if (cur_op_ == 0x0c && operands_.back() == 0x31584544) { in Eval()
1514 if (check_for_drop && cur_op_ == 0x13) { in Eval()
1536 if (!memory_->ReadBytes(&cur_op_, 1)) { in Decode()
1542 const auto* op = &kCallbackTable[cur_op_]; in Decode()