/external/javassist/src/main/javassist/bytecode/ |
D | Bytecode.java | 449 public void addIndex(int index) { in addIndex() method in Bytecode 468 addIndex(n); in addAload() 487 addIndex(n); in addAstore() 550 addIndex(n); in addIload() 569 addIndex(n); in addIstore() 600 addIndex(n); in addLload() 619 addIndex(n); in addLstore() 650 addIndex(n); in addDload() 669 addIndex(n); in addDstore() 700 addIndex(n); in addFload() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fPrimitiveRestartTests.cpp | 108 void addIndex (deUint32 index); 154 void PrimitiveRestartCase::addIndex (deUint32 index) in addIndex() function in deqp::gles3::Functional::PrimitiveRestartCase 258 addIndex(restartIndex); in init() 260 addIndex(restartIndex); in init() 283 addIndex(curIndex++); in init() 288 addIndex(restartIndex); in init() 290 addIndex(restartIndex); in init() 319 addIndex(curIndex++); in init() 324 addIndex(restartIndex); in init() 326 addIndex(restartIndex); in init() [all …]
|
/external/javassist/src/main/javassist/compiler/ |
D | CodeGen.java | 386 bytecode.addIndex(0); // correct later in atIfStmnt() 398 bytecode.addIndex(0); in atIfStmnt() 425 bytecode.addIndex(0); in atWhileStmnt() 437 bytecode.addIndex(pc2 - bytecode.currentPc() + 1); in atWhileStmnt() 475 bytecode.addIndex(0); in atForStmnt() 486 bytecode.addIndex(pc - bytecode.currentPc() + 1); in atForStmnt() 581 bytecode.addIndex(0); in atBreakStmnt() 675 bc.addIndex(0); in atSyncStmnt() 919 bytecode.addIndex(0); // correct later in atCondExpr() 924 bytecode.addIndex(0); in atCondExpr() [all …]
|
D | MemberCodeGen.java | 108 b.addIndex(0); in jsrJmp() 183 b.addIndex(target - b.currentPc() + 3); in doit() 212 bc.addIndex(0); // correct later in atTryStmnt() 238 bc.addIndex(0); // correct later in atTryStmnt() 286 bc.addIndex(pc + 3 - bc.currentPc()); in addFinally() 833 bytecode.addIndex(fi); in atFieldAssignCore() 905 bytecode.addIndex(fi); in atFieldRead()
|
/external/lldb/test/functionalities/data-formatter/data-formatter-objc/ |
D | main.m | 562 [imset addIndex:1936]; 563 [imset addIndex:7]; 564 [imset addIndex:9]; 565 [imset addIndex:11]; 566 [imset addIndex:24]; 567 [imset addIndex:41]; 568 [imset addIndex:58]; 569 [imset addIndex:61]; 570 [imset addIndex:62]; 571 [imset addIndex:63];
|
/external/javassist/src/main/javassist/expr/ |
D | NewArray.java | 264 bytecode.addIndex(index); in doit() 268 bytecode.addIndex(index); in doit()
|
D | FieldAccess.java | 257 bytecode.addIndex(index); in doit() 308 bytecode.addIndex(index); in doit()
|
D | Handler.java | 128 b.addIndex(oldHandler - iterator.getCodeLength() in insertBefore()
|
D | Instanceof.java | 158 bytecode.addIndex(index); in doit()
|
D | Cast.java | 154 bytecode.addIndex(index); in doit()
|
D | NewExpr.java | 233 bytecode.addIndex(newIndex); in doit()
|
/external/javassist/src/test/test/javassist/bytecode/analysis/ |
D | ScannerTest.java | 131 code.addIndex(0); // 2 bytes pad - gets us to 36 in generate() 183 code.addIndex(pos - current); in addJump()
|
D | AnalyzerTest.java | 145 code.addIndex(pos - current); in addJump()
|
/external/lldb/test/functionalities/data-formatter/rdar-3534688/ |
D | main.m | 29 [imset addIndex:4];
|
/external/chromium_org/third_party/angle/src/compiler/translator/ |
D | localintermediate.h | 30 … TIntermTyped* addIndex(TOperator op, TIntermTyped* base, TIntermTyped* index, const TSourceLoc&);
|
D | ParseContext.cpp | 2158 …indexedExpression = intermediate.addIndex(EOpIndexDirect, baseExpression, indexExpression, locatio… in addIndexExpression() 2174 …indexedExpression = intermediate.addIndex(EOpIndexIndirect, baseExpression, indexExpression, locat… in addIndexExpression() 2262 … indexedExpression = intermediate.addIndex(EOpVectorSwizzle, baseExpression, index, dotLocation); in addFieldSelectionExpression() 2285 … indexedExpression = intermediate.addIndex(EOpIndexDirect, baseExpression, index, dotLocation); in addFieldSelectionExpression() 2293 … indexedExpression = intermediate.addIndex(EOpIndexDirect, baseExpression, index, dotLocation); in addFieldSelectionExpression() 2341 …indexedExpression = intermediate.addIndex(EOpIndexDirectStruct, baseExpression, index, dotLocation… in addFieldSelectionExpression() 2379 …indexedExpression = intermediate.addIndex(EOpIndexDirectInterfaceBlock, baseExpression, index, dot… in addFieldSelectionExpression()
|
D | Intermediate.cpp | 270 TIntermTyped* TIntermediate::addIndex(TOperator op, TIntermTyped* base, TIntermTyped* index, const … in addIndex() function in TIntermediate
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | task_manager_mac.mm | 171 [indexSet addIndex:modelToViewMap_[modelSelection[i]]]; 370 [indexSet addIndex:modelToViewMap_[rangePair.first + j]];
|
/external/javassist/src/main/javassist/util/proxy/ |
D | ProxyFactory.java | 1072 code.addIndex(10); in makeConstructor()
|
/external/chromium_org/third_party/polymer/platform/ |
D | platform.js.map | 1 …addIndex = splice.index;\n while (addIndex < splice.index + splice.addedCount) {\n spl…
|