Home | History | Annotate | Download | only in runtime

Lines Matching refs:dex_pcs_

207           // need to push a DEX pc into the dex_pcs_ list to match size of instrumentation stack.
209 dex_pcs_.push_back(0);
259 dex_pcs_.push_back(m->ToDexPc(last_return_pc_));
266 std::vector<uint32_t> dex_pcs_;
283 CHECK_EQ(visitor.dex_pcs_.size(), thread->GetInstrumentationStack()->size());
295 uint32_t dex_pc = visitor.dex_pcs_.back();
296 visitor.dex_pcs_.pop_back();