Home
last modified time | relevance | path

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

/art/compiler/dex/
Dvreg_analysis.cc344 bool is_phi = (static_cast<int>(mir->dalvikInsn.opcode) == kMirOpPhi); in InferTypeAndSize() local
350 bool is_high = is_phi && rl_temp.wide && rl_temp.high_word; in InferTypeAndSize()
357 is_high |= is_phi && rl_temp.wide && rl_temp.high_word; in InferTypeAndSize()