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/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
DbtTriangleMesh.cpp65 void btTriangleMesh::addIndex(int index) in addIndex() function in btTriangleMesh
81 addIndex( index1 ); in addTriangleIndices()
82 addIndex( index2 ); in addTriangleIndices()
83 addIndex( index3 ); in addTriangleIndices()
135 addIndex(findOrAddVertex(vertex0,removeDuplicateVertices)); in addTriangle()
136 addIndex(findOrAddVertex(vertex1,removeDuplicateVertices)); in addTriangle()
137 addIndex(findOrAddVertex(vertex2,removeDuplicateVertices)); in addTriangle()
DbtTriangleMesh.h67 void addIndex(int index);
/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/lldb/test/functionalities/data-formatter/data-formatter-objc/
Dmain.m562 [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/
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()
DInstanceof.java158 bytecode.addIndex(index); in doit()
DCast.java154 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/lldb/test/functionalities/data-formatter/rdar-3534688/
Dmain.m29 [imset addIndex:4];
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DbtTriangleMesh.java109 public void addIndex(int index) { in addIndex() method in btTriangleMesh
/external/javassist/src/main/javassist/util/proxy/
DProxyFactory.java1072 code.addIndex(10); in makeConstructor()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
Dcollision_wrap.cpp22834 (arg1)->addIndex(arg2); in Java_com_badlogic_gdx_physics_bullet_collision_CollisionJNI_btTriangleMesh_1addIndex()