Home
last modified time | relevance | path

Searched refs:GrowableFixedArray (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/builtins/
Dgrowable-fixed-array-gen.cc12 void GrowableFixedArray::Push(TNode<Object> const value) { in Push()
36 TNode<JSArray> GrowableFixedArray::ToJSArray(TNode<Context> const context) { in ToJSArray()
68 TNode<IntPtrT> GrowableFixedArray::NewCapacity( in NewCapacity()
83 TNode<FixedArray> GrowableFixedArray::ResizeFixedArray( in ResizeFixedArray()
Dgrowable-fixed-array-gen.h17 class GrowableFixedArray : public CodeStubAssembler {
19 explicit GrowableFixedArray(compiler::CodeAssemblerState* state) in GrowableFixedArray() function
Dbuiltins-iterator-gen.cc222 GrowableFixedArray values(state()); in IterableToList()
Dbuiltins-regexp-gen.cc1872 GrowableFixedArray array(state()); in RegExpPrototypeMatchBody()
2393 GrowableFixedArray array(state()); in RegExpPrototypeSplitBody()
Dbuiltins-typed-array-gen.cc1834 GrowableFixedArray values(state()); in TF_BUILTIN()