Home
last modified time | relevance | path

Searched refs:OP_ALOAD_0 (Results 1 – 3 of 3) sorted by relevance

/dports/java/jikes/jikes-1.22/src/
H A Dop.h70 OP_ALOAD_0 = 0x2a, enumerator
H A Dbytecode.cpp313 PutOp(OP_ALOAD_0); in CompileConstructor()
323 PutOp(OP_ALOAD_0); in CompileConstructor()
358 PutOp(OP_ALOAD_0); in CompileConstructor()
3233 PutOp(OP_ALOAD_0); in EmitExpression()
3245 PutOp(OP_ALOAD_0); in EmitExpression()
3401 else PutOp(OP_ALOAD_0); // get address of "this" in EmitFieldAccessLhsBase()
3493 PutOp(OP_ALOAD_0); in GenerateClassAccessMethod()
5118 else PutOp(OP_ALOAD_0); in EmitMethodInvocation()
5874 PutOp(OP_ALOAD_0); // load 'this' in EmitThisInvocation()
5913 PutOp(OP_ALOAD_0); // load 'this' in EmitSuperInvocation()
[all …]
H A Dop.cpp370 case OP_ALOAD_0: in OpDmp()