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 168 bool RegisterIsBeneficial() const;
lithium-allocator.cc 55 bool UsePosition::RegisterIsBeneficial() const {
160 while (pos != NULL && !pos->RegisterIsBeneficial()) {
172 if (pos->RegisterIsBeneficial()) prev = pos;
    [all...]
hydrogen.cc     [all...]
  /external/v8/src/compiler/
graph-visualizer.cc 575 if (current_pos->RegisterIsBeneficial() || FLAG_trace_all_uses) {
register-allocator.h 255 bool RegisterIsBeneficial() const {
    [all...]
register-allocator.cc 361 while (pos != nullptr && !pos->RegisterIsBeneficial()) {
373 if (pos->RegisterIsBeneficial()) prev = pos;
    [all...]

Completed in 196 milliseconds