Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/ia32/
Dlithium-gap-resolver-ia32.h43 int CountSourceUses(LOperand* operand);
Dlithium-gap-resolver-ia32.cc158 int LGapResolver::CountSourceUses(LOperand* operand) { in CountSourceUses() function in v8::internal::LGapResolver
472 source_uses_[source->index()] = CountSourceUses(source); in EmitSwap()
474 source_uses_[destination->index()] = CountSourceUses(destination); in EmitSwap()
/external/chromium_org/v8/src/x87/
Dlithium-gap-resolver-x87.h43 int CountSourceUses(LOperand* operand);
Dlithium-gap-resolver-x87.cc158 int LGapResolver::CountSourceUses(LOperand* operand) { in CountSourceUses() function in v8::internal::LGapResolver
440 source_uses_[source->index()] = CountSourceUses(source); in EmitSwap()
442 source_uses_[destination->index()] = CountSourceUses(destination); in EmitSwap()