Searched defs:bounds_check (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h4125 HBoundsCheck* bounds_check() { return HBoundsCheck::cast(OperandAt(1)); } function in class:v8::FINAL::FINAL
H A Dhydrogen.cc2456 HValue* bounds_check = negative_checker.If<HCompareNumericAndBranch>( local
2460 backing_store, key, val, bounds_check, elements_kind, access_type);
8272 HValue* bounds_check = length_checker.If<HCompareNumericAndBranch>( local
8287 bounds_check, elements_kind, LOAD);
8297 elements, reduced_length, hole, bounds_check, elements_kind, STORE);

Completed in 139 milliseconds