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

/external/v8/src/
H A Dhydrogen-instructions.h2617 class HBoundsCheck: public HTemplateInstruction<2> { class in namespace:v8
2619 HBoundsCheck(HValue* index, HValue* length) { function in class:v8::HBoundsCheck
/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h3039 class HBoundsCheck;
3049 HBoundsCheck* check() { return check_; }
3063 InductionVariableCheck(HBoundsCheck* check,
3070 HBoundsCheck* check_;
3082 void AddCheck(HBoundsCheck* check, int32_t upper_limit = kNoLimit);
3099 HBoundsCheck* first_check_in_block() { return first_check_in_block_; }
3112 HBoundsCheck* first_check_in_block_;
3165 void AddCheck(HBoundsCheck* check, int32_t upper_limit = kNoLimit);
3983 class HBoundsCheck V8_FINAL : public HTemplateInstruction<2> {
3985 DECLARE_INSTRUCTION_FACTORY_P2(HBoundsCheck, HValu
4049 HBoundsCheck(HValue* index, HValue* length) function in class:v8::V8_FINAL
[all...]

Completed in 139 milliseconds