Searched refs:InnerAllocate (Results 1 – 3 of 3) sorted by relevance
159 compiler::Node* InnerAllocate(compiler::Node* previous, int offset);160 compiler::Node* InnerAllocate(compiler::Node* previous,
848 Node* CodeStubAssembler::InnerAllocate(Node* previous, Node* offset) { in InnerAllocate() function in v8::internal::CodeStubAssembler852 Node* CodeStubAssembler::InnerAllocate(Node* previous, int offset) { in InnerAllocate() function in v8::internal::CodeStubAssembler853 return InnerAllocate(previous, IntPtrConstant(offset)); in InnerAllocate()1865 Node* elements = InnerAllocate(BitcastTaggedToWord(array), elements_offset); in AllocateUninitializedJSArrayWithElements()
2299 Node* memento = assembler->InnerAllocate(copy, object_size); in GenerateFastPath()