Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Dinstrumentation.h168 SLICER_CHECK(scratch_regs_.size() == static_cast<size_t>(allocate_count_)); in ScratchRegs()
169 return scratch_regs_; in ScratchRegs()
181 std::set<dex::u4> scratch_regs_; variable
/tools/dexter/slicer/
Dinstrumentation.cc616 SLICER_CHECK(scratch_regs_.insert(first_reg + i).second); in Allocate()
632 scratch_regs_.clear(); in Apply()
653 assert(scratch_regs_.size() == size_t(allocate_count_)); in Apply()