Home | History | Annotate | Download | only in src

Lines Matching refs:HConstant

197       stack_pop_count = Add<HConstant>(count);
454 HValue* size_in_words = Add<HConstant>(object_size >> kPointerSizeLog2);
459 HValue* size_in_bytes = Add<HConstant>(size);
473 object, Add<HConstant>(object_size), allocation_site);
491 HValue* size = Add<HConstant>(AllocationSite::kSize);
500 HValue* initial_elements_kind = Add<HConstant>(GetInitialFastElementsKind());
529 HConstant* empty_fixed_array =
530 Add<HConstant>(isolate()->factory()->empty_fixed_array());
538 HValue* site_list = Add<HConstant>(
749 HConstant* max_alloc_length =
750 Add<HConstant>(JSObject::kInitialMaxFastElementArray);
974 Add<HConstant>(static_cast<int>(SmiValuesAre32Bits()
1069 HValue* cell = Add<HConstant>(placeholder_cell);
1084 HValue* hole_value = Add<HConstant>(hole);
1181 HValue* null_constant = Add<HConstant>(0);
1208 Add<HConstant>(SharedFunctionInfo::kEntryLength);
1222 Add<HConstant>(SharedFunctionInfo::kSecondEntryIndex);
1271 Add<HConstant>(factory->empty_fixed_array());
1277 HValue* size = Add<HConstant>(JSFunction::kSize);