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

/external/v8/src/crankshaft/
H A Dhydrogen-instructions.h2403 class HLoadRoot final : public HTemplateInstruction<0> {
2405 DECLARE_INSTRUCTION_FACTORY_P1(HLoadRoot, Heap::RootListIndex);
2406 DECLARE_INSTRUCTION_FACTORY_P2(HLoadRoot, Heap::RootListIndex, HType);
2418 HLoadRoot* b = HLoadRoot::cast(other);
2423 explicit HLoadRoot(Heap::RootListIndex index, HType type = HType::Tagged()) function in class:final::final

Completed in 169 milliseconds