Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-scheduler.h168 bool IsLoadOperation(const Instruction* instr) const { in IsLoadOperation() function
193 CanTrap(instr) || HasSideEffect(instr) || IsLoadOperation(instr); in DependsOnDeoptOrTrap()
Dinstruction-scheduler.cc163 } else if (IsLoadOperation(instr)) { in AddInstruction()