Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dhydrogen-instructions.cc3835 int32_t current_size_max_value = size_upper_bound()->GetInteger32Constant(); in HandleSideEffectDominator()
Dhydrogen.cc2913 HConstant* size_upper_bound = EstablishElementsAllocationSize( in BuildCloneShallowArrayNonEmpty() local
2915 elements->set_size_upper_bound(size_upper_bound); in BuildCloneShallowArrayNonEmpty()
Dhydrogen-instructions.h5465 HConstant* size_upper_bound() { return size_upper_bound_; } in size_upper_bound() function