Home | History | Annotate | Download | only in verifier

Lines Matching refs:IsLong

4680                  (insn_type.IsLong() && component_type.IsDouble()))) {
4710 } else if (target_type.IsLong()) {
4711 instruction_compatible = insn_type.IsLong();
4721 instruction_compatible = insn_type.IsLong(); // no put-double, so expect put-long
5027 (field_type->IsDouble() && insn_type.IsLong())) {
5143 } else if (field_type->IsLong()) {
5144 instruction_compatible = insn_type.IsLong();
5147 instruction_compatible = insn_type.IsLong(); // no [is]put-double, so expect [is]put-long
5355 } else if (type.IsLong()) {