Searched refs:LTypeof (Results 1 – 18 of 18) sorted by relevance
/external/chromium_org/v8/src/x87/ |
D | lithium-x87.h | 2558 class LTypeof V8_FINAL : public LTemplateInstruction<1, 2, 0> { 2560 LTypeof(LOperand* context, LOperand* value) { in LTypeof() function
|
D | lithium-x87.cc | 2537 LTypeof* result = new(zone()) LTypeof(context, value); in DoTypeof()
|
D | lithium-codegen-x87.cc | 5301 void LCodeGen::DoTypeof(LTypeof* instr) { in DoTypeof()
|
/external/chromium_org/v8/src/ia32/ |
D | lithium-ia32.h | 2538 class LTypeof V8_FINAL : public LTemplateInstruction<1, 2, 0> { 2540 LTypeof(LOperand* context, LOperand* value) { in LTypeof() function
|
D | lithium-ia32.cc | 2552 LTypeof* result = new(zone()) LTypeof(context, value); in DoTypeof()
|
D | lithium-codegen-ia32.cc | 5268 void LCodeGen::DoTypeof(LTypeof* instr) { in DoTypeof()
|
/external/chromium_org/v8/src/mips/ |
D | lithium-mips.h | 2500 class LTypeof V8_FINAL : public LTemplateInstruction<1, 2, 0> { 2502 LTypeof(LOperand* context, LOperand* value) { in LTypeof() function
|
D | lithium-mips.cc | 2425 LTypeof* result = new(zone()) LTypeof(context, UseFixed(instr->value(), a0)); in DoTypeof()
|
D | lithium-codegen-mips.cc | 5452 void LCodeGen::DoTypeof(LTypeof* instr) { in DoTypeof()
|
/external/chromium_org/v8/src/x64/ |
D | lithium-x64.h | 2520 class LTypeof V8_FINAL : public LTemplateInstruction<1, 2, 0> { 2522 LTypeof(LOperand* context, LOperand* value) { in LTypeof() function
|
D | lithium-x64.cc | 2515 LTypeof* result = new(zone()) LTypeof(context, value); in DoTypeof()
|
D | lithium-codegen-x64.cc | 5436 void LCodeGen::DoTypeof(LTypeof* instr) { in DoTypeof()
|
/external/chromium_org/v8/src/arm/ |
D | lithium-arm.h | 2543 class LTypeof V8_FINAL : public LTemplateInstruction<1, 2, 0> { 2545 LTypeof(LOperand* context, LOperand* value) { in LTypeof() function
|
D | lithium-arm.cc | 2479 LTypeof* result = new(zone()) LTypeof(context, UseFixed(instr->value(), r0)); in DoTypeof()
|
D | lithium-codegen-arm.cc | 5427 void LCodeGen::DoTypeof(LTypeof* instr) { in DoTypeof()
|
/external/chromium_org/v8/src/arm64/ |
D | lithium-arm64.h | 2925 class LTypeof V8_FINAL : public LTemplateInstruction<1, 2, 0> { 2927 LTypeof(LOperand* context, LOperand* value) { in LTypeof() function
|
D | lithium-arm64.cc | 2537 LTypeof* result = in DoTypeof() 2538 new(zone()) LTypeof(context, UseRegisterAtStart(instr->value())); in DoTypeof()
|
D | lithium-codegen-arm64.cc | 5811 void LCodeGen::DoTypeof(LTypeof* instr) { in DoTypeof()
|