Home
last modified time | relevance | path

Searched refs:AddUncasted (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
Dhydrogen.cc1201 HValue* new_value = AddUncasted<HAdd>(old_value, graph()->GetConstant1()); in AddIncrementCounter()
1303 HValue* max_capacity = AddUncasted<HAdd>(current_capacity, max_gap); in BuildCheckForCapacityGrow()
1319 HValue* new_length = AddUncasted<HAdd>(key, graph_->GetConstant1()); in BuildCheckForCapacityGrow()
1428 HValue* and_result = AddUncasted<HBitwise>(Token::BIT_AND, in BuildJSObjectCheck()
1431 HValue* sub_result = AddUncasted<HSub>(and_result, in BuildJSObjectCheck()
1473 Push(AddUncasted<HForceRepresentation>(key, Representation::Smi())); in BuildKeyedIndexCheck()
1495 HValue* not_index_test = AddUncasted<HBitwise>( in BuildKeyedIndexCheck()
1511 HValue* not_internalized_bit = AddUncasted<HBitwise>( in BuildKeyedIndexCheck()
1585 HValue* shifted_map = AddUncasted<HShr>( in BuildKeyedLookupCacheHash()
1590 HValue* shifted_hash = AddUncasted<HShr>( in BuildKeyedLookupCacheHash()
[all …]
Dhydrogen.h1109 HInstruction* AddUncasted() { return AddInstruction(NewUncasted<I>());} in AddUncasted() function
1123 HInstruction* AddUncasted(P1 p1) { in AddUncasted() function
1153 HInstruction* AddUncasted(P1 p1, P2 p2) { in AddUncasted() function
1181 HInstruction* AddUncasted(P1 p1, P2 p2, P3 p3) { in AddUncasted() function
1201 HInstruction* AddUncasted(P1 p1, P2 p2, P3 p3, P4 p4) { in AddUncasted() function
1221 HInstruction* AddUncasted(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) { in AddUncasted() function
1241 HInstruction* AddUncasted(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6) { in AddUncasted() function
1264 HInstruction* AddUncasted(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7) { in AddUncasted() function
1289 HInstruction* AddUncasted(P1 p1, P2 p2, P3 p3, P4 p4, in AddUncasted() function
1314 HValue* shifted_field = AddUncasted<HShr>(encoded_field, in BuildDecodeField()
[all …]
Dcode-stubs-hydrogen.cc164 stack_pop_count = AddUncasted<HAdd>(stack_parameter_count, constant_one); in BuildGraph()
1176 field_slot = AddUncasted<HAdd>(iterator, field_offset_value); in LoadFromOptimizedCodeMap()
1227 HValue* start_pos = AddUncasted<HSub>(array_length, in BuildInstallFromOptimizedCodeMap()
1649 HValue* base_index = AddUncasted<HMul>(hash, Add<HConstant>(2)); in BuildCodeStub()
1656 HValue* map_index = AddUncasted<HAdd>(base_index, in BuildCodeStub()
1659 HValue* key_index = AddUncasted<HAdd>(base_index, in BuildCodeStub()
1680 HValue* index = AddUncasted<HAdd>(hash, in BuildCodeStub()