Home
last modified time | relevance | path

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

/external/v8/test/unittests/compiler/
Dinstruction-sequence-unittest.cc496 InstructionOperand* temps, bool is_call) { in Emit() argument
499 if (is_call) instruction->MarkAsCall(); in Emit()
Dinstruction-sequence-unittest.h219 InstructionOperand* temps = nullptr, bool is_call = false);