HomeSort by relevance Sort by last modified time
    Searched refs:RegisterIsBeneficial (Results 1 - 6 of 6) sorted by null

  /external/v8/src/crankshaft/
lithium-allocator.h 170 bool RegisterIsBeneficial() const;
lithium-allocator.cc 58 bool UsePosition::RegisterIsBeneficial() const {
163 while (pos != NULL && !pos->RegisterIsBeneficial()) {
175 if (pos->RegisterIsBeneficial()) prev = pos;
    [all...]
hydrogen.cc     [all...]
  /external/v8/src/compiler/
graph-visualizer.cc 627 if (current_pos->RegisterIsBeneficial() || FLAG_trace_all_uses) {
register-allocator.h 260 bool RegisterIsBeneficial() const {
    [all...]
register-allocator.cc 498 while (pos != nullptr && !pos->RegisterIsBeneficial()) {
516 if (pos->RegisterIsBeneficial()) prev = pos;
    [all...]

Completed in 225 milliseconds