Searched refs:end_block (Results 1 – 12 of 12) sorted by relevance
/aosp12/art/test/484-checker-register-hints/smali/ |
H A D | Smali.smali | 21 ## CHECK-NOT: end_block 25 ## CHECK-NOT: end_block 30 ## CHECK: end_block 86 ## CHECK-NOT: end_block 90 ## CHECK-NOT: end_block 95 ## CHECK: end_block
|
/aosp12/system/update_engine/scripts/update_payload/ |
H A D | common.py | 163 end_block = ex.start_block + ex.num_blocks 165 return '%d->%d * %d' % (ex.start_block, end_block, block_size) 166 return '%d->%d' % (ex.start_block, end_block)
|
H A D | checker.py | 735 end_block = start_block + num_blocks 742 if usable_size and end_block * self.block_size > usable_size: 748 for i in range(start_block, end_block):
|
/aosp12/system/extras/perf2cfg/doc/ |
H A D | FSM.dot | 61 "End HIR" -> "End Block" [ label = "'end_block'" ]; 62 "End HIR" -> "Error" [ label = "EOF OR NOT('end_block')" ];
|
/aosp12/art/compiler/optimizing/ |
H A D | code_sinking.cc | 257 void CodeSinking::SinkCodeToUncommonBranch(HBasicBlock* end_block) { in SinkCodeToUncommonBranch() argument 279 if (block == end_block) { in SinkCodeToUncommonBranch() 305 CommonDominator finder(end_block); in SinkCodeToUncommonBranch()
|
H A D | code_sinking.h | 43 void SinkCodeToUncommonBranch(HBasicBlock* end_block);
|
/aosp12/system/update_engine/payload_generator/ |
H A D | extent_ranges.cc | 252 uint64_t end_block = utils::DivRoundUp(start_bytes + size_bytes, block_size); in ExtentForBytes() local 253 return ExtentForRange(start_block, end_block - start_block); in ExtentForBytes()
|
/aosp12/art/test/633-checker-rtp-getclass/smali/ |
H A D | SmaliTests.smali | 27 ## CHECK: end_block
|
/aosp12/art/test/626-checker-arm64-scratch-register/smali/ |
H A D | Main2.smali | 116 ## CHECK: end_block 121 ## CHECK: end_block 125 ## CHECK: end_block 131 ## CHECK: end_block 136 ## CHECK: end_block 169 ## CHECK: end_block
|
/aosp12/art/test/510-checker-try-catch/smali/ |
H A D | SsaBuilder.smali | 36 ## CHECK-NOT: end_block
|
H A D | Builder.smali | 1365 ## CHECK-NOT: end_block
|
/aosp12/packages/providers/ContactsProvider/tests/assets/upgradeTest/ |
H A D | contacts2_1108.sql | 107 …(level INTEGER,idx INTEGER,start_block INTEGER,leaves_end_block INTEGER,end_block INTEGER,root BLO… field
|