Home | History | Annotate | Download | only in arm64

Lines Matching refs:HConstant

418   return chunk_->DefineConstantOperand(HConstant::cast(value));
1328 LInstruction* LChunkBuilder::DoConstant(HConstant* instr) {
1460 HConstant* undefined = graph()->GetConstantUndefined();
1940 int32_t constant = HConstant::cast(most_const)->Integer32Value();
2113 LikelyFitsImmField(hinstr, HConstant::cast(hright)->Integer32Value())) ||
2115 LikelyFitsImmField(hinstr, HConstant::cast(hleft)->Integer32Value()))) {
2489 (HConstant::cast(instr->left())->Integer32Value() == 0)) {