Lines Matching refs:HLoadRoot
2716 class HLoadRoot V8_FINAL : public HTemplateInstruction<0> {
2718 DECLARE_INSTRUCTION_FACTORY_P1(HLoadRoot, Heap::RootListIndex);
2719 DECLARE_INSTRUCTION_FACTORY_P2(HLoadRoot, Heap::RootListIndex, HType);
2731 HLoadRoot* b = HLoadRoot::cast(other);
2736 HLoadRoot(Heap::RootListIndex index, HType type = HType::Tagged())