Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dinstruction-scheduler.h162 bool IsLoadOperation(const Instruction* instr) const { in IsLoadOperation() function
181 instr->IsTrap() || HasSideEffect(instr) || IsLoadOperation(instr); in DependsOnDeoptOrTrap()
Dinstruction-scheduler.cc162 } else if (IsLoadOperation(instr)) { in AddInstruction()