Searched refs:region (Results 1 – 8 of 8) 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
399 block.region.first->offset, in CodeCoverage()400 block.region.last->offset); in CodeCoverage()404 for (auto instr = block.region.first; instr != nullptr; instr = instr->next) { in CodeCoverage()406 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()
163 region=scope_name)1335 region = zone.rsplit("-", 1)[0]1337 if region in subnetwork:1340 (network, region))
147 project=PROJECT, operation=self.OPERATION_NAME, region=self.REGION)
90 Freed heap region: fd
129 Test _GetOperationStatus for region. ... ok