Searched refs:HChange (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/v8/src/
H A Dhydrogen-uint32-analysis.cc47 ASSERT(HChange::cast(use)->to().IsDouble() ||
48 HChange::cast(use)->to().IsSmi() ||
49 HChange::cast(use)->to().IsTagged());
H A Dhydrogen-mark-deoptimize.cc51 if (HChange::cast(current)->can_convert_undefined_to_nan()) {
H A Dhydrogen-representation-changes.cc39 new_value = new(graph()->zone()) HChange(
54 static bool IsNonDeoptingIntToSmiChange(HChange* change) {
78 // If this is an HForceRepresentation instruction, and an HChange has been
79 // inserted above it, examine the input representation of the HChange. If
82 // input of the HChange.
86 HChange* change = HChange::cast(input);
100 // after the (possible) HChange instruction. We make it disappear.
H A Dhydrogen-range-analysis.cc63 HChange* instr = HChange::cast(value);
244 HChange* instr = HChange::cast(value);
H A Dhydrogen-instructions.cc1518 HValue* HChange::Canonicalize() {
1563 void HChange::PrintDataTo(StringStream* stream) {
1577 if (val->IsChange()) val = HChange::cast(val)->value();
1580 return Prepend(new(block()->zone()) HChange(
1590 } else if (left->IsChange() && HChange::cast(left)->from().IsInteger32()) {
1592 left = HChange::cast(left)->value();
1594 left = Prepend(new(block()->zone()) HChange(
1607 HChange::cast(right)->from().IsInteger32()) {
1609 right = HChange::cast(right)->value();
1611 right = Prepend(new(block()->zone()) HChange(
[all...]
H A Dhydrogen-instructions.h1310 // Pretend to be a Smi so that the HChange instructions inserted
1627 class HChange V8_FINAL : public HUnaryOperation {
1629 HChange(HValue* value, function in class:V8_FINAL
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.cc1876 LInstruction* LChunkBuilder::DoChange(HChange* instr) {
H A Dlithium-codegen-arm.cc4669 // The corresponding HChange instructions are added in a phase that does
4733 // The corresponding HChange instructions are added in a phase that does
4745 HChange* hchange = instr->hydrogen();
/external/chromium_org/v8/src/arm64/
H A Dlithium-arm64.cc1096 LInstruction* LChunkBuilder::DoChange(HChange* instr) {
H A Dlithium-codegen-arm64.cc4535 // The corresponding HChange instructions are added in a phase that does
4601 // The corresponding HChange instructions are added in a phase that does
4873 HChange* hchange = instr->hydrogen();
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.cc1872 LInstruction* LChunkBuilder::DoChange(HChange* instr) {
H A Dlithium-codegen-ia32.cc4528 // The corresponding HChange instructions are added in a phase that does
4584 // The corresponding HChange instructions are added in a phase that does
4595 HChange* hchange = instr->hydrogen();
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.cc1822 LInstruction* LChunkBuilder::DoChange(HChange* instr) {
H A Dlithium-codegen-mips.cc4674 // The corresponding HChange instructions are added in a phase that does
4739 // The corresponding HChange instructions are added in a phase that does
4751 HChange* hchange = instr->hydrogen();
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.cc1823 LInstruction* LChunkBuilder::DoChange(HChange* instr) {
H A Dlithium-codegen-x64.cc4735 // The corresponding HChange instructions are added in a phase that does
4791 // The corresponding HChange instructions are added in a phase that does
4804 HChange* hchange = instr->hydrogen();
/external/chromium_org/v8/src/x87/
H A Dlithium-x87.cc1858 LInstruction* LChunkBuilder::DoChange(HChange* instr) {
H A Dlithium-codegen-x87.cc4488 // The corresponding HChange instructions are added in a phase that does
4547 // The corresponding HChange instructions are added in a phase that does
4558 HChange* hchange = instr->hydrogen();

Completed in 727 milliseconds