Home | History | Annotate | Download | only in runtime

Lines Matching defs:dex_pcs_

240           // need to push a DEX pc into the dex_pcs_ list to match size of instrumentation stack.
242 dex_pcs_.push_back(0);
292 dex_pcs_.push_back((GetCurrentOatQuickMethodHeader() == nullptr)
301 std::vector<uint32_t> dex_pcs_;
318 CHECK_EQ(visitor.dex_pcs_.size(), thread->GetInstrumentationStack()->size());
330 uint32_t dex_pc = visitor.dex_pcs_.back();
331 visitor.dex_pcs_.pop_back();