/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/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 | Cast.java | 154 bytecode.addIndex(index); in doit()
|
D | Instanceof.java | 158 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/swiftshader/src/OpenGL/compiler/ |
D | localintermediate.h | 37 TIntermTyped* addIndex(TOperator op, TIntermTyped* base, TIntermTyped* index, const TSourceLoc&);
|
D | ParseHelper.cpp | 2596 …indexedExpression = intermediate.addIndex(EOpIndexDirect, baseExpression, indexExpression, locatio… in addIndexExpression() 2613 …indexedExpression = intermediate.addIndex(EOpIndexIndirect, baseExpression, indexExpression, locat… in addIndexExpression() 2706 indexedExpression = intermediate.addIndex(EOpVectorSwizzle, baseExpression, index, dotLocation); in addFieldSelectionExpression() 2731 indexedExpression = intermediate.addIndex(EOpIndexDirect, baseExpression, index, dotLocation); in addFieldSelectionExpression() 2742 indexedExpression = intermediate.addIndex(EOpIndexDirect, baseExpression, index, dotLocation); in addFieldSelectionExpression() 2789 …indexedExpression = intermediate.addIndex(EOpIndexDirectStruct, baseExpression, index, dotLocation… in addFieldSelectionExpression() 2827 indexedExpression = intermediate.addIndex(EOpIndexDirectInterfaceBlock, baseExpression, index, in addFieldSelectionExpression()
|
D | Intermediate.cpp | 455 TIntermTyped* TIntermediate::addIndex(TOperator op, TIntermTyped* base, TIntermTyped* index, const … in addIndex() function in TIntermediate
|
/external/swiftshader/third_party/subzero/src/ |
D | IceCfg.cpp | 1501 ShuffleVector->addIndex(Index); in materializeVectorShuffles() 1503 ShuffleVector->addIndex(llvm::cast<ConstantInteger32>( in materializeVectorShuffles()
|
D | IceInst.h | 990 void addIndex(ConstantInteger32 *Index) { in addIndex() function
|
/external/javassist/src/main/javassist/util/proxy/ |
D | ProxyFactory.java | 1072 code.addIndex(10); in makeConstructor()
|
/external/swiftshader/src/Reactor/ |
D | SubzeroReactor.cpp | 1238 shuffle->addIndex(llvm::cast<Ice::ConstantInteger32>(::context->getConstantInt32(select[i]))); in createShuffleVector()
|