Searched refs:IsConstant (Results 26 - 39 of 39) sorted by relevance

12

/art/compiler/optimizing/
H A Dregister_allocator.cc391 DCHECK(output.IsUnallocated() || output.IsConstant());
399 if (current->HasSpillSlot() || instruction->IsConstant()) {
1317 if (defined_by->IsConstant()) {
1415 && !source.IsConstant()) {
1641 } else if (!expected_location.IsConstant()) {
1744 (instruction->IsConstant() || instruction->IsCurrentMethod());
1795 if (defined_by->IsConstant()) {
H A Dcode_generator.cc77 } else if (location.IsConstant()) {
791 DCHECK(in_environment->IsPhi() || in_environment->IsConstant());
795 location.IsConstant() ||
H A Dinduction_var_analysis.cc901 return InductionVarRange(this).IsConstant(info, InductionVarRange::kExact, value);
905 return InductionVarRange(this).IsConstant(info, InductionVarRange::kAtMost, value);
909 return InductionVarRange(this).IsConstant(info, InductionVarRange::kAtLeast, value);
H A Dcommon_arm64.h236 if (constant->IsConstant()
H A Dgraph_checker.cc669 return insn1->IsConstant()
670 && insn2->IsConstant()
H A Dparallel_move_test.cc37 if (location.IsConstant()) {
H A Dssa_liveness_analysis.cc547 if (defined_by->IsConstant()) {
H A Dgraph_visualizer.cc294 } else if (location.IsConstant()) {
H A Dssa_liveness_analysis.h1275 DCHECK(instruction->IsCurrentMethod() || instruction->IsConstant())
H A Dnodes.cc1287 if (GetRight()->IsConstant()) {
1289 } else if (IsCommutative() && GetLeft()->IsConstant()) {
H A Dinliner.cc946 if (!value->IsConstant() || !value->AsConstant()->IsZeroBitPattern()) {
H A Dnodes.h2958 if (left->IsConstant() && !right->IsConstant()) {
2972 if (left == right || (!left->IsConstant() && right->IsConstant())) {
/art/runtime/verifier/
H A Dreg_type_cache.cc561 if (cur_entry->klass_.IsNull() && cur_entry->IsConstant() &&
H A Dmethod_verifier.cc5010 if (type.IsConstant()) {

Completed in 341 milliseconds

12