Home
last modified time | relevance | path

Searched refs:CountSourceUses (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/crankshaft/ia32/
Dlithium-gap-resolver-ia32.h41 int CountSourceUses(LOperand* operand);
Dlithium-gap-resolver-ia32.cc157 int LGapResolver::CountSourceUses(LOperand* operand) { in CountSourceUses() function in v8::internal::LGapResolver
482 source_uses_[source->index()] = CountSourceUses(source); in EmitSwap()
484 source_uses_[destination->index()] = CountSourceUses(destination); in EmitSwap()
/external/v8/src/crankshaft/x87/
Dlithium-gap-resolver-x87.h41 int CountSourceUses(LOperand* operand);
Dlithium-gap-resolver-x87.cc158 int LGapResolver::CountSourceUses(LOperand* operand) { in CountSourceUses() function in v8::internal::LGapResolver
449 source_uses_[source->index()] = CountSourceUses(source); in EmitSwap()
451 source_uses_[destination->index()] = CountSourceUses(destination); in EmitSwap()