Home
last modified time | relevance | path

Searched refs:requires_hole_check (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc2953 bool requires_hole_check = hinstr->RequiresHoleCheck(); in DoLoadKeyedFixedArray() local
2965 DCHECK(!requires_hole_check); in DoLoadKeyedFixedArray()
2990 if (requires_hole_check) { in DoLoadKeyedFixedArray()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc3175 bool requires_hole_check = hinstr->RequiresHoleCheck(); in DoShiftI() local
3182 DCHECK(!requires_hole_check); in DoShiftI()
3192 if (requires_hole_check) { in DoShiftI()