Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/maglev/
Dmaglev-regalloc.cc359 if (node->properties().is_call()) SpillAndClearRegisters(); in AllocateNode()
508 if (node->properties().is_call()) SpillAndClearRegisters(); in AllocateControlNode()
Dmaglev-ir.h182 constexpr bool is_call() const { return kIsCallBit::decode(bitfield_); } in is_call() function