Searched defs:value_root_index (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/arm/
H A Dfull-codegen-arm.cc653 Heap::RootListIndex value_root_index = local
655 __ LoadRoot(result_register(), value_root_index); local
660 Heap::RootListIndex value_root_index = local
662 __ LoadRoot(ip, value_root_index);
/external/v8/src/mips/
H A Dfull-codegen-mips.cc661 Heap::RootListIndex value_root_index = local
663 __ LoadRoot(result_register(), value_root_index); local
668 Heap::RootListIndex value_root_index = local
670 __ LoadRoot(at, value_root_index);
/external/v8/src/x64/
H A Dfull-codegen-x64.cc580 Heap::RootListIndex value_root_index = local
582 __ LoadRoot(result_register(), value_root_index); local
587 Heap::RootListIndex value_root_index = local
589 __ PushRoot(value_root_index);
/external/chromium_org/v8/src/arm/
H A Dfull-codegen-arm.cc647 Heap::RootListIndex value_root_index = local
649 __ LoadRoot(result_register(), value_root_index); local
654 Heap::RootListIndex value_root_index = local
656 __ LoadRoot(ip, value_root_index);
/external/chromium_org/v8/src/mips/
H A Dfull-codegen-mips.cc656 Heap::RootListIndex value_root_index = local
658 __ LoadRoot(result_register(), value_root_index); local
663 Heap::RootListIndex value_root_index = local
665 __ LoadRoot(at, value_root_index);
/external/chromium_org/v8/src/x64/
H A Dfull-codegen-x64.cc616 Heap::RootListIndex value_root_index = local
618 __ LoadRoot(result_register(), value_root_index); local
623 Heap::RootListIndex value_root_index = local
625 __ PushRoot(value_root_index);

Completed in 237 milliseconds