Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dhydrogen.cc1237 HValue* new_value = AddUncasted<HAdd>(old_value, graph()->GetConstant1()); in AddIncrementCounter()
1319 HValue* max_capacity = AddUncasted<HAdd>(capacity, max_gap); in BuildCheckAndGrowElementsCapacity()
1364 HValue* new_length = AddUncasted<HAdd>(key, graph_->GetConstant1()); in BuildCheckForCapacityGrow()
1475 HValue* and_result = AddUncasted<HBitwise>(Token::BIT_AND, in BuildJSObjectCheck()
1478 HValue* sub_result = AddUncasted<HSub>(and_result, in BuildJSObjectCheck()
1519 Push(AddUncasted<HForceRepresentation>(key, Representation::Smi())); in BuildKeyedIndexCheck()
1540 HValue* not_index_test = AddUncasted<HBitwise>( in BuildKeyedIndexCheck()
1556 HValue* not_internalized_bit = AddUncasted<HBitwise>( in BuildKeyedIndexCheck()
1628 HValue* shifted_map = AddUncasted<HShr>( in BuildKeyedLookupCacheHash()
1632 HValue* shifted_hash = AddUncasted<HShr>( in BuildKeyedLookupCacheHash()
[all …]
Dhydrogen.h1081 HInstruction* AddUncasted() { return AddInstruction(NewUncasted<I>());} in AddUncasted() function
1097 HInstruction* AddUncasted(P1 p1) { in AddUncasted() function
1127 HInstruction* AddUncasted(P1 p1, P2 p2) { in AddUncasted() function
1155 HInstruction* AddUncasted(P1 p1, P2 p2, P3 p3) { in AddUncasted() function
1175 HInstruction* AddUncasted(P1 p1, P2 p2, P3 p3, P4 p4) { in AddUncasted() function
1195 HInstruction* AddUncasted(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) { in AddUncasted() function
1215 HInstruction* AddUncasted(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6) { in AddUncasted() function
1238 HInstruction* AddUncasted(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7) { in AddUncasted() function
1263 HInstruction* AddUncasted(P1 p1, P2 p2, P3 p3, P4 p4, in AddUncasted() function
1290 AddUncasted<HBitwise>(Token::BIT_AND, encoded_field, mask_value); in BuildDecodeField()
[all …]
/external/v8/src/
Dcode-stubs-hydrogen.cc195 stack_pop_count = AddUncasted<HAdd>(stack_parameter_count, constant_one); in BuildGraph()
375 HValue* bit_field_masked = AddUncasted<HBitwise>( in BuildCodeStub()
946 key = AddUncasted<HForceRepresentation>(key, Representation::Smi()); in EmitKeyedSloppyArguments()
957 HValue* adjusted_length = AddUncasted<HSub>(elements_length, constant_two); in EmitKeyedSloppyArguments()
962 HValue* index = AddUncasted<HAdd>(key, constant_two); in EmitKeyedSloppyArguments()
1104 HValue* new_capacity = AddUncasted<HAdd>(length, delta); in BuildCodeStub()
1591 Push(AddUncasted<HCallWithDescriptor>( in BuildToString()
1952 field_slot = AddUncasted<HAdd>(iterator, field_offset_value); in LoadFromOptimizedCodeMap()
1994 AddUncasted<HSub>(array_length, shared_function_entry_length); in BuildInstallFromOptimizedCodeMap()
2335 hash = AddUncasted<HShr>(hash, Add<HConstant>(Name::kHashShift)); in BuildCodeStub()
[all …]