HomeSort by relevance Sort by last modified time
    Searched refs:addJump (Results 1 - 9 of 9) sorted by null

  /external/javassist/src/test/test/javassist/bytecode/analysis/
ScannerTest.java 118 /* 12 */ addJump(code, Opcode.GOTO, 125);
122 /* 20 */ addJump(code, Opcode.GOTO, 125);
124 /* 25 */ addJump(code, Opcode.JSR, 31);
139 /* 66 */ addJump(code, Opcode.GOTO, 111);
141 /* 71 */ addJump(code, Opcode.JSR, 77);
148 /* 85 */ addJump(code, Opcode.GOTO, 106);
150 /* 90 */ addJump(code, Opcode.JSR, 96);
158 /* 106 */ addJump(code, Opcode.JSR, 96);
160 /* 111 */ addJump(code, Opcode.JSR, 77);
161 /* 114 */ addJump(code, Opcode.GOTO, 123)
    [all...]
AnalyzerTest.java 142 private static void addJump(Bytecode code, int opcode, int pos) {
204 /* 1 */ addJump(code, Opcode.GOTO, 5);
257 /* 2 */ addJump(code, Opcode.JSR, 7);
279 /* 0 */ addJump(code, Opcode.JSR, 5);
  /external/webkit/Source/JavaScriptCore/jit/
JITArithmetic32_64.cpp 103 addJump(branch32(LessThanOrEqual, regT0, Imm32(asString(getConstantOperand(op1))->tryGetValue()[0])), target);
112 addJump(branch32(GreaterThanOrEqual, regT0, Imm32(asString(getConstantOperand(op2))->tryGetValue()[0])), target);
119 addJump(branch32(LessThanOrEqual, regT2, Imm32(getConstantOperand(op1).asInt32())), target);
123 addJump(branch32(GreaterThanOrEqual, regT0, Imm32(getConstantOperand(op2).asInt32())), target);
128 addJump(branch32(GreaterThanOrEqual, regT0, regT2), target);
192 addJump(branch32(GreaterThan, regT0, Imm32(asString(getConstantOperand(op1))->tryGetValue()[0])), target);
201 addJump(branch32(LessThan, regT0, Imm32(asString(getConstantOperand(op2))->tryGetValue()[0])), target);
207 addJump(branch32(GreaterThan, regT2, Imm32(getConstantOperand(op1).asInt32())), target);
211 addJump(branch32(LessThan, regT0, Imm32(getConstantOperand(op2).asInt32())), target);
216 addJump(branch32(LessThan, regT0, regT2), target)
    [all...]
JITArithmetic.cpp 262 addJump(branch32(LessThanOrEqual, regT0, Imm32(asString(getConstantOperand(op1))->tryGetValue()[0])), target);
271 addJump(branch32(GreaterThanOrEqual, regT0, Imm32(asString(getConstantOperand(op2))->tryGetValue()[0])), target);
278 addJump(branch32(GreaterThanOrEqual, regT0, Imm32(op2imm)), target);
283 addJump(branch32(LessThanOrEqual, regT1, Imm32(op1imm)), target);
289 addJump(branch32(GreaterThanOrEqual, regT0, regT1), target);
415 addJump(branch32(GreaterThan, regT0, Imm32(asString(getConstantOperand(op1))->tryGetValue()[0])), target);
424 addJump(branch32(LessThan, regT0, Imm32(asString(getConstantOperand(op2))->tryGetValue()[0])), target);
431 addJump(branch32(LessThan, regT0, Imm32(op2imm)), target);
436 addJump(branch32(GreaterThan, regT1, Imm32(op1imm)), target);
442 addJump(branch32(LessThan, regT0, regT1), target)
    [all...]
JITOpcodes32_64.cpp 500 addJump(jump(), target);
514 addJump(branch32(GreaterThanOrEqual, regT0, Imm32(getConstantOperand(op1).asInt32())), target);
521 addJump(branch32(LessThanOrEqual, regT0, Imm32(getConstantOperand(op2).asInt32())), target);
528 addJump(branch32(LessThanOrEqual, regT0, regT2), target);
    [all...]
JITOpcodes.cpp 342 addJump(jump(), target);
357 addJump(branch32(LessThanOrEqual, regT0, Imm32(op2imm)), target);
362 addJump(branch32(LessThanOrEqual, regT0, regT1), target);
714 addJump(branchPtr(Equal, regT0, TrustedImmPtr(JSValue::encode(jsNumber(0)))), target);
717 addJump(branchPtr(Equal, regT0, TrustedImmPtr(JSValue::encode(jsBoolean(false)))), target);
734 addJump(branchTest8(NonZero, Address(regT2, Structure::typeInfoFlagsOffset()), TrustedImm32(MasqueradesAsUndefined)), target);
740 addJump(branchPtr(Equal, regT0, TrustedImmPtr(JSValue::encode(jsNull()))), target);
755 addJump(branchTest8(Zero, Address(regT2, Structure::typeInfoFlagsOffset()), TrustedImm32(MasqueradesAsUndefined)), target);
761 addJump(branchPtr(NotEqual, regT0, TrustedImmPtr(JSValue::encode(jsNull()))), target);
774 addJump(branchPtr(NotEqual, regT0, TrustedImmPtr(JSValue::encode(JSValue(ptr)))), target);
    [all...]
JITInlineMethods.h 287 ALWAYS_INLINE void JIT::addJump(Jump jump, int relativeOffset)
JIT.h 281 void addJump(Jump, int);
    [all...]
  /external/webkit/Source/JavaScriptCore/yarr/
YarrJIT.cpp 307 addJump(jump);
316 void addJump(Jump jump)
364 result->second->addJump(jump);
    [all...]

Completed in 131 milliseconds