/external/chromium_org/v8/src/ia32/ |
D | lithium-codegen-ia32.h | 101 void DoDeferredTaggedToI(LTaggedToI* instr, Label* done);
|
D | lithium-ia32.h | 2139 class LTaggedToI FINAL : public LTemplateInstruction<1, 1, 1> { 2141 LTaggedToI(LOperand* value, LOperand* temp) { in LTaggedToI() function
|
D | lithium-codegen-ia32.cc | 4719 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr, Label* done) { in DoDeferredTaggedToI() 4777 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI() 4780 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoTaggedToI() 4787 LTaggedToI* instr_; in DoTaggedToI()
|
/external/chromium_org/v8/src/arm/ |
D | lithium-codegen-arm.h | 112 void DoDeferredTaggedToI(LTaggedToI* instr);
|
D | lithium-arm.h | 2130 class LTaggedToI FINAL : public LTemplateInstruction<1, 1, 2> { 2132 LTaggedToI(LOperand* value, in LTaggedToI() function
|
D | lithium-codegen-arm.cc | 4925 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr) { in DoDeferredTaggedToI() 4997 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI() 5000 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoTaggedToI() 5007 LTaggedToI* instr_; in DoTaggedToI()
|
D | lithium-arm.cc | 1935 DefineSameAsFirst(new(zone()) LTaggedToI(value, temp1, temp2)); in DoChange()
|
/external/chromium_org/v8/src/x64/ |
D | lithium-codegen-x64.h | 95 void DoDeferredTaggedToI(LTaggedToI* instr, Label* done);
|
D | lithium-x64.h | 2126 class LTaggedToI FINAL : public LTemplateInstruction<1, 1, 1> { 2128 LTaggedToI(LOperand* value, LOperand* temp) { in LTaggedToI() function
|
D | lithium-codegen-x64.cc | 4927 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr, Label* done) { in DoDeferredTaggedToI() 4981 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI() 4984 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoTaggedToI() 4991 LTaggedToI* instr_; in DoTaggedToI()
|
/external/chromium_org/v8/src/mips/ |
D | lithium-codegen-mips.h | 110 void DoDeferredTaggedToI(LTaggedToI* instr);
|
D | lithium-mips.h | 2094 class LTaggedToI FINAL : public LTemplateInstruction<1, 1, 2> { 2096 LTaggedToI(LOperand* value, in LTaggedToI() function
|
D | lithium-codegen-mips.cc | 4879 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr) { in DoDeferredTaggedToI() 4959 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI() 4962 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoTaggedToI() 4969 LTaggedToI* instr_; in DoTaggedToI()
|
D | lithium-mips.cc | 1884 DefineSameAsFirst(new(zone()) LTaggedToI(value, temp1, temp2)); in DoChange()
|
/external/chromium_org/v8/src/mips64/ |
D | lithium-codegen-mips64.h | 111 void DoDeferredTaggedToI(LTaggedToI* instr);
|
D | lithium-mips64.h | 2078 class LTaggedToI FINAL : public LTemplateInstruction<1, 1, 2> { 2080 LTaggedToI(LOperand* value, in LTaggedToI() function
|
D | lithium-codegen-mips64.cc | 4911 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr) { in DoDeferredTaggedToI() 4991 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI() 4994 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoTaggedToI() 5001 LTaggedToI* instr_; in DoTaggedToI()
|
D | lithium-mips64.cc | 1885 DefineSameAsFirst(new(zone()) LTaggedToI(value, temp1, temp2)); in DoChange()
|
/external/chromium_org/v8/src/arm64/ |
D | lithium-codegen-arm64.h | 135 void DoDeferredTaggedToI(LTaggedToI* instr,
|
D | lithium-arm64.h | 2715 class LTaggedToI FINAL : public LTemplateInstruction<1, 1, 2> { 2717 explicit LTaggedToI(LOperand* value, LOperand* temp1, LOperand* temp2) { in LTaggedToI() function
|
D | lithium-codegen-arm64.cc | 5586 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr, in DoDeferredTaggedToI() 5643 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI() 5646 DeferredTaggedToI(LCodeGen* codegen, LTaggedToI* instr) in DoTaggedToI() 5655 LTaggedToI* instr_; in DoTaggedToI()
|
/external/chromium_org/v8/src/x87/ |
D | lithium-codegen-x87.h | 135 void DoDeferredTaggedToI(LTaggedToI* instr, Label* done);
|
D | lithium-x87.h | 2147 class LTaggedToI FINAL : public LTemplateInstruction<1, 1, 0> { 2149 explicit LTaggedToI(LOperand* value) { in LTaggedToI() function
|
D | lithium-codegen-x87.cc | 5195 void LCodeGen::DoDeferredTaggedToI(LTaggedToI* instr, Label* done) { in DoDeferredTaggedToI() 5284 void LCodeGen::DoTaggedToI(LTaggedToI* instr) { in DoTaggedToI() 5288 LTaggedToI* instr, in DoTaggedToI() 5296 LTaggedToI* instr_; in DoTaggedToI()
|
D | lithium-x87.cc | 1934 LInstruction* result = DefineSameAsFirst(new(zone()) LTaggedToI(value)); in DoChange()
|