Home
last modified time | relevance | path

Searched refs:IsConstantNullRef (Results 1 – 5 of 5) sorted by relevance

/art/compiler/dex/
Dmir_graph.h471 bool IsConstantNullRef(RegLocation loc) const { in IsConstantNullRef() function
/art/compiler/dex/quick/arm/
Dint_arm.cc522 if (need_write_barrier && !mir_graph_->IsConstantNullRef(rl_new_value)) { in GenInlinedCas32()
987 if (!mir_graph_->IsConstantNullRef(rl_src)) { in GenArrayObjPut()
/art/compiler/dex/quick/x86/
Dint_x86.cc556 if (!mir_graph_->IsConstantNullRef(rl_src)) { in GenArrayObjPut()
/art/compiler/dex/quick/mips/
Dint_mips.cc609 if (!mir_graph_->IsConstantNullRef(rl_src)) { in GenArrayObjPut()
/art/compiler/dex/quick/
Dgen_common.cc406 if (is_object && !mir_graph_->IsConstantNullRef(rl_src)) { in GenSput()
742 if (is_object && !mir_graph_->IsConstantNullRef(rl_src)) { in GenIPut()