Lines Matching refs:jlong

53 inline jlong BytecodeInterpreter::VMlongAdd(jlong op1, jlong op2) {
57 inline jlong BytecodeInterpreter::VMlongAnd(jlong op1, jlong op2) {
61 inline jlong BytecodeInterpreter::VMlongDiv(jlong op1, jlong op2) {
66 inline jlong BytecodeInterpreter::VMlongMul(jlong op1, jlong op2) {
70 inline jlong BytecodeInterpreter::VMlongOr(jlong op1, jlong op2) {
74 inline jlong BytecodeInterpreter::VMlongSub(jlong op1, jlong op2) {
78 inline jlong BytecodeInterpreter::VMlongXor(jlong op1, jlong op2) {
82 inline jlong BytecodeInterpreter::VMlongRem(jlong op1, jlong op2) {
86 inline jlong BytecodeInterpreter::VMlongUshr(jlong op1, jint op2) {
91 inline jlong BytecodeInterpreter::VMlongShr(jlong op1, jint op2) {
95 inline jlong BytecodeInterpreter::VMlongShl(jlong op1, jint op2) {
99 inline jlong BytecodeInterpreter::VMlongNeg(jlong op) {
103 inline jlong BytecodeInterpreter::VMlongNot(jlong op) {
107 inline int32_t BytecodeInterpreter::VMlongLtz(jlong op) {
111 inline int32_t BytecodeInterpreter::VMlongGez(jlong op) {
115 inline int32_t BytecodeInterpreter::VMlongEqz(jlong op) {
119 inline int32_t BytecodeInterpreter::VMlongEq(jlong op1, jlong op2) {
123 inline int32_t BytecodeInterpreter::VMlongNe(jlong op1, jlong op2) {
127 inline int32_t BytecodeInterpreter::VMlongGe(jlong op1, jlong op2) {
131 inline int32_t BytecodeInterpreter::VMlongLe(jlong op1, jlong op2) {
135 inline int32_t BytecodeInterpreter::VMlongLt(jlong op1, jlong op2) {
139 inline int32_t BytecodeInterpreter::VMlongGt(jlong op1, jlong op2) {
143 inline int32_t BytecodeInterpreter::VMlongCompare(jlong op1, jlong op2) {
149 inline jdouble BytecodeInterpreter::VMlong2Double(jlong val) {
153 inline jfloat BytecodeInterpreter::VMlong2Float(jlong val) {
157 inline jint BytecodeInterpreter::VMlong2Int(jlong val) {
269 inline jlong BytecodeInterpreter::VMint2Long(jint val) {
270 return (jlong) val;
322 static jlong get_jlong(address p) {
329 static void put_jlong(address p, jlong l) {