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

/external/chromium_org/v8/src/
H A Dhydrogen-uint32-analysis.cc47 DCHECK(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.cc1493 HValue* HChange::Canonicalize() {
1528 OStream& HChange::PrintDataTo(OStream& os) const { // NOLINT
1543 if (val->IsChange()) val = HChange::cast(val)->value();
1546 return Prepend(new(block()->zone()) HChange(
1556 } else if (left->IsChange() && HChange::cast(left)->from().IsInteger32()) {
1558 left = HChange::cast(left)->value();
1560 left = Prepend(new(block()->zone()) HChange(
1573 HChange::cast(right)->from().IsInteger32()) {
1575 right = HChange::cast(right)->value();
1577 right = Prepend(new(block()->zone()) HChange(
[all...]
H A Dhydrogen-instructions.h1339 // Pretend to be a Smi so that the HChange instructions inserted
1656 class HChange FINAL : public HUnaryOperation {
1658 HChange(HValue* value, function in class:v8::FINAL
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.cc1902 LInstruction* LChunkBuilder::DoChange(HChange* instr) {
H A Dlithium-codegen-arm.cc4760 // The corresponding HChange instructions are added in a phase that does
4824 // The corresponding HChange instructions are added in a phase that does
4836 HChange* hchange = instr->hydrogen();
/external/chromium_org/v8/src/arm64/
H A Dlithium-arm64.cc1097 LInstruction* LChunkBuilder::DoChange(HChange* instr) {
H A Dlithium-codegen-arm64.cc4532 // The corresponding HChange instructions are added in a phase that does
4598 // The corresponding HChange instructions are added in a phase that does
4866 HChange* hchange = instr->hydrogen();
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.cc1896 LInstruction* LChunkBuilder::DoChange(HChange* instr) {
H A Dlithium-codegen-ia32.cc4561 // The corresponding HChange instructions are added in a phase that does
4617 // The corresponding HChange instructions are added in a phase that does
4628 HChange* hchange = instr->hydrogen();
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.cc1851 LInstruction* LChunkBuilder::DoChange(HChange* instr) {
H A Dlithium-codegen-mips.cc4717 // The corresponding HChange instructions are added in a phase that does
4782 // The corresponding HChange instructions are added in a phase that does
4794 HChange* hchange = instr->hydrogen();
/external/chromium_org/v8/src/mips64/
H A Dlithium-mips64.cc1852 LInstruction* LChunkBuilder::DoChange(HChange* instr) {
H A Dlithium-codegen-mips64.cc4752 // The corresponding HChange instructions are added in a phase that does
4814 // The corresponding HChange instructions are added in a phase that does
4826 HChange* hchange = instr->hydrogen();
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.cc1859 LInstruction* LChunkBuilder::DoChange(HChange* instr) {
H A Dlithium-codegen-x64.cc4769 // The corresponding HChange instructions are added in a phase that does
4825 // The corresponding HChange instructions are added in a phase that does
4838 HChange* hchange = instr->hydrogen();
/external/chromium_org/v8/src/x87/
H A Dlithium-x87.cc1902 LInstruction* LChunkBuilder::DoChange(HChange* instr) {
H A Dlithium-codegen-x87.cc5024 // The corresponding HChange instructions are added in a phase that does
5085 // The corresponding HChange instructions are added in a phase that does
5096 HChange* hchange = instr->hydrogen();

Completed in 1525 milliseconds