Lines Matching full:current_key
2016 int32_t current_key = as_int32[0];
2020 for (; i < entries; i++, current_key++) {
2021 if (!InexpensiveConstantInt(current_key, Instruction::Code::IF_EQ)) {
2027 OpCmpImmBranch(kCondEq, rl_src.reg, current_key, &block_label_list_[case_block->id]);
2033 LoadConstantNoClobber(key_temp, current_key);
2034 for (; i < entries - 1; i++, current_key++) {
2045 for (; i < entries; i++, current_key++) {
2048 OpCmpImmBranch(kCondEq, rl_src.reg, current_key, &block_label_list_[case_block->id]);