/external/chromium_org/v8/src/arm/ |
D | lithium-arm.h | 2587 class LTypeof FINAL : public LTemplateInstruction<1, 2, 0> { 2589 LTypeof(LOperand* context, LOperand* value) { in LTypeof() function
|
D | lithium-arm.cc | 2522 LTypeof* result = new(zone()) LTypeof(context, UseFixed(instr->value(), r0)); in DoTypeof()
|
D | lithium-codegen-arm.cc | 5504 void LCodeGen::DoTypeof(LTypeof* instr) { in DoTypeof()
|
/external/chromium_org/v8/src/mips64/ |
D | lithium-mips64.h | 2531 class LTypeof FINAL : public LTemplateInstruction<1, 2, 0> { 2533 LTypeof(LOperand* context, LOperand* value) { in LTypeof() function
|
D | lithium-mips64.cc | 2471 LTypeof* result = new(zone()) LTypeof(context, UseFixed(instr->value(), a0)); in DoTypeof()
|
D | lithium-codegen-mips64.cc | 5512 void LCodeGen::DoTypeof(LTypeof* instr) { in DoTypeof()
|
/external/chromium_org/v8/src/x64/ |
D | lithium-x64.h | 2569 class LTypeof FINAL : public LTemplateInstruction<1, 2, 0> { 2571 LTypeof(LOperand* context, LOperand* value) { in LTypeof() function
|
D | lithium-x64.cc | 2568 LTypeof* result = new(zone()) LTypeof(context, value); in DoTypeof()
|
D | lithium-codegen-x64.cc | 5482 void LCodeGen::DoTypeof(LTypeof* instr) { in DoTypeof()
|
/external/chromium_org/v8/src/ia32/ |
D | lithium-ia32.h | 2588 class LTypeof FINAL : public LTemplateInstruction<1, 2, 0> { 2590 LTypeof(LOperand* context, LOperand* value) { in LTypeof() function
|
D | lithium-ia32.cc | 2592 LTypeof* result = new(zone()) LTypeof(context, value); in DoTypeof()
|
D | lithium-codegen-ia32.cc | 5311 void LCodeGen::DoTypeof(LTypeof* instr) { in DoTypeof()
|
/external/chromium_org/v8/src/x87/ |
D | lithium-x87.h | 2604 class LTypeof FINAL : public LTemplateInstruction<1, 2, 0> { 2606 LTypeof(LOperand* context, LOperand* value) { in LTypeof() function
|
D | lithium-x87.cc | 2596 LTypeof* result = new(zone()) LTypeof(context, value); in DoTypeof()
|
D | lithium-codegen-x87.cc | 5905 void LCodeGen::DoTypeof(LTypeof* instr) { in DoTypeof()
|
/external/chromium_org/v8/src/mips/ |
D | lithium-mips.h | 2547 class LTypeof FINAL : public LTemplateInstruction<1, 2, 0> { 2549 LTypeof(LOperand* context, LOperand* value) { in LTypeof() function
|
D | lithium-mips.cc | 2471 LTypeof* result = new(zone()) LTypeof(context, UseFixed(instr->value(), a0)); in DoTypeof()
|
D | lithium-codegen-mips.cc | 5479 void LCodeGen::DoTypeof(LTypeof* instr) { in DoTypeof()
|
/external/chromium_org/v8/src/arm64/ |
D | lithium-arm64.h | 2963 class LTypeof FINAL : public LTemplateInstruction<1, 2, 0> { 2965 LTypeof(LOperand* context, LOperand* value) { in LTypeof() function
|
D | lithium-arm64.cc | 2561 LTypeof* result = in DoTypeof() 2562 new(zone()) LTypeof(context, UseRegisterAtStart(instr->value())); in DoTypeof()
|
D | lithium-codegen-arm64.cc | 5792 void LCodeGen::DoTypeof(LTypeof* instr) { in DoTypeof()
|