Home | History | Annotate | Download | only in quick

Lines Matching refs:current_key

2049   int32_t current_key = as_int32[0];
2053 for (; i < entries; i++, current_key++) {
2054 if (!InexpensiveConstantInt(current_key, Instruction::Code::IF_EQ)) {
2060 OpCmpImmBranch(kCondEq, rl_src.reg, current_key, &block_label_list_[case_block->id]);
2066 LoadConstantNoClobber(key_temp, current_key);
2067 for (; i < entries - 1; i++, current_key++) {
2078 for (; i < entries; i++, current_key++) {
2081 OpCmpImmBranch(kCondEq, rl_src.reg, current_key, &block_label_list_[case_block->id]);