Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stub-assembler.h159 compiler::Node* InnerAllocate(compiler::Node* previous, int offset);
160 compiler::Node* InnerAllocate(compiler::Node* previous,
Dcode-stub-assembler.cc848 Node* CodeStubAssembler::InnerAllocate(Node* previous, Node* offset) { in InnerAllocate() function in v8::internal::CodeStubAssembler
852 Node* CodeStubAssembler::InnerAllocate(Node* previous, int offset) { in InnerAllocate() function in v8::internal::CodeStubAssembler
853 return InnerAllocate(previous, IntPtrConstant(offset)); in InnerAllocate()
1865 Node* elements = InnerAllocate(BitcastTaggedToWord(array), elements_offset); in AllocateUninitializedJSArrayWithElements()
Dcode-stubs.cc2299 Node* memento = assembler->InnerAllocate(copy, object_size); in GenerateFastPath()