Home
last modified time | relevance | path

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

/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc578 Heap::RootListIndex value_root_index = in Plug() local
580 __ LoadRoot(result_register(), value_root_index); in Plug()
586 Heap::RootListIndex value_root_index = in Plug() local
588 __ PushRoot(value_root_index); in Plug()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc609 Heap::RootListIndex value_root_index = in Plug() local
611 __ LoadRoot(result_register(), value_root_index); in Plug()
616 Heap::RootListIndex value_root_index = in Plug() local
618 __ LoadRoot(ip, value_root_index); in Plug()
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc599 Heap::RootListIndex value_root_index = in Plug() local
601 __ LoadRoot(result_register(), value_root_index); in Plug()
606 Heap::RootListIndex value_root_index = in Plug() local
608 __ LoadRoot(x10, value_root_index); in Plug()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc605 Heap::RootListIndex value_root_index = in Plug() local
607 __ LoadRoot(result_register(), value_root_index); in Plug()
612 Heap::RootListIndex value_root_index = in Plug() local
614 __ LoadRoot(at, value_root_index); in Plug()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc605 Heap::RootListIndex value_root_index = in Plug() local
607 __ LoadRoot(result_register(), value_root_index); in Plug()
612 Heap::RootListIndex value_root_index = in Plug() local
614 __ LoadRoot(at, value_root_index); in Plug()
/external/v8/src/full-codegen/s390/
Dfull-codegen-s390.cc573 Heap::RootListIndex value_root_index = in Plug() local
575 __ LoadRoot(result_register(), value_root_index); in Plug()
579 Heap::RootListIndex value_root_index = in Plug() local
581 __ LoadRoot(ip, value_root_index); in Plug()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc588 Heap::RootListIndex value_root_index = in Plug() local
590 __ LoadRoot(result_register(), value_root_index); in Plug()
595 Heap::RootListIndex value_root_index = in Plug() local
597 __ LoadRoot(ip, value_root_index); in Plug()
/external/v8/src/
Dcode-stub-assembler.cc2071 Heap::RootListIndex value_root_index, ParameterMode mode) { in FillFixedArrayWithValue() argument
2073 DCHECK(value_root_index == Heap::kTheHoleValueRootIndex || in FillFixedArrayWithValue()
2074 value_root_index == Heap::kUndefinedValueRootIndex); in FillFixedArrayWithValue()
2075 DCHECK_IMPLIES(is_double, value_root_index == Heap::kTheHoleValueRootIndex); in FillFixedArrayWithValue()
2079 Node* value = LoadRoot(value_root_index); in FillFixedArrayWithValue()
Dcode-stub-assembler.h586 Heap::RootListIndex value_root_index,