Home | History | Annotate | Download | only in src

Lines Matching refs:InnerAllocate

848 Node* CodeStubAssembler::InnerAllocate(Node* previous, Node* offset) {
852 Node* CodeStubAssembler::InnerAllocate(Node* previous, int offset) {
853 return InnerAllocate(previous, IntPtrConstant(offset));
1864 // The bitcast here is safe because InnerAllocate doesn't actually allocate.
1865 Node* elements = InnerAllocate(BitcastTaggedToWord(array), elements_offset);