Lines Matching refs:result
167 Operand result(0, RelocInfo::FULL_EMBEDDED_OBJECT);
168 result.is_heap_object_request_ = true;
169 result.value_.heap_object_request = HeapObjectRequest(value);
170 return result;
174 Operand result(0, RelocInfo::FULL_EMBEDDED_OBJECT);
175 result.is_heap_object_request_ = true;
176 result.value_.heap_object_request = HeapObjectRequest(str);
177 return result;
3889 // Check we have the result from a li macro-instruction.
3948 bool result = IsLd(instr_value) && (instr->Rs1Value() == kRegCode_zero_reg) &&
3954 DCHECK(!result || (IsJal(*reinterpret_cast<Instr*>(instr_following)) &&
3958 return result;