Searched refs:HBoundsCheck (Results 1 – 14 of 14) sorted by relevance
/external/chromium_org/v8/src/ |
D | hydrogen-bce.cc | 30 HBoundsCheck* check, in Create() 102 HBoundsCheck* LowerCheck() const { return lower_check_; } in LowerCheck() 103 HBoundsCheck* UpperCheck() const { return upper_check_; } in UpperCheck() 113 void UpdateUpperOffsets(HBoundsCheck* check, int32_t offset) { in UpdateUpperOffsets() 122 void UpdateLowerOffsets(HBoundsCheck* check, int32_t offset) { in UpdateLowerOffsets() 143 void CoverCheck(HBoundsCheck* new_check, in CoverCheck() 180 HBoundsCheck* first_check = new_check == lower_check_ ? upper_check_ in CoverCheck() 199 HBoundsCheck* lower_check, in BoundsCheckBbData() 200 HBoundsCheck* upper_check, in BoundsCheckBbData() 217 HBoundsCheck* lower_check_; [all …]
|
D | hydrogen-bch.cc | 274 HBoundsCheck* hoisted_check = HBoundsCheck::New( in ProcessRelatedChecks() 299 HBoundsCheck* check = HBoundsCheck::cast(i); in CollectInductionVariableData()
|
D | hydrogen-instructions.h | 3048 class HBoundsCheck; variable 3057 HBoundsCheck* check() { return check_; } in 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_; } in 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, HValue*, HValue*); [all …]
|
D | hydrogen-instructions.cc | 968 void HBoundsCheck::ApplyIndexChange() { in ApplyIndexChange() 1018 OStream& HBoundsCheck::PrintDataTo(OStream& os) const { // NOLINT in PrintDataTo() 1034 void HBoundsCheck::InferRepresentation(HInferRepresentationPhase* h_infer) { in InferRepresentation() 1054 Range* HBoundsCheck::InferRange(Zone* zone) { in InferRange() 2058 void InductionVariableData::AddCheck(HBoundsCheck* check, in AddCheck() 2131 HBoundsCheck* check, in AddCheck()
|
D | hydrogen.cc | 1328 Add<HBoundsCheck>(key, max_capacity); in BuildCheckForCapacityGrow() 1357 Add<HBoundsCheck>(key, length); in BuildCheckForCapacityGrow() 1456 Add<HBoundsCheck>(sub_result, in BuildJSObjectCheck() 1812 Add<HBoundsCheck>(length, max_length); in BuildRegExpConstructResult() 2056 Add<HBoundsCheck>(length, max_length); in BuildAddStringLengths() 2467 checked_key = Add<HBoundsCheck>(key, length); in BuildUncheckedMonomorphicElementAccess() 2495 checked_key = Add<HBoundsCheck>(key, length); in BuildUncheckedMonomorphicElementAccess() 2532 HInstruction* checked_length = Add<HBoundsCheck>(length_argument, in BuildAllocateArrayFromLength() 2753 Add<HBoundsCheck>(new_capacity, Add<HConstant>( in BuildGrowElementsCapacity() 7272 HInstruction* checked_key = Add<HBoundsCheck>(key, length); in TryArgumentsAccess() [all …]
|
D | code-stubs-hydrogen.cc | 884 HValue* checked_length = Add<HBoundsCheck>(length, max_alloc_length); in BuildArrayNArgumentsConstructor()
|
/external/chromium_org/v8/src/mips/ |
D | lithium-mips.cc | 1810 LInstruction* LChunkBuilder::DoBoundsCheck(HBoundsCheck* instr) { in DoBoundsCheck()
|
/external/chromium_org/v8/src/mips64/ |
D | lithium-mips64.cc | 1811 LInstruction* LChunkBuilder::DoBoundsCheck(HBoundsCheck* instr) { in DoBoundsCheck()
|
/external/chromium_org/v8/src/arm/ |
D | lithium-arm.cc | 1861 LInstruction* LChunkBuilder::DoBoundsCheck(HBoundsCheck* instr) { in DoBoundsCheck()
|
/external/chromium_org/v8/src/x87/ |
D | lithium-x87.cc | 1861 LInstruction* LChunkBuilder::DoBoundsCheck(HBoundsCheck* instr) { in DoBoundsCheck()
|
/external/chromium_org/v8/src/x64/ |
D | lithium-x64.cc | 1818 LInstruction* LChunkBuilder::DoBoundsCheck(HBoundsCheck* instr) { in DoBoundsCheck()
|
/external/chromium_org/v8/src/ia32/ |
D | lithium-ia32.cc | 1855 LInstruction* LChunkBuilder::DoBoundsCheck(HBoundsCheck* instr) { in DoBoundsCheck()
|
/external/chromium_org/v8/src/arm64/ |
D | lithium-arm64.cc | 968 LInstruction* LChunkBuilder::DoBoundsCheck(HBoundsCheck* instr) { in DoBoundsCheck()
|
/external/chromium_org/v8/ |
D | ChangeLog | 3171 Fixed HCheckSmiOrInt <-> HBoundsCheck interaction wrt. representations.
|