Home
last modified time | relevance | path

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

/external/v8/src/
Dhydrogen.cc1224 HValue* new_value = AddUncasted<HAdd>(old_value, graph()->GetConstant1()); in AddIncrementCounter()
1326 HValue* max_capacity = AddUncasted<HAdd>(current_capacity, max_gap); in BuildCheckForCapacityGrow()
1342 HValue* new_length = AddUncasted<HAdd>(key, graph_->GetConstant1()); in BuildCheckForCapacityGrow()
1451 HValue* and_result = AddUncasted<HBitwise>(Token::BIT_AND, in BuildJSObjectCheck()
1454 HValue* sub_result = AddUncasted<HSub>(and_result, in BuildJSObjectCheck()
1497 Push(AddUncasted<HForceRepresentation>(key, Representation::Smi())); in BuildKeyedIndexCheck()
1519 HValue* not_index_test = AddUncasted<HBitwise>( in BuildKeyedIndexCheck()
1535 HValue* not_internalized_bit = AddUncasted<HBitwise>( in BuildKeyedIndexCheck()
1619 HValue* shifted_map = AddUncasted<HShr>( in BuildKeyedLookupCacheHash()
1624 HValue* shifted_hash = AddUncasted<HShr>( in BuildKeyedLookupCacheHash()
[all …]
Dhydrogen.h1113 HInstruction* AddUncasted() { return AddInstruction(NewUncasted<I>());} in AddUncasted() function
1127 HInstruction* AddUncasted(P1 p1) { in AddUncasted() function
1157 HInstruction* AddUncasted(P1 p1, P2 p2) { in AddUncasted() function
1185 HInstruction* AddUncasted(P1 p1, P2 p2, P3 p3) { in AddUncasted() function
1205 HInstruction* AddUncasted(P1 p1, P2 p2, P3 p3, P4 p4) { in AddUncasted() function
1225 HInstruction* AddUncasted(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) { in AddUncasted() function
1245 HInstruction* AddUncasted(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6) { in AddUncasted() function
1268 HInstruction* AddUncasted(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7) { in AddUncasted() function
1293 HInstruction* AddUncasted(P1 p1, P2 p2, P3 p3, P4 p4, in AddUncasted() function
1320 AddUncasted<HBitwise>(Token::BIT_AND, encoded_field, mask_value); in BuildDecodeField()
[all …]
Dcode-stubs-hydrogen.cc169 stack_pop_count = AddUncasted<HAdd>(stack_parameter_count, constant_one); in BuildGraph()
660 key = AddUncasted<HForceRepresentation>(key, Representation::Smi()); in BuildCodeStub()
672 HValue* adjusted_length = AddUncasted<HSub>(elements_length, constant_two); in BuildCodeStub()
677 HValue* index = AddUncasted<HAdd>(key, constant_two); in BuildCodeStub()
1366 field_slot = AddUncasted<HAdd>(iterator, field_offset_value); in LoadFromOptimizedCodeMap()
1417 HValue* start_pos = AddUncasted<HSub>(array_length, in BuildInstallFromOptimizedCodeMap()
1810 hash = AddUncasted<HShr>(hash, Add<HConstant>(Name::kHashShift)); in BuildCodeStub()
1829 HValue* base_index = AddUncasted<HMul>(hash, Add<HConstant>(2)); in BuildCodeStub()
1841 HValue* map_index = AddUncasted<HAdd>( in BuildCodeStub()
1845 HValue* key_index = AddUncasted<HAdd>( in BuildCodeStub()
[all …]