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

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h3048 class HBoundsCheck;
3057 HBoundsCheck* check() { return check_; }
3071 InductionVariableCheck(HBoundsCheck* check,
3078 HBoundsCheck* check_;
3090 void AddCheck(HBoundsCheck* check, int32_t upper_limit = kNoLimit);
3107 HBoundsCheck* first_check_in_block() { return first_check_in_block_; }
3120 HBoundsCheck* first_check_in_block_;
3173 void AddCheck(HBoundsCheck* check, int32_t upper_limit = kNoLimit);
4029 class HBoundsCheck FINAL : public HTemplateInstruction<2> {
4031 DECLARE_INSTRUCTION_FACTORY_P2(HBoundsCheck, HValu
4095 HBoundsCheck(HValue* index, HValue* length) function in class:v8::FINAL::FINAL
[all...]

Completed in 152 milliseconds