Home | History | Annotate | Download | only in src

Lines Matching refs:HLoadRoot

2667 class HLoadRoot V8_FINAL : public HTemplateInstruction<0> {
2669 DECLARE_INSTRUCTION_FACTORY_P1(HLoadRoot, Heap::RootListIndex);
2670 DECLARE_INSTRUCTION_FACTORY_P2(HLoadRoot, Heap::RootListIndex, HType);
2682 HLoadRoot* b = HLoadRoot::cast(other);
2687 HLoadRoot(Heap::RootListIndex index, HType type = HType::Tagged())