Searched refs:value_root_index (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/full-codegen/x64/ |
D | full-codegen-x64.cc | 578 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/ |
D | full-codegen-arm.cc | 609 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/ |
D | full-codegen-arm64.cc | 599 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/ |
D | full-codegen-mips.cc | 605 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/ |
D | full-codegen-mips64.cc | 605 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/ |
D | full-codegen-s390.cc | 573 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/ |
D | full-codegen-ppc.cc | 588 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/ |
D | code-stub-assembler.cc | 2071 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()
|
D | code-stub-assembler.h | 586 Heap::RootListIndex value_root_index,
|