Home | History | Annotate | Download | only in src

Lines Matching refs:HConstant

146   HConstant* undefined_constant =
147 Add<HConstant>(isolate()->factory()->undefined_value());
196 stack_pop_count = Add<HConstant>(count);
420 HValue* size_in_words = Add<HConstant>(size >> kPointerSizeLog2);
425 HValue* size_in_bytes = Add<HConstant>(size);
451 HValue* size = Add<HConstant>(AllocationSite::kSize);
461 HValue* initial_elements_kind = Add<HConstant>(GetInitialFastElementsKind());
467 HValue* site_list = Add<HConstant>(
640 HConstant* max_alloc_length =
641 Add<HConstant>(JSObject::kInitialMaxFastElementArray);
643 HConstant* initial_capacity_node = New<HConstant>(initial_capacity);
839 HValue* cell = Add<HConstant>(placeholder_cell);
854 HValue* hole_value = Add<HConstant>(hole);