Home
last modified time | relevance | path

Searched refs:AllocateIndexArray (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/interpreter/
Dconstant-array-builder.cc268 return AllocateIndexArray(entry, 1); in SINGLETON_CONSTANT_ENTRY_TYPES()
271 ConstantArrayBuilder::index_t ConstantArrayBuilder::AllocateIndexArray( in AllocateIndexArray() function in v8::internal::interpreter::ConstantArrayBuilder
307 return AllocateIndexArray(Entry::UninitializedJumpTableSmi(), size); in InsertJumpTable()
Dconstant-array-builder.h188 index_t AllocateIndexArray(Entry constant_entry, size_t size);