Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dinstruction.h471 bool NeedsPointerMap() const { return IsCall(); } in NeedsPointerMap() function
488 DCHECK(NeedsPointerMap()); in set_pointer_map()
Dinstruction.cc347 if (instr->NeedsPointerMap()) { in AddInstruction()