bugged stringlengths 6 599k | fixed stringlengths 6 40.8M | __index_level_0__ int64 0 3.24M |
|---|---|---|
public final void visit_lookupswitch(int defAddress, int[] matchValues, int[] addresses) { final int n = matchValues.length; //BootLog.debug("lookupswitch length=" + n); IntItem key = vstack.popInt(); key.load(eContext); Register r = key.getRegister(); // Conserv... | public final void visit_lookupswitch(int defAddress, int[] matchValues, int[] addresses) { final int n = matchValues.length; //BootLog.debug("lookupswitch length=" + n); IntItem key = vstack.popInt(); key.load(eContext); Register r = key.getRegister(); // Conserv... | 26,298 |
public final void visit_lookupswitch(int defAddress, int[] matchValues, int[] addresses) { final int n = matchValues.length; //BootLog.debug("lookupswitch length=" + n); IntItem key = vstack.popInt(); key.load(eContext); Register r = key.getRegister(); // Conserv... | public final void visit_lookupswitch(int defAddress, int[] matchValues, int[] addresses) { final int n = matchValues.length; //BootLog.debug("lookupswitch length=" + n); IntItem key = vstack.popInt(); key.load(eContext); Register r = key.getRegister(); // Conserv... | 26,299 |
public final void visit_lookupswitch(int defAddress, int[] matchValues, int[] addresses) { final int n = matchValues.length; //BootLog.debug("lookupswitch length=" + n); IntItem key = vstack.popInt(); key.load(eContext); Register r = key.getRegister(); // Conserv... | public final void visit_lookupswitch(int defAddress, int[] matchValues, int[] addresses) { final int n = matchValues.length; //BootLog.debug("lookupswitch length=" + n); IntItem key = vstack.popInt(); key.load(eContext); Register r = key.getRegister(); // Conserv... | 26,300 |
public final void visit_lor() { final LongItem v2 = vstack.popLong(); final LongItem v1 = vstack.popLong(); prepareForOperation(v1, v2); final Register r1_lsb = v1.getLsbRegister(); final Register r1_msb = v1.getMsbRegister(); switch (v2.getKind()) { case Item.Kind.R... | public final void visit_lor() { final LongItem v2 = vstack.popLong(); final LongItem v1 = vstack.popLong(); prepareForOperation(v1, v2); final Register r1_lsb = v1.getLsbRegister(); final Register r1_msb = v1.getMsbRegister(); switch (v2.getKind()) { case Item.Kind.R... | 26,301 |
public final void visit_lor() { final LongItem v2 = vstack.popLong(); final LongItem v1 = vstack.popLong(); prepareForOperation(v1, v2); final Register r1_lsb = v1.getLsbRegister(); final Register r1_msb = v1.getMsbRegister(); switch (v2.getKind()) { case Item.Kind.R... | public final void visit_lor() { final LongItem v2 = vstack.popLong(); final LongItem v1 = vstack.popLong(); prepareForOperation(v1, v2); final Register r1_lsb = v1.getLsbRegister(); final Register r1_msb = v1.getMsbRegister(); switch (v2.getKind()) { case Item.Kind.R... | 26,302 |
public final void visit_lrem() { //TODO: port to orp-style vstack.push(eContext); Item v2 = vstack.pop(JvmType.LONG); Item v1 = vstack.pop(JvmType.LONG); v2.release1(eContext); v1.release1(eContext); helper.invokeJavaMethod(context.getLremMethod()); } | public final void visit_lrem() { //TODO: port to orp-style vstack.push(eContext); Item v2 = vstack.pop(JvmType.LONG); Item v1 = vstack.pop(JvmType.LONG); v2.release1(eContext); v1.release1(eContext); helper.invokeJavaMethod(context.getLremMethod()); } | 26,303 |
public final void visit_lrem() { //TODO: port to orp-style vstack.push(eContext); Item v2 = vstack.pop(JvmType.LONG); Item v1 = vstack.pop(JvmType.LONG); v2.release1(eContext); v1.release1(eContext); helper.invokeJavaMethod(context.getLremMethod()); } | public final void visit_lrem() { //TODO: port to orp-style vstack.push(eContext); Item v2 = vstack.pop(JvmType.LONG); Item v1 = vstack.pop(JvmType.LONG); v2.release1(eContext); v1.release1(eContext); helper.invokeJavaMethod(context.getLremMethod()); } | 26,304 |
public final void visit_lreturn() { final LongItem val = vstack.popLong(); if (!(val.uses(EAX) && val.uses(EDX))) { if (val.uses(EAX) || val.uses(EDX)) { val.push(eContext); } requestRegister(EAX, val); requestRegister(EDX, val); va... | public final void visit_lreturn() { final LongItem val = vstack.popLong(); if (!(val.uses(EAX) && val.uses(EDX))) { if (val.uses(EAX) || val.uses(EDX)) { val.push(eContext); } requestRegister(EAX, val); requestRegister(EDX, val); va... | 26,305 |
public final void visit_lreturn() { final LongItem val = vstack.popLong(); if (!(val.uses(EAX) && val.uses(EDX))) { if (val.uses(EAX) || val.uses(EDX)) { val.push(eContext); } requestRegister(EAX, val); requestRegister(EDX, val); va... | public final void visit_lreturn() { final LongItem val = vstack.popLong(); if (!(val.uses(EAX) && val.uses(EDX))) { if (val.uses(EAX) || val.uses(EDX)) { val.push(eContext); } requestRegister(EAX, val); requestRegister(EDX, val); va... | 26,306 |
public final void visit_lshl() { final IntItem v2 = vstack.popInt(); final LongItem v1 = vstack.popLong(); requestRegister(ECX, v2); v2.loadTo(eContext, ECX); v1.load(eContext); final Register v1_lsb = v1.getLsbRegister(); final Register v1_msb = v1.getMsbRegister();... | public final void visit_lshl() { final IntItem v2 = vstack.popInt(); final LongItem v1 = vstack.popLong(); requestRegister(ECX, v2); v2.loadTo(eContext, ECX); v1.load(eContext); final Register v1_lsb = v1.getLsbRegister(); final Register v1_msb = v1.getMsbRegister();... | 26,307 |
public final void visit_lshl() { final IntItem v2 = vstack.popInt(); final LongItem v1 = vstack.popLong(); requestRegister(ECX, v2); v2.loadTo(eContext, ECX); v1.load(eContext); final Register v1_lsb = v1.getLsbRegister(); final Register v1_msb = v1.getMsbRegister();... | public final void visit_lshl() { final IntItem v2 = vstack.popInt(); final LongItem v1 = vstack.popLong(); requestRegister(ECX, v2); v2.loadTo(eContext, ECX); v1.load(eContext); final Register v1_lsb = v1.getLsbRegister(); final Register v1_msb = v1.getMsbRegister();... | 26,308 |
public final void visit_lshl() { final IntItem v2 = vstack.popInt(); final LongItem v1 = vstack.popLong(); requestRegister(ECX, v2); v2.loadTo(eContext, ECX); v1.load(eContext); final Register v1_lsb = v1.getLsbRegister(); final Register v1_msb = v1.getMsbRegister();... | public final void visit_lshl() { final IntItem v2 = vstack.popInt(); final LongItem v1 = vstack.popLong(); requestRegister(ECX, v2); v2.loadTo(eContext, ECX); v1.load(eContext); final Register v1_lsb = v1.getLsbRegister(); final Register v1_msb = v1.getMsbRegister();... | 26,309 |
public final void visit_lshl() { final IntItem v2 = vstack.popInt(); final LongItem v1 = vstack.popLong(); requestRegister(ECX, v2); v2.loadTo(eContext, ECX); v1.load(eContext); final Register v1_lsb = v1.getLsbRegister(); final Register v1_msb = v1.getMsbRegister();... | public final void visit_lshl() { final IntItem v2 = vstack.popInt(); final LongItem v1 = vstack.popLong(); requestRegister(ECX, v2); v2.loadTo(eContext, ECX); v1.load(eContext); final Register v1_lsb = v1.getLsbRegister(); final Register v1_msb = v1.getMsbRegister();... | 26,310 |
public final void visit_lshr() { final IntItem cnt = vstack.popInt(); final LongItem val = vstack.popLong(); final X86RegisterPool pool = eContext.getPool(); // Get cnt into ECX if (!cnt.uses(ECX)) { val.spillIfUsing(eContext, ECX); requestRegister(ECX, cnt);... | public final void visit_lshr() { final IntItem cnt = vstack.popInt(); final LongItem val = vstack.popLong(); final X86RegisterPool pool = eContext.getPool(); // Get cnt into ECX if (!cnt.uses(ECX)) { val.spillIfUsing(eContext, ECX); requestRegister(ECX, cnt);... | 26,311 |
public final void visit_lshr() { final IntItem cnt = vstack.popInt(); final LongItem val = vstack.popLong(); final X86RegisterPool pool = eContext.getPool(); // Get cnt into ECX if (!cnt.uses(ECX)) { val.spillIfUsing(eContext, ECX); requestRegister(ECX, cnt);... | public final void visit_lshr() { final IntItem cnt = vstack.popInt(); final LongItem val = vstack.popLong(); final X86RegisterPool pool = eContext.getPool(); // Get cnt into ECX if (!cnt.uses(ECX)) { val.spillIfUsing(eContext, ECX); requestRegister(ECX, cnt);... | 26,312 |
public final void visit_lshr() { final IntItem cnt = vstack.popInt(); final LongItem val = vstack.popLong(); final X86RegisterPool pool = eContext.getPool(); // Get cnt into ECX if (!cnt.uses(ECX)) { val.spillIfUsing(eContext, ECX); requestRegister(ECX, cnt);... | public final void visit_lshr() { final IntItem cnt = vstack.popInt(); final LongItem val = vstack.popLong(); final X86RegisterPool pool = eContext.getPool(); // Get cnt into ECX if (!cnt.uses(ECX)) { val.spillIfUsing(eContext, ECX); requestRegister(ECX, cnt);... | 26,313 |
public final void visit_lshr() { final IntItem cnt = vstack.popInt(); final LongItem val = vstack.popLong(); final X86RegisterPool pool = eContext.getPool(); // Get cnt into ECX if (!cnt.uses(ECX)) { val.spillIfUsing(eContext, ECX); requestRegister(ECX, cnt);... | public final void visit_lshr() { final IntItem cnt = vstack.popInt(); final LongItem val = vstack.popLong(); final X86RegisterPool pool = eContext.getPool(); // Get cnt into ECX if (!cnt.uses(ECX)) { val.spillIfUsing(eContext, ECX); requestRegister(ECX, cnt);... | 26,314 |
public final void visit_lshr() { final IntItem cnt = vstack.popInt(); final LongItem val = vstack.popLong(); final X86RegisterPool pool = eContext.getPool(); // Get cnt into ECX if (!cnt.uses(ECX)) { val.spillIfUsing(eContext, ECX); requestRegister(ECX, cnt);... | public final void visit_lshr() { final IntItem cnt = vstack.popInt(); final LongItem val = vstack.popLong(); final X86RegisterPool pool = eContext.getPool(); // Get cnt into ECX if (!cnt.uses(ECX)) { val.spillIfUsing(eContext, ECX); requestRegister(ECX, cnt);... | 26,315 |
public final void visit_lshr() { final IntItem cnt = vstack.popInt(); final LongItem val = vstack.popLong(); final X86RegisterPool pool = eContext.getPool(); // Get cnt into ECX if (!cnt.uses(ECX)) { val.spillIfUsing(eContext, ECX); requestRegister(ECX, cnt);... | public final void visit_lshr() { final IntItem cnt = vstack.popInt(); final LongItem val = vstack.popLong(); final X86RegisterPool pool = eContext.getPool(); // Get cnt into ECX if (!cnt.uses(ECX)) { val.spillIfUsing(eContext, ECX); requestRegister(ECX, cnt);... | 26,316 |
public final void visit_lstore(int index) { final LongItem v = vstack.popLong(); final int ebpOfs = stackFrame.getWideEbpOffset(index); // pin down other references to this local vstack.loadLocal(eContext, ebpOfs); // Load the value v.load(eContext); // Copy to local... | public final void visit_lstore(int index) { final LongItem v = vstack.popLong(); final int ebpOfs = stackFrame.getWideEbpOffset(index); // pin down other references to this local vstack.loadLocal(eContext, ebpOfs); // Load the value v.load(eContext); // Copy to local... | 26,317 |
public final void visit_lstore(int index) { final LongItem v = vstack.popLong(); final int ebpOfs = stackFrame.getWideEbpOffset(index); // pin down other references to this local vstack.loadLocal(eContext, ebpOfs); // Load the value v.load(eContext); // Copy to local... | public final void visit_lstore(int index) { final LongItem v = vstack.popLong(); final int ebpOfs = stackFrame.getWideEbpOffset(index); // pin down other references to this local vstack.loadLocal(eContext, ebpOfs); // Load the value v.load(eContext); // Copy to local... | 26,318 |
public final void visit_lstore(int index) { final LongItem v = vstack.popLong(); final int ebpOfs = stackFrame.getWideEbpOffset(index); // pin down other references to this local vstack.loadLocal(eContext, ebpOfs); // Load the value v.load(eContext); // Copy to local... | public final void visit_lstore(int index) { final LongItem v = vstack.popLong(); final int ebpOfs = stackFrame.getWideEbpOffset(index); // pin down other references to this local vstack.loadLocal(eContext, ebpOfs); // Load the value v.load(eContext); // Copy to local... | 26,319 |
public final void visit_lstore(int index) { final LongItem v = vstack.popLong(); final int ebpOfs = stackFrame.getWideEbpOffset(index); // pin down other references to this local vstack.loadLocal(eContext, ebpOfs); // Load the value v.load(eContext); // Copy to local... | public final void visit_lstore(int index) { final LongItem v = vstack.popLong(); final int ebpOfs = stackFrame.getWideEbpOffset(index); // pin down other references to this local vstack.loadLocal(eContext, ebpOfs); // Load the value v.load(eContext); // Copy to local... | 26,320 |
public final void visit_lstore(int index) { final LongItem v = vstack.popLong(); final int ebpOfs = stackFrame.getWideEbpOffset(index); // pin down other references to this local vstack.loadLocal(eContext, ebpOfs); // Load the value v.load(eContext); // Copy to local... | public final void visit_lstore(int index) { final LongItem v = vstack.popLong(); final int ebpOfs = stackFrame.getWideEbpOffset(index); // pin down other references to this local vstack.loadLocal(eContext, ebpOfs); // Load the value v.load(eContext); // Copy to local... | 26,321 |
public final void visit_lsub() { final LongItem v2 = vstack.popLong(); final LongItem v1 = vstack.popLong(); prepareForOperation(v1, v2); final Register r1_lsb = v1.getLsbRegister(); final Register r1_msb = v1.getMsbRegister(); switch (v2.getKind()) { case Item.Kind.... | public final void visit_lsub() { final LongItem v2 = vstack.popLong(); final LongItem v1 = vstack.popLong(); prepareForOperation(v1, v2); final Register r1_lsb = v1.getLsbRegister(); final Register r1_msb = v1.getMsbRegister(); switch (v2.getKind()) { case Item.Kind.... | 26,322 |
public final void visit_lsub() { final LongItem v2 = vstack.popLong(); final LongItem v1 = vstack.popLong(); prepareForOperation(v1, v2); final Register r1_lsb = v1.getLsbRegister(); final Register r1_msb = v1.getMsbRegister(); switch (v2.getKind()) { case Item.Kind.... | public final void visit_lsub() { final LongItem v2 = vstack.popLong(); final LongItem v1 = vstack.popLong(); prepareForOperation(v1, v2); final Register r1_lsb = v1.getLsbRegister(); final Register r1_msb = v1.getMsbRegister(); switch (v2.getKind()) { case Item.Kind.... | 26,323 |
public final void visit_lushr() { final IntItem cnt = vstack.popInt(); final LongItem val = vstack.popLong(); final X86RegisterPool pool = eContext.getPool(); // Get cnt into ECX if (!cnt.uses(ECX)) { val.spillIfUsing(eContext, ECX); requestRegister(ECX, cnt)... | public final void visit_lushr() { final IntItem cnt = vstack.popInt(); final LongItem val = vstack.popLong(); final X86RegisterPool pool = eContext.getPool(); // Get cnt into ECX if (!cnt.uses(ECX)) { val.spillIfUsing(eContext, ECX); requestRegister(ECX, cnt)... | 26,324 |
public final void visit_lushr() { final IntItem cnt = vstack.popInt(); final LongItem val = vstack.popLong(); final X86RegisterPool pool = eContext.getPool(); // Get cnt into ECX if (!cnt.uses(ECX)) { val.spillIfUsing(eContext, ECX); requestRegister(ECX, cnt)... | public final void visit_lushr() { final IntItem cnt = vstack.popInt(); final LongItem val = vstack.popLong(); final X86RegisterPool pool = eContext.getPool(); // Get cnt into ECX if (!cnt.uses(ECX)) { val.spillIfUsing(eContext, ECX); requestRegister(ECX, cnt)... | 26,325 |
public final void visit_lushr() { final IntItem cnt = vstack.popInt(); final LongItem val = vstack.popLong(); final X86RegisterPool pool = eContext.getPool(); // Get cnt into ECX if (!cnt.uses(ECX)) { val.spillIfUsing(eContext, ECX); requestRegister(ECX, cnt)... | public final void visit_lushr() { final IntItem cnt = vstack.popInt(); final LongItem val = vstack.popLong(); final X86RegisterPool pool = eContext.getPool(); // Get cnt into ECX if (!cnt.uses(ECX)) { val.spillIfUsing(eContext, ECX); requestRegister(ECX, cnt)... | 26,326 |
public final void visit_lushr() { final IntItem cnt = vstack.popInt(); final LongItem val = vstack.popLong(); final X86RegisterPool pool = eContext.getPool(); // Get cnt into ECX if (!cnt.uses(ECX)) { val.spillIfUsing(eContext, ECX); requestRegister(ECX, cnt)... | public final void visit_lushr() { final IntItem cnt = vstack.popInt(); final LongItem val = vstack.popLong(); final X86RegisterPool pool = eContext.getPool(); // Get cnt into ECX if (!cnt.uses(ECX)) { val.spillIfUsing(eContext, ECX); requestRegister(ECX, cnt)... | 26,327 |
public final void visit_lushr() { final IntItem cnt = vstack.popInt(); final LongItem val = vstack.popLong(); final X86RegisterPool pool = eContext.getPool(); // Get cnt into ECX if (!cnt.uses(ECX)) { val.spillIfUsing(eContext, ECX); requestRegister(ECX, cnt)... | public final void visit_lushr() { final IntItem cnt = vstack.popInt(); final LongItem val = vstack.popLong(); final X86RegisterPool pool = eContext.getPool(); // Get cnt into ECX if (!cnt.uses(ECX)) { val.spillIfUsing(eContext, ECX); requestRegister(ECX, cnt)... | 26,328 |
public final void visit_lushr() { final IntItem cnt = vstack.popInt(); final LongItem val = vstack.popLong(); final X86RegisterPool pool = eContext.getPool(); // Get cnt into ECX if (!cnt.uses(ECX)) { val.spillIfUsing(eContext, ECX); requestRegister(ECX, cnt)... | public final void visit_lushr() { final IntItem cnt = vstack.popInt(); final LongItem val = vstack.popLong(); final X86RegisterPool pool = eContext.getPool(); // Get cnt into ECX if (!cnt.uses(ECX)) { val.spillIfUsing(eContext, ECX); requestRegister(ECX, cnt)... | 26,329 |
public final void visit_lxor() { final LongItem v2 = vstack.popLong(); final LongItem v1 = vstack.popLong(); prepareForOperation(v1, v2); final Register r1_lsb = v1.getLsbRegister(); final Register r1_msb = v1.getMsbRegister(); switch (v2.getKind()) { case Item.Kind.... | public final void visit_lxor() { final LongItem v2 = vstack.popLong(); final LongItem v1 = vstack.popLong(); prepareForOperation(v1, v2); final Register r1_lsb = v1.getLsbRegister(); final Register r1_msb = v1.getMsbRegister(); switch (v2.getKind()) { case Item.Kind.... | 26,330 |
public final void visit_lxor() { final LongItem v2 = vstack.popLong(); final LongItem v1 = vstack.popLong(); prepareForOperation(v1, v2); final Register r1_lsb = v1.getLsbRegister(); final Register r1_msb = v1.getMsbRegister(); switch (v2.getKind()) { case Item.Kind.... | public final void visit_lxor() { final LongItem v2 = vstack.popLong(); final LongItem v1 = vstack.popLong(); prepareForOperation(v1, v2); final Register r1_lsb = v1.getLsbRegister(); final Register r1_msb = v1.getMsbRegister(); switch (v2.getKind()) { case Item.Kind.... | 26,331 |
public final void visit_monitorenter() { vstack.push(eContext); RefItem v = vstack.popRef(); v.release1(eContext); // Objectref is already on the stack helper.invokeJavaMethod(context.getMonitorEnterMethod()); } | public final void visit_monitorenter() { vstack.push(eContext); RefItem v = vstack.popRef(); v.release1(eContext); // Objectref is already on the stack helper.invokeJavaMethod(context.getMonitorEnterMethod()); } | 26,332 |
public final void visit_monitorenter() { vstack.push(eContext); RefItem v = vstack.popRef(); v.release1(eContext); // Objectref is already on the stack helper.invokeJavaMethod(context.getMonitorEnterMethod()); } | public final void visit_monitorenter() { vstack.push(eContext); RefItem v = vstack.popRef(); v.release1(eContext); // Objectref is already on the stack helper.invokeJavaMethod(context.getMonitorEnterMethod()); } | 26,333 |
public final void visit_monitorexit() { vstack.push(eContext); RefItem v = vstack.popRef(); v.release1(eContext); // Objectref is already on the stack helper.invokeJavaMethod(context.getMonitorExitMethod()); } | public final void visit_monitorexit() { vstack.push(eContext); RefItem v = vstack.popRef(); v.release1(eContext); // Objectref is already on the stack helper.invokeJavaMethod(context.getMonitorExitMethod()); } | 26,334 |
public final void visit_monitorexit() { vstack.push(eContext); RefItem v = vstack.popRef(); v.release1(eContext); // Objectref is already on the stack helper.invokeJavaMethod(context.getMonitorExitMethod()); } | public final void visit_monitorexit() { vstack.push(eContext); RefItem v = vstack.popRef(); v.release1(eContext); // Objectref is already on the stack helper.invokeJavaMethod(context.getMonitorExitMethod()); } | 26,335 |
public final void visit_multianewarray(VmConstClass clazz, int dimensions) { // flush all vstack items to the stack // all registers are freed vstack.push(eContext); // Create the dimensions array os.writePUSH(10); /* type=int */ os.writePUSH(dimensions); /* elements */ ... | public final void visit_multianewarray(VmConstClass clazz, int dimensions) { // flush all vstack items to the stack // all registers are freed vstack.push(eContext); // Create the dimensions array os.writePUSH(10); /* type=int */ os.writePUSH(dimensions); /* elements */ ... | 26,336 |
public final void visit_multianewarray(VmConstClass clazz, int dimensions) { // flush all vstack items to the stack // all registers are freed vstack.push(eContext); // Create the dimensions array os.writePUSH(10); /* type=int */ os.writePUSH(dimensions); /* elements */ ... | public final void visit_multianewarray(VmConstClass clazz, int dimensions) { // flush all vstack items to the stack // all registers are freed vstack.push(eContext); // Create the dimensions array os.writePUSH(10); /* type=int */ os.writePUSH(dimensions); /* elements */ ... | 26,337 |
public final void visit_multianewarray(VmConstClass clazz, int dimensions) { // flush all vstack items to the stack // all registers are freed vstack.push(eContext); // Create the dimensions array os.writePUSH(10); /* type=int */ os.writePUSH(dimensions); /* elements */ ... | public final void visit_multianewarray(VmConstClass clazz, int dimensions) { // flush all vstack items to the stack // all registers are freed vstack.push(eContext); // Create the dimensions array os.writePUSH(10); /* type=int */ os.writePUSH(dimensions); /* elements */ ... | 26,338 |
public final void visit_multianewarray(VmConstClass clazz, int dimensions) { // flush all vstack items to the stack // all registers are freed vstack.push(eContext); // Create the dimensions array os.writePUSH(10); /* type=int */ os.writePUSH(dimensions); /* elements */ ... | public final void visit_multianewarray(VmConstClass clazz, int dimensions) { // flush all vstack items to the stack // all registers are freed vstack.push(eContext); // Create the dimensions array os.writePUSH(10); /* type=int */ os.writePUSH(dimensions); /* elements */ ... | 26,339 |
public final void visit_multianewarray(VmConstClass clazz, int dimensions) { // flush all vstack items to the stack // all registers are freed vstack.push(eContext); // Create the dimensions array os.writePUSH(10); /* type=int */ os.writePUSH(dimensions); /* elements */ ... | public final void visit_multianewarray(VmConstClass clazz, int dimensions) { // flush all vstack items to the stack // all registers are freed vstack.push(eContext); // Create the dimensions array os.writePUSH(10); /* type=int */ os.writePUSH(dimensions); /* elements */ ... | 26,340 |
public final void visit_multianewarray(VmConstClass clazz, int dimensions) { // flush all vstack items to the stack // all registers are freed vstack.push(eContext); // Create the dimensions array os.writePUSH(10); /* type=int */ os.writePUSH(dimensions); /* elements */ ... | public final void visit_multianewarray(VmConstClass clazz, int dimensions) { // flush all vstack items to the stack // all registers are freed vstack.push(eContext); // Create the dimensions array os.writePUSH(10); /* type=int */ os.writePUSH(dimensions); /* elements */ ... | 26,341 |
public final void visit_multianewarray(VmConstClass clazz, int dimensions) { // flush all vstack items to the stack // all registers are freed vstack.push(eContext); // Create the dimensions array os.writePUSH(10); /* type=int */ os.writePUSH(dimensions); /* elements */ ... | public final void visit_multianewarray(VmConstClass clazz, int dimensions) { // flush all vstack items to the stack // all registers are freed vstack.push(eContext); // Create the dimensions array os.writePUSH(10); /* type=int */ os.writePUSH(dimensions); /* elements */ ... | 26,342 |
public final void visit_new(VmConstClass classRef) { // Push all vstack.push(eContext); // Allocate tmp register final Register classr = requestRegister(JvmType.REFERENCE); writeResolveAndLoadClassToReg(classRef, classr); /* Setup a call to SoftByteCodes.allocObject */ ... | public final void visit_new(VmConstClass classRef) { // Push all vstack.push(eContext); // Allocate tmp register final Register classr = requestRegister(JvmType.REFERENCE); writeResolveAndLoadClassToReg(classRef, classr); /* Setup a call to SoftByteCodes.allocObject */ ... | 26,343 |
public final void visit_new(VmConstClass classRef) { // Push all vstack.push(eContext); // Allocate tmp register final Register classr = requestRegister(JvmType.REFERENCE); writeResolveAndLoadClassToReg(classRef, classr); /* Setup a call to SoftByteCodes.allocObject */ ... | public final void visit_new(VmConstClass classRef) { // Push all vstack.push(eContext); // Allocate tmp register final Register classr = requestRegister(JvmType.REFERENCE); writeResolveAndLoadClassToReg(classRef, classr); /* Setup a call to SoftByteCodes.allocObject */ ... | 26,344 |
public final void visit_new(VmConstClass classRef) { // Push all vstack.push(eContext); // Allocate tmp register final Register classr = requestRegister(JvmType.REFERENCE); writeResolveAndLoadClassToReg(classRef, classr); /* Setup a call to SoftByteCodes.allocObject */ ... | public final void visit_new(VmConstClass classRef) { // Push all vstack.push(eContext); // Allocate tmp register final Register classr = requestRegister(JvmType.REFERENCE); writeResolveAndLoadClassToReg(classRef, classr); /* Setup a call to SoftByteCodes.allocObject */ ... | 26,345 |
public final void visit_new(VmConstClass classRef) { // Push all vstack.push(eContext); // Allocate tmp register final Register classr = requestRegister(JvmType.REFERENCE); writeResolveAndLoadClassToReg(classRef, classr); /* Setup a call to SoftByteCodes.allocObject */ ... | public final void visit_new(VmConstClass classRef) { // Push all vstack.push(eContext); // Allocate tmp register final Register classr = requestRegister(JvmType.REFERENCE); writeResolveAndLoadClassToReg(classRef, classr); /* Setup a call to SoftByteCodes.allocObject */ ... | 26,346 |
public final void visit_newarray(int type) { // Load count final IntItem count = vstack.popInt(); count.loadIf(eContext, Item.Kind.STACK); // flush stack, result also on stack vstack.push(eContext); // Setup a call to SoftByteCodes.allocArray os.writePUSH(type); /* t... | public final void visit_newarray(int type) { // Load count final IntItem count = vstack.popInt(); count.loadIf(eContext, Item.Kind.STACK); // flush stack, result also on stack vstack.push(eContext); // Setup a call to SoftByteCodes.allocArray os.writePUSH(type); /* t... | 26,347 |
public final void visit_newarray(int type) { // Load count final IntItem count = vstack.popInt(); count.loadIf(eContext, Item.Kind.STACK); // flush stack, result also on stack vstack.push(eContext); // Setup a call to SoftByteCodes.allocArray os.writePUSH(type); /* t... | public final void visit_newarray(int type) { // Load count final IntItem count = vstack.popInt(); count.loadIf(eContext, Item.Kind.STACK); // flush stack, result also on stack vstack.push(eContext); // Setup a call to SoftByteCodes.allocArray os.writePUSH(type); /* t... | 26,348 |
public final void visit_newarray(int type) { // Load count final IntItem count = vstack.popInt(); count.loadIf(eContext, Item.Kind.STACK); // flush stack, result also on stack vstack.push(eContext); // Setup a call to SoftByteCodes.allocArray os.writePUSH(type); /* t... | public final void visit_newarray(int type) { // Load count final IntItem count = vstack.popInt(); count.loadIf(eContext, Item.Kind.STACK); // flush stack, result also on stack vstack.push(eContext); // Setup a call to SoftByteCodes.allocArray os.writePUSH(type); /* t... | 26,349 |
public final void visit_newarray(int type) { // Load count final IntItem count = vstack.popInt(); count.loadIf(eContext, Item.Kind.STACK); // flush stack, result also on stack vstack.push(eContext); // Setup a call to SoftByteCodes.allocArray os.writePUSH(type); /* t... | public final void visit_newarray(int type) { // Load count final IntItem count = vstack.popInt(); count.loadIf(eContext, Item.Kind.STACK); // flush stack, result also on stack vstack.push(eContext); // Setup a call to SoftByteCodes.allocArray os.writePUSH(type); /* t... | 26,350 |
public final void visit_nop() { // Nothing os.writeNOP(); } | public final void visit_nop() { // Nothing os.writeNOP(); } | 26,351 |
public final void visit_pop() { generic_pop(4); } | public final void visit_pop() { generic_pop(4); } | 26,352 |
public final void visit_pop2() { generic_pop(8); } | public final void visit_pop2() { generic_pop(8); } | 26,353 |
public final void visit_putfield(VmConstFieldRef fieldRef) { fieldRef.resolve(loader); final VmField field = fieldRef.getResolvedVmField(); if (field.isStatic()) { throw new IncompatibleClassChangeError( "getfield called on static field " + fieldRef.getName()); } final VmI... | public final void visit_putfield(VmConstFieldRef fieldRef) { fieldRef.resolve(loader); final VmField field = fieldRef.getResolvedVmField(); if (field.isStatic()) { throw new IncompatibleClassChangeError( "getfield called on static field " + fieldRef.getName()); } final VmI... | 26,354 |
public final void visit_putfield(VmConstFieldRef fieldRef) { fieldRef.resolve(loader); final VmField field = fieldRef.getResolvedVmField(); if (field.isStatic()) { throw new IncompatibleClassChangeError( "getfield called on static field " + fieldRef.getName()); } final VmI... | public final void visit_putfield(VmConstFieldRef fieldRef) { fieldRef.resolve(loader); final VmField field = fieldRef.getResolvedVmField(); if (field.isStatic()) { throw new IncompatibleClassChangeError( "getfield called on static field " + fieldRef.getName()); } final VmI... | 26,355 |
public final void visit_putfield(VmConstFieldRef fieldRef) { fieldRef.resolve(loader); final VmField field = fieldRef.getResolvedVmField(); if (field.isStatic()) { throw new IncompatibleClassChangeError( "getfield called on static field " + fieldRef.getName()); } final VmI... | public final void visit_putfield(VmConstFieldRef fieldRef) { fieldRef.resolve(loader); final VmField field = fieldRef.getResolvedVmField(); if (field.isStatic()) { throw new IncompatibleClassChangeError( "getfield called on static field " + fieldRef.getName()); } final VmI... | 26,356 |
public final void visit_putfield(VmConstFieldRef fieldRef) { fieldRef.resolve(loader); final VmField field = fieldRef.getResolvedVmField(); if (field.isStatic()) { throw new IncompatibleClassChangeError( "getfield called on static field " + fieldRef.getName()); } final VmI... | public final void visit_putfield(VmConstFieldRef fieldRef) { fieldRef.resolve(loader); final VmField field = fieldRef.getResolvedVmField(); if (field.isStatic()) { throw new IncompatibleClassChangeError( "getfield called on static field " + fieldRef.getName()); } final VmI... | 26,357 |
public final void visit_putfield(VmConstFieldRef fieldRef) { fieldRef.resolve(loader); final VmField field = fieldRef.getResolvedVmField(); if (field.isStatic()) { throw new IncompatibleClassChangeError( "getfield called on static field " + fieldRef.getName()); } final VmI... | public final void visit_putfield(VmConstFieldRef fieldRef) { fieldRef.resolve(loader); final VmField field = fieldRef.getResolvedVmField(); if (field.isStatic()) { throw new IncompatibleClassChangeError( "getfield called on static field " + fieldRef.getName()); } final VmI... | 26,358 |
public final void visit_putfield(VmConstFieldRef fieldRef) { fieldRef.resolve(loader); final VmField field = fieldRef.getResolvedVmField(); if (field.isStatic()) { throw new IncompatibleClassChangeError( "getfield called on static field " + fieldRef.getName()); } final VmI... | public final void visit_putfield(VmConstFieldRef fieldRef) { fieldRef.resolve(loader); final VmField field = fieldRef.getResolvedVmField(); if (field.isStatic()) { throw new IncompatibleClassChangeError( "getfield called on static field " + fieldRef.getName()); } final VmI... | 26,359 |
public final void visit_putstatic(VmConstFieldRef fieldRef) { fieldRef.resolve(loader); final VmStaticField sf = (VmStaticField) fieldRef.getResolvedVmField(); // Initialize class if needed if (!sf.getDeclaringClass().isInitialized()) { final Register tmp = requestRegister(Jvm... | public final void visit_putstatic(VmConstFieldRef fieldRef) { fieldRef.resolve(loader); final VmStaticField sf = (VmStaticField) fieldRef.getResolvedVmField(); // Initialize class if needed if (!sf.getDeclaringClass().isInitialized()) { final Register tmp = requestRegister(Jvm... | 26,360 |
public final void visit_putstatic(VmConstFieldRef fieldRef) { fieldRef.resolve(loader); final VmStaticField sf = (VmStaticField) fieldRef.getResolvedVmField(); // Initialize class if needed if (!sf.getDeclaringClass().isInitialized()) { final Register tmp = requestRegister(Jvm... | public final void visit_putstatic(VmConstFieldRef fieldRef) { fieldRef.resolve(loader); final VmStaticField sf = (VmStaticField) fieldRef.getResolvedVmField(); // Initialize class if needed if (!sf.getDeclaringClass().isInitialized()) { final Register tmp = requestRegister(Jvm... | 26,361 |
public final void visit_putstatic(VmConstFieldRef fieldRef) { fieldRef.resolve(loader); final VmStaticField sf = (VmStaticField) fieldRef.getResolvedVmField(); // Initialize class if needed if (!sf.getDeclaringClass().isInitialized()) { final Register tmp = requestRegister(Jvm... | public final void visit_putstatic(VmConstFieldRef fieldRef) { fieldRef.resolve(loader); final VmStaticField sf = (VmStaticField) fieldRef.getResolvedVmField(); // Initialize class if needed if (!sf.getDeclaringClass().isInitialized()) { final Register tmp = requestRegister(Jvm... | 26,362 |
public final void visit_putstatic(VmConstFieldRef fieldRef) { fieldRef.resolve(loader); final VmStaticField sf = (VmStaticField) fieldRef.getResolvedVmField(); // Initialize class if needed if (!sf.getDeclaringClass().isInitialized()) { final Register tmp = requestRegister(Jvm... | public final void visit_putstatic(VmConstFieldRef fieldRef) { fieldRef.resolve(loader); final VmStaticField sf = (VmStaticField) fieldRef.getResolvedVmField(); // Initialize class if needed if (!sf.getDeclaringClass().isInitialized()) { final Register tmp = requestRegister(Jvm... | 26,363 |
public final void visit_putstatic(VmConstFieldRef fieldRef) { fieldRef.resolve(loader); final VmStaticField sf = (VmStaticField) fieldRef.getResolvedVmField(); // Initialize class if needed if (!sf.getDeclaringClass().isInitialized()) { final Register tmp = requestRegister(Jvm... | public final void visit_putstatic(VmConstFieldRef fieldRef) { fieldRef.resolve(loader); final VmStaticField sf = (VmStaticField) fieldRef.getResolvedVmField(); // Initialize class if needed if (!sf.getDeclaringClass().isInitialized()) { final Register tmp = requestRegister(Jvm... | 26,364 |
public final void visit_putstatic(VmConstFieldRef fieldRef) { fieldRef.resolve(loader); final VmStaticField sf = (VmStaticField) fieldRef.getResolvedVmField(); // Initialize class if needed if (!sf.getDeclaringClass().isInitialized()) { final Register tmp = requestRegister(Jvm... | public final void visit_putstatic(VmConstFieldRef fieldRef) { fieldRef.resolve(loader); final VmStaticField sf = (VmStaticField) fieldRef.getResolvedVmField(); // Initialize class if needed if (!sf.getDeclaringClass().isInitialized()) { final Register tmp = requestRegister(Jvm... | 26,365 |
public final void visit_ret(int index) { // Calc EBP offset final int ebpOfs = stackFrame.getEbpOffset(index); // Claim tmp register final Register tmp = requestRegister(JvmType.INT); // Load ret & jmp os.writeMOV(INTSIZE, tmp, FP, ebpOfs); os.writeJMP(tmp); /... | public final void visit_ret(int index) { // Calc EBP offset final int ebpOfs = stackFrame.getEbpOffset(index); // Claim tmp register final Register tmp = requestRegister(JvmType.INT); // Load ret & jmp os.writeMOV(INTSIZE, tmp, FP, ebpOfs); os.writeJMP(tmp); /... | 26,366 |
public final void visit_ret(int index) { // Calc EBP offset final int ebpOfs = stackFrame.getEbpOffset(index); // Claim tmp register final Register tmp = requestRegister(JvmType.INT); // Load ret & jmp os.writeMOV(INTSIZE, tmp, FP, ebpOfs); os.writeJMP(tmp); /... | public final void visit_ret(int index) { // Calc EBP offset final int ebpOfs = stackFrame.getEbpOffset(index); // Claim tmp register final Register tmp = requestRegister(JvmType.INT); // Load ret & jmp os.writeMOV(INTSIZE, tmp, FP, ebpOfs); os.writeJMP(tmp); /... | 26,367 |
public final void visit_ret(int index) { // Calc EBP offset final int ebpOfs = stackFrame.getEbpOffset(index); // Claim tmp register final Register tmp = requestRegister(JvmType.INT); // Load ret & jmp os.writeMOV(INTSIZE, tmp, FP, ebpOfs); os.writeJMP(tmp); /... | public final void visit_ret(int index) { // Calc EBP offset final int ebpOfs = stackFrame.getEbpOffset(index); // Claim tmp register final Register tmp = requestRegister(JvmType.INT); // Load ret & jmp os.writeMOV(INTSIZE, tmp, FP, ebpOfs); os.writeJMP(tmp); /... | 26,368 |
public final void visit_ret(int index) { // Calc EBP offset final int ebpOfs = stackFrame.getEbpOffset(index); // Claim tmp register final Register tmp = requestRegister(JvmType.INT); // Load ret & jmp os.writeMOV(INTSIZE, tmp, FP, ebpOfs); os.writeJMP(tmp); /... | public final void visit_ret(int index) { // Calc EBP offset final int ebpOfs = stackFrame.getEbpOffset(index); // Claim tmp register final Register tmp = requestRegister(JvmType.INT); // Load ret & jmp os.writeMOV(INTSIZE, tmp, FP, ebpOfs); os.writeJMP(tmp); /... | 26,369 |
public final void visit_return() { stackFrame.emitReturn(); assertCondition(vstack.isEmpty(), "vstack should be empty; it is ", vstack); } | public final void visit_return() { stackFrame.emitReturn(); assertCondition(vstack.isEmpty(), "vstack should be empty; it is ", vstack); } | 26,370 |
public final void visit_saload() { IntItem idx = vstack.popInt(); RefItem ref = vstack.popRef(); idx.loadIf(eContext, ~Item.Kind.CONSTANT); ref.load(eContext); Register r = ref.getRegister(); checkBounds(ref, idx); if (idx.isConstant()) { final int i = idx... | public final void visit_saload() { IntItem idx = vstack.popInt(); RefItem ref = vstack.popRef(); idx.loadIf(eContext, ~Item.Kind.CONSTANT); ref.load(eContext); Register r = ref.getRegister(); checkBounds(ref, idx); if (idx.isConstant()) { final int i = idx... | 26,371 |
public final void visit_sastore() { IntItem val = vstack.popInt(); IntItem idx = vstack.popInt(); RefItem ref = vstack.popRef(); //IMPROVE: optimize case with const value val.load(eContext); idx.loadIf(eContext, ~Item.Kind.CONSTANT); ref.load(eContext); final ... | public final void visit_sastore() { IntItem val = vstack.popInt(); IntItem idx = vstack.popInt(); RefItem ref = vstack.popRef(); //IMPROVE: optimize case with const value val.load(eContext); idx.loadIf(eContext, ~Item.Kind.CONSTANT); ref.load(eContext); final ... | 26,372 |
public final void visit_sastore() { IntItem val = vstack.popInt(); IntItem idx = vstack.popInt(); RefItem ref = vstack.popRef(); //IMPROVE: optimize case with const value val.load(eContext); idx.loadIf(eContext, ~Item.Kind.CONSTANT); ref.load(eContext); final ... | public final void visit_sastore() { IntItem val = vstack.popInt(); IntItem idx = vstack.popInt(); RefItem ref = vstack.popRef(); //IMPROVE: optimize case with const value val.load(eContext); idx.loadIf(eContext, ~Item.Kind.CONSTANT); ref.load(eContext); final ... | 26,373 |
public final void visit_sastore() { IntItem val = vstack.popInt(); IntItem idx = vstack.popInt(); RefItem ref = vstack.popRef(); //IMPROVE: optimize case with const value val.load(eContext); idx.loadIf(eContext, ~Item.Kind.CONSTANT); ref.load(eContext); final ... | public final void visit_sastore() { IntItem val = vstack.popInt(); IntItem idx = vstack.popInt(); RefItem ref = vstack.popRef(); //IMPROVE: optimize case with const value val.load(eContext); idx.loadIf(eContext, ~Item.Kind.CONSTANT); ref.load(eContext); final ... | 26,374 |
public final void visit_swap() { final Item v1 = vstack.pop(); final Item v2 = vstack.pop(); assertCondition((v1.getCategory() == 1) && (v2.getCategory() == 1), "category mismatch"); final boolean v1_load = (v1.isStack() || v1.isFPUStack()); final boolean v2_load = ... | public final void visit_swap() { final Item v1 = vstack.pop(); final Item v2 = vstack.pop(); assertCondition((v1.getCategory() == 1) && (v2.getCategory() == 1), "category mismatch"); final boolean v1_load = (v1.isStack() || v1.isFPUStack()); final boolean v2_load = ... | 26,375 |
public final void visit_swap() { final Item v1 = vstack.pop(); final Item v2 = vstack.pop(); assertCondition((v1.getCategory() == 1) && (v2.getCategory() == 1), "category mismatch"); final boolean v1_load = (v1.isStack() || v1.isFPUStack()); final boolean v2_load = ... | public final void visit_swap() { final Item v1 = vstack.pop(); final Item v2 = vstack.pop(); assertCondition((v1.getCategory() == 1) && (v2.getCategory() == 1), "category mismatch"); final boolean v1_load = (v1.isStack() || v1.isFPUStack()); final boolean v2_load = ... | 26,376 |
public final void visit_tableswitch(int defAddress, int lowValue, int highValue, int[] addresses) { //IMPROVE: check Jaos implementation final IntItem val = vstack.popInt(); val.load(eContext); final Register valr = val.getRegister(); vstack.push(eContext); final... | public final void visit_tableswitch(int defAddress, int lowValue, int highValue, int[] addresses) { //IMPROVE: check Jaos implementation final IntItem val = vstack.popInt(); val.load(eContext); final Register valr = val.getRegister(); vstack.push(eContext); final... | 26,377 |
public final void visit_tableswitch(int defAddress, int lowValue, int highValue, int[] addresses) { //IMPROVE: check Jaos implementation final IntItem val = vstack.popInt(); val.load(eContext); final Register valr = val.getRegister(); vstack.push(eContext); final... | public final void visit_tableswitch(int defAddress, int lowValue, int highValue, int[] addresses) { //IMPROVE: check Jaos implementation final IntItem val = vstack.popInt(); val.load(eContext); final Register valr = val.getRegister(); vstack.push(eContext); final... | 26,378 |
public final void visit_tableswitch(int defAddress, int lowValue, int highValue, int[] addresses) { //IMPROVE: check Jaos implementation final IntItem val = vstack.popInt(); val.load(eContext); final Register valr = val.getRegister(); vstack.push(eContext); final... | public final void visit_tableswitch(int defAddress, int lowValue, int highValue, int[] addresses) { //IMPROVE: check Jaos implementation final IntItem val = vstack.popInt(); val.load(eContext); final Register valr = val.getRegister(); vstack.push(eContext); final... | 26,379 |
private final void writeInitializeClass(VmConstFieldRef fieldRef, Register scratch) { // Get fieldRef via constantpool to avoid direct object references in // the native code final VmType declClass = fieldRef.getResolvedVmField() .getDeclaringClass(); if (!declC... | private final void writeInitializeClass(VmConstFieldRef fieldRef, Register scratch) { // Get fieldRef via constantpool to avoid direct object references in // the native code final VmType declClass = fieldRef.getResolvedVmField() .getDeclaringClass(); if (!declC... | 26,380 |
private final void writeInitializeClass(VmConstFieldRef fieldRef, Register scratch) { // Get fieldRef via constantpool to avoid direct object references in // the native code final VmType declClass = fieldRef.getResolvedVmField() .getDeclaringClass(); if (!declC... | private final void writeInitializeClass(VmConstFieldRef fieldRef, Register scratch) { // Get fieldRef via constantpool to avoid direct object references in // the native code final VmType declClass = fieldRef.getResolvedVmField() .getDeclaringClass(); if (!declC... | 26,381 |
private final void writeInitializeClass(VmConstFieldRef fieldRef, Register scratch) { // Get fieldRef via constantpool to avoid direct object references in // the native code final VmType declClass = fieldRef.getResolvedVmField() .getDeclaringClass(); if (!declC... | private final void writeInitializeClass(VmConstFieldRef fieldRef, Register scratch) { // Get fieldRef via constantpool to avoid direct object references in // the native code final VmType declClass = fieldRef.getResolvedVmField() .getDeclaringClass(); if (!declC... | 26,382 |
private final void writeInitializeClass(VmConstFieldRef fieldRef, Register scratch) { // Get fieldRef via constantpool to avoid direct object references in // the native code final VmType declClass = fieldRef.getResolvedVmField() .getDeclaringClass(); if (!declC... | private final void writeInitializeClass(VmConstFieldRef fieldRef, Register scratch) { // Get fieldRef via constantpool to avoid direct object references in // the native code final VmType declClass = fieldRef.getResolvedVmField() .getDeclaringClass(); if (!declC... | 26,383 |
private final void writePOP64(Register lsbReg, Register msbReg) { os.writePOP(lsbReg); os.writePOP(msbReg); } | private final void writePOP64(Register lsbReg, Register msbReg) { os.writePOP(lsbReg); os.writePOP(msbReg); } | 26,384 |
private final void writeResolveAndLoadClassToReg(VmConstClass classRef, Register dst) { // Resolve the class classRef.resolve(loader); final VmType type = classRef.getResolvedVmClass(); // Load the class from the statics table helper.writeGetStaticsEntry(curInstrLabel, ... | private final void writeResolveAndLoadClassToReg(VmConstClass classRef, Register dst) { // Resolve the class classRef.resolve(loader); final VmType type = classRef.getResolvedVmClass(); // Load the class from the statics table helper.writeGetStaticsEntry(curInstrLabel, ... | 26,385 |
private final void writeResolveAndLoadClassToReg(VmConstClass classRef, Register dst) { // Resolve the class classRef.resolve(loader); final VmType type = classRef.getResolvedVmClass(); // Load the class from the statics table helper.writeGetStaticsEntry(curInstrLabel, ... | private final void writeResolveAndLoadClassToReg(VmConstClass classRef, Register dst) { // Resolve the class classRef.resolve(loader); final VmType type = classRef.getResolvedVmClass(); // Load the class from the statics table helper.writeGetStaticsEntry(curInstrLabel, ... | 26,386 |
public final void yieldPoint() { helper.writeYieldPoint(curInstrLabel); } | public final void yieldPoint() { helper.writeYieldPoint(curInstrLabel); } | 26,387 |
EmitterContext(AbstractX86Stream os, X86CompilerHelper helper, VirtualStack vstack) { this.os = os; this.helper = helper; this.vstack = vstack; pool = new X86RegisterPool(); } | EmitterContext(AbstractX86Stream os, X86CompilerHelper helper, VirtualStack vstack, X86RegisterPool pool) { this.os = os; this.helper = helper; this.vstack = vstack; pool = new X86RegisterPool(); } | 26,388 |
EmitterContext(AbstractX86Stream os, X86CompilerHelper helper, VirtualStack vstack) { this.os = os; this.helper = helper; this.vstack = vstack; pool = new X86RegisterPool(); } | EmitterContext(AbstractX86Stream os, X86CompilerHelper helper, VirtualStack vstack) { this.os = os; this.helper = helper; this.vstack = vstack; this.pool = pool; } | 26,389 |
public final void setMethod(VmMethod method) { this.method = method; this.labelPrefix = method.toString() + "_"; this.instrLabelPrefix = labelPrefix + "_bci_"; this.addressLabels = new Label[ method.getBytecodeSize()]; } | public final void setMethod(VmMethod method) { this.method = method; this.labelPrefix = method.toString() + "_"; this.instrLabelPrefix = labelPrefix + "_bci_"; this.addressLabels = new Label[method.getBytecodeSize()]; } | 26,390 |
int getCategory() { if ((kind == LONG)||(kind == DOUBLE)) return 2; else return 1; } | int getCategory() { if ((kind == LONG)||(kind == DOUBLE)) return 2; else return 1; } | 26,391 |
static final DoubleWordItem createReg(int jvmType, Register lsb, Register msb) { switch (jvmType) { case JvmType.LONG: return LongItem.createReg(lsb, msb); case JvmType.DOUBLE: return DoubleItem.createReg(lsb, msb); default: throw new IllegalAr... | static final DoubleWordItem createReg(int jvmType, Register lsb, Register msb) { switch (jvmType) { case JvmType.LONG: return LongItem.createReg(lsb, msb); case JvmType.DOUBLE: return DoubleItem.createReg(lsb, msb); default: throw new IllegalAr... | 26,392 |
public Object request(int type) { return request(type, null); } | public Object request(int type) { return request(type, null); } | 26,393 |
static final WordItem createReg(int jvmType, Register reg) { switch (jvmType) { case JvmType.INT: return IntItem.createReg(reg); case JvmType.REFERENCE: return RefItem.createRegister(reg); case JvmType.FLOAT: return FloatItem.createReg(reg); defaul... | static final WordItem createReg(int jvmType, Register reg) { switch (jvmType) { case JvmType.INT: return IntItem.createReg(reg); case JvmType.REFERENCE: return RefItem.createRegister(reg); case JvmType.FLOAT: return FloatItem.createReg(reg); defaul... | 26,394 |
public void startInlinedMethod(VmMethod inlinedMethod, Label curInstrLabel) { this.labelPrefix = curInstrLabel + "_" + inlinedMethod + "_"; this.instrLabelPrefix = labelPrefix + "_bci_"; this.addressLabels = new Label[ inlinedMethod.getBytecodeSize()]; } | public void startInlinedMethod(VmMethod inlinedMethod, Label curInstrLabel) { this.labelPrefix = curInstrLabel + "_" + inlinedMethod + "_"; this.instrLabelPrefix = labelPrefix + "_bci_"; this.addressLabels = new Label[inlinedMethod.getBytecodeSize()]; } | 26,396 |
public final Label getInstrLabel(int address) { Label l = addressLabels[ address]; if (l == null) { l = new Label(instrLabelPrefix + address); addressLabels[ address] = l; } return l; } | public final Label getInstrLabel(int address) { Label l = addressLabels[address]; if (l == null) { l = new Label(instrLabelPrefix + address); addressLabels[ address] = l; } return l; } | 26,397 |
public final Label getInstrLabel(int address) { Label l = addressLabels[ address]; if (l == null) { l = new Label(instrLabelPrefix + address); addressLabels[ address] = l; } return l; } | public final Label getInstrLabel(int address) { Label l = addressLabels[ address]; if (l == null) { l = new Label(instrLabelPrefix + address); addressLabels[address] = l; } return l; } | 26,398 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.