Home | History | Annotate | Download | only in verifier

Lines Matching refs:IsLong

3313                  (insn_type.IsLong() && component_type.IsDouble()))) {
3343 } else if (target_type.IsLong()) {
3344 instruction_compatible = insn_type.IsLong();
3347 instruction_compatible = insn_type.IsLong(); // no put-double, so expect put-long
3525 (field_type.IsDouble() && insn_type.IsLong())) {
3727 } else if (field_type.IsLong()) {
3728 instruction_compatible = insn_type.IsLong();
3731 instruction_compatible = insn_type.IsLong(); // no [is]put-double, so expect [is]put-long
4181 } else if (type.IsLong()) {