Lines Matching refs:IntPtrConstant
175 jsgraph()->IntPtrConstant(object_size)); in VisitAllocate()
179 top_address, jsgraph()->IntPtrConstant(0), top, effect, control); in VisitAllocate()
185 jsgraph()->IntPtrConstant(kHeapObjectTag))); in VisitAllocate()
198 jsgraph()->IntPtrConstant(0), effect, control); in VisitAllocate()
201 jsgraph()->IntPtrConstant(0), effect, control); in VisitAllocate()
235 jsgraph()->IntPtrConstant(kHeapObjectTag)); in VisitAllocate()
246 jsgraph()->IntPtrConstant(object_size)); in VisitAllocate()
250 top_address, jsgraph()->IntPtrConstant(0), top, effect, control); in VisitAllocate()
256 jsgraph()->IntPtrConstant(kHeapObjectTag))); in VisitAllocate()
267 jsgraph()->IntPtrConstant(0), effect, control); in VisitAllocate()
270 jsgraph()->IntPtrConstant(0), effect, control); in VisitAllocate()
291 top_address, jsgraph()->IntPtrConstant(0), new_top, etrue, if_true); in VisitAllocate()
295 jsgraph()->IntPtrConstant(kHeapObjectTag))); in VisitAllocate()
365 Node* offset = jsgraph()->IntPtrConstant(access.offset - access.tag()); in VisitLoadField()
393 Node* offset = jsgraph()->IntPtrConstant(access.offset - access.tag()); in VisitStoreField()
423 jsgraph()->IntPtrConstant(element_size_shift)); in ComputeIndex()
428 jsgraph()->IntPtrConstant(fixed_offset)); in ComputeIndex()