Home | History | Annotate | Download | only in src

Lines Matching refs:HConstant

175       stack_pop_count = Add<HConstant>(count);
430 HValue* size_in_words = Add<HConstant>(object_size >> kPointerSizeLog2);
435 HValue* size_in_bytes = Add<HConstant>(size);
450 object, Add<HConstant>(object_size), allocation_site);
468 HValue* size = Add<HConstant>(AllocationSite::kSize);
477 HValue* initial_elements_kind = Add<HConstant>(GetInitialFastElementsKind());
502 HConstant* empty_fixed_array =
503 Add<HConstant>(isolate()->factory()->empty_fixed_array());
511 HValue* site_list = Add<HConstant>(
667 HValue* constant_two = Add<HConstant>(2);
882 HConstant* max_alloc_length =
883 Add<HConstant>(JSObject::kInitialMaxFastElementArray);
1224 HValue* global = Add<HConstant>(
1229 HValue* cell = Add<HConstant>(placeholder_cell);
1303 HValue* osr_ast_id_none = Add<HConstant>(BailoutId::None().ToInt());
1365 HValue* field_offset_value = Add<HConstant>(field_offset);
1383 HValue* null_constant = Add<HConstant>(0);
1396 Add<HConstant>(SharedFunctionInfo::kEntriesStart);
1409 Add<HConstant>(SharedFunctionInfo::kEntryLength);
1453 Add<HConstant>(factory->empty_fixed_array());
1459 HValue* size = Add<HConstant>(JSFunction::kSize);
1516 Add<HConstant>(length * kPointerSize + FixedArray::kHeaderSize),
1524 Add<HConstant>(length));
1638 HValue* kind_limit = Add<HConstant>(
1655 instance_type, Add<HConstant>(JS_ARRAY_TYPE), Token::EQ);
1810 hash = AddUncasted<HShr>(hash, Add<HConstant>(Name::kHashShift));
1825 HValue* cache_keys = Add<HConstant>(cache_keys_ref);
1829 HValue* base_index = AddUncasted<HMul>(hash, Add<HConstant>(2));
1843 Add<HConstant>(probe_base + KeyedLookupCache::kMapIndex));
1847 Add<HConstant>(probe_base + KeyedLookupCache::kKeyIndex));
1863 Add<HConstant>(cache_field_offsets_ref);
1864 HValue* index = AddUncasted<HAdd>(hash, Add<HConstant>(probe));