Home
last modified time | relevance | path

Searched refs:IsLoadOperation (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dinstruction-scheduler.h165 bool IsLoadOperation(const Instruction* instr) const { in IsLoadOperation() function
179 HasSideEffect(instr) || IsLoadOperation(instr); in DependsOnDeoptimization()
Dinstruction-scheduler.cc156 } else if (IsLoadOperation(instr)) { in AddInstruction()