Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stub-assembler.cc4209 Heap::RootListIndex value_root_index, ParameterMode mode) { in FillFixedArrayWithValue() argument
4213 DCHECK(value_root_index == Heap::kTheHoleValueRootIndex || in FillFixedArrayWithValue()
4214 value_root_index == Heap::kUndefinedValueRootIndex); in FillFixedArrayWithValue()
4218 Node* value = LoadRoot(value_root_index); in FillFixedArrayWithValue()
Dcode-stub-assembler.h1448 Heap::RootListIndex value_root_index,