Home
last modified time | relevance | path

Searched refs:region (Results 1 – 6 of 6) sorted by relevance

/tools/dexter/slicer/
Dcontrol_flow_graph.cc35 current_block_.region = {}; in Finish()
112 current_block_.region.first = instr; in StartBlock()
113 current_block_.region.last = nullptr; in StartBlock()
121 assert(current_block_.region.first != nullptr); in EndBlock()
122 current_block_.region.last = instr; in EndBlock()
127 current_block_.region = {}; in EndBlock()
/tools/dexter/slicer/export/slicer/
Dcontrol_flow_graph.h34 Region region; member
/tools/dexter/dexter/
Dexperimental.cc393 block.region.first->offset, in CodeCoverage()
394 block.region.last->offset); in CodeCoverage()
398 for (auto instr = block.region.first; instr != nullptr; instr = instr->next) { in CodeCoverage()
400 if (trace_point != nullptr || instr == block.region.last) { in CodeCoverage()
Ddissasembler.cc46 if (instr == current_block.region.first) { in StartInstruction()
56 if (instr == current_block.region.last) { in EndInstruction()
/tools/acloud/internal/lib/
Dgcompute_client.py105 region=scope_name)
Dgcompute_client_test.py117 region=self.REGION)