Searched refs:region (Results 1 – 6 of 6) sorted by relevance
35 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()
34 Region region; member
393 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()
46 if (instr == current_block.region.first) { in StartInstruction()56 if (instr == current_block.region.last) { in EndInstruction()
105 region=scope_name)
117 region=self.REGION)