Searched refs:startBlock (Results 1 - 12 of 12) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/util/
H A DTryListBuilder.java190 MutableTryBlock<EH> startBlock = null;
201 startBlock = tryBlock;
209 startBlock = tryBlock.split(startAddress);
217 startBlock = new MutableTryBlock<EH>(startAddress, endAddress);
218 tryBlock.prepend(startBlock);
219 return new TryBounds<EH>(startBlock, startBlock);
226 startBlock = new MutableTryBlock<EH>(startAddress, currentStartAddress);
227 tryBlock.prepend(startBlock);
240 if (startBlock
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DJavaSourceWriter.java105 startBlock();
124 startBlock();
195 startBlock();
203 startBlock();
209 startBlock();
219 startBlock();
236 startBlock();
248 startBlock();
289 private void startBlock() { method in class:JavaSourceWriter
/external/eigen/Eigen/src/Core/products/
H A DTriangularSolverVector.h105 Index startBlock = IsLower ? pi : pi-actualPanelWidth; local
119 Index r = IsLower ? size - endBlock : startBlock; // remaining size
127 &lhs.coeffRef(endBlock,startBlock), lhsStride,
128 rhs+startBlock, 1,
H A DTriangularMatrixMatrix.h174 Index startBlock = actual_k2+k1; local
183 triangularBuffer.coeffRef(k,k) = lhs(startBlock+k,startBlock+k);
185 triangularBuffer.coeffRef(i,k) = lhs(startBlock+i,startBlock+k);
189 gebp_kernel(res+startBlock, resStride, blockA, blockB, actualPanelWidth, actualPanelWidth, cols, alpha,
197 pack_lhs(blockA, &lhs(startTarget,startBlock), lhsStride, actualPanelWidth, lengthTarget);
H A DTriangularSolverMatrix.h147 Index startBlock = IsLower ? k2+k1 : k2-k1-actualPanelWidth; local
151 pack_rhs(blockB+actual_kc*j2, &other(startBlock,j2), otherStride, actualPanelWidth, actual_cols, actual_kc, blockBOffset);
158 pack_lhs(blockA, &tri(startTarget,startBlock), triStride, actualPanelWidth, lengthTarget);
/external/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h190 /// startBlock - Prepare to perform scheduling in the given block.
191 virtual void startBlock(MachineBasicBlock *BB);
/external/llvm/lib/CodeGen/
H A DDFAPacketizer.cpp161 VLIWScheduler->startBlock(MBB);
H A DPostRASchedulerList.cpp146 /// startBlock - Initialize register live-range state for scheduling in
149 void startBlock(MachineBasicBlock *BB) override;
319 Scheduler.startBlock(MBB);
367 void SchedulePostRATDList::startBlock(MachineBasicBlock *BB) { function in class:SchedulePostRATDList
369 ScheduleDAGInstrs::startBlock(BB);
H A DScheduleDAGInstrs.cpp176 void ScheduleDAGInstrs::startBlock(MachineBasicBlock *bb) { function in class:ScheduleDAGInstrs
193 assert(bb == BB && "startBlock should set BB");
H A DMachineScheduler.cpp403 Scheduler.startBlock(MBB);
/external/libnfc-nxp/src/
H A DphFriNfc_ISO15693Map.c264 uint32_t startBlock);
1626 uint32_t startBlock)
1632 startBlock, 0);
1624 phFriNfc_ReadRemainingInMultiple( phFriNfc_NdefMap_t *psNdefMap, uint32_t startBlock) argument
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 315 milliseconds