Lines Matching refs:IntPtrConstant
198 Node* top = __ IntAdd(state->top(), __ IntPtrConstant(object_size)); in VisitAllocateRaw()
201 top_address, __ IntPtrConstant(0), top); in VisitAllocateRaw()
205 __ IntAdd(state->top(), __ IntPtrConstant(kHeapObjectTag))); in VisitAllocateRaw()
220 __ Load(MachineType::Pointer(), top_address, __ IntPtrConstant(0)); in VisitAllocateRaw()
222 __ Load(MachineType::Pointer(), limit_address, __ IntPtrConstant(0)); in VisitAllocateRaw()
247 vfalse = __ IntSub(vfalse, __ IntPtrConstant(kHeapObjectTag)); in VisitAllocateRaw()
254 top = __ IntAdd(done.PhiAt(0), __ IntPtrConstant(object_size)); in VisitAllocateRaw()
257 top_address, __ IntPtrConstant(0), top); in VisitAllocateRaw()
261 __ IntAdd(done.PhiAt(0), __ IntPtrConstant(kHeapObjectTag))); in VisitAllocateRaw()
274 __ Load(MachineType::Pointer(), top_address, __ IntPtrConstant(0)); in VisitAllocateRaw()
276 __ Load(MachineType::Pointer(), limit_address, __ IntPtrConstant(0)); in VisitAllocateRaw()
287 top_address, __ IntPtrConstant(0), new_top); in VisitAllocateRaw()
289 __ IntAdd(top, __ IntPtrConstant(kHeapObjectTag)))); in VisitAllocateRaw()
376 Node* offset = jsgraph()->IntPtrConstant(access.offset - access.tag()); in VisitLoadField()
411 Node* offset = jsgraph()->IntPtrConstant(access.offset - access.tag()); in VisitStoreField()
441 jsgraph()->IntPtrConstant(element_size_shift)); in ComputeIndex()
446 jsgraph()->IntPtrConstant(fixed_offset)); in ComputeIndex()