Searched refs:insert1 (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/compiler/codegen/x86/
H A DAnalysisO1.cpp1195 bool insert1 = false; //whether to insert the def to tmpInfo.reachingDefs local
1202 insert1 = true;
1209 if(deftype != REGACCESS_H) insert1 = true;
1215 if(deftype != REGACCESS_L) insert1 = true;
1217 if(insert1) {

Completed in 11 milliseconds