Home
last modified time | relevance | path

Searched refs:addIndex (Results 1 – 19 of 19) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
DBytecode.java449 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/
Des3fPrimitiveRestartTests.cpp108 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/
DCodeGen.java386 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 …]
DMemberCodeGen.java108 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/
DNewArray.java264 bytecode.addIndex(index); in doit()
268 bytecode.addIndex(index); in doit()
DFieldAccess.java257 bytecode.addIndex(index); in doit()
308 bytecode.addIndex(index); in doit()
DHandler.java128 b.addIndex(oldHandler - iterator.getCodeLength() in insertBefore()
DCast.java154 bytecode.addIndex(index); in doit()
DInstanceof.java158 bytecode.addIndex(index); in doit()
DNewExpr.java233 bytecode.addIndex(newIndex); in doit()
/external/javassist/src/test/test/javassist/bytecode/analysis/
DScannerTest.java131 code.addIndex(0); // 2 bytes pad - gets us to 36 in generate()
183 code.addIndex(pos - current); in addJump()
DAnalyzerTest.java145 code.addIndex(pos - current); in addJump()
/external/swiftshader/src/OpenGL/compiler/
Dlocalintermediate.h37 TIntermTyped* addIndex(TOperator op, TIntermTyped* base, TIntermTyped* index, const TSourceLoc&);
DParseHelper.cpp2596 …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()
DIntermediate.cpp455 TIntermTyped* TIntermediate::addIndex(TOperator op, TIntermTyped* base, TIntermTyped* index, const … in addIndex() function in TIntermediate
/external/swiftshader/third_party/subzero/src/
DIceCfg.cpp1501 ShuffleVector->addIndex(Index); in materializeVectorShuffles()
1503 ShuffleVector->addIndex(llvm::cast<ConstantInteger32>( in materializeVectorShuffles()
DIceInst.h990 void addIndex(ConstantInteger32 *Index) { in addIndex() function
/external/javassist/src/main/javassist/util/proxy/
DProxyFactory.java1072 code.addIndex(10); in makeConstructor()
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp1238 shuffle->addIndex(llvm::cast<Ice::ConstantInteger32>(::context->getConstantInt32(select[i]))); in createShuffleVector()