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

  /external/chromium_org/v8/src/compiler/
register-allocator.h 201 bool is_phi() const { return is_phi_; } function in class:v8::internal::compiler::LiveRange
202 void set_is_phi(bool is_phi) { is_phi_ = is_phi; }
register-allocator.cc     [all...]
  /art/compiler/dex/
vreg_analysis.cc 344 bool is_phi = (static_cast<int>(mir->dalvikInsn.opcode) == kMirOpPhi); local
350 bool is_high = is_phi && rl_temp.wide && rl_temp.high_word;
357 is_high |= is_phi && rl_temp.wide && rl_temp.high_word;

Completed in 363 milliseconds