Home
last modified time | relevance | path

Searched refs:vr_array (Results 1 – 3 of 3) sorted by relevance

/dalvik/vm/compiler/codegen/x86/
DLower.h577 void setVRBoundCheck(int vr_array, int vr_index);
578 bool isVRBoundCheck(int vr_array, int vr_index);
1228 int boundCheck(int vr_array, int reg_array, bool isPhysical_array,
DAnalysisO1.cpp3352 bool isVRBoundCheck(int vr_array, int vr_index) { argument
3353 int indexL = searchMemTable(vr_array);
3355 ALOGE("isVRBoundCheck: VR %d not in memVRTable", vr_array);
3377 void setVRBoundCheck(int vr_array, int vr_index) { argument
3378 int indexL = searchMemTable(vr_array);
3380 ALOGE("setVRBoundCheck: VR %d not in memVRTable", vr_array);
DLowerHelper.cpp1906 int boundCheck(int vr_array, int reg_array, bool isPhysical_array, in boundCheck() argument
1910 if(isVRBoundCheck(vr_array, vr_index)) { in boundCheck()
1926 setVRBoundCheck(vr_array, vr_index); in boundCheck()