Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Dinstrumentation.h109 SLICER_CHECK(scratch_regs_.size() == static_cast<size_t>(allocate_count_)); in ScratchRegs()
110 return scratch_regs_; in ScratchRegs()
122 std::set<dex::u4> scratch_regs_; variable
/tools/dexter/slicer/
Dinstrumentation.cc363 SLICER_CHECK(scratch_regs_.insert(first_reg + i).second); in Allocate()
379 scratch_regs_.clear(); in Apply()
400 assert(scratch_regs_.size() == size_t(allocate_count_)); in Apply()