Home
last modified time | relevance | path

Searched refs:LTypeof (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/v8/src/x87/
Dlithium-x87.h2558 class LTypeof V8_FINAL : public LTemplateInstruction<1, 2, 0> {
2560 LTypeof(LOperand* context, LOperand* value) { in LTypeof() function
Dlithium-x87.cc2537 LTypeof* result = new(zone()) LTypeof(context, value); in DoTypeof()
Dlithium-codegen-x87.cc5301 void LCodeGen::DoTypeof(LTypeof* instr) { in DoTypeof()
/external/chromium_org/v8/src/ia32/
Dlithium-ia32.h2538 class LTypeof V8_FINAL : public LTemplateInstruction<1, 2, 0> {
2540 LTypeof(LOperand* context, LOperand* value) { in LTypeof() function
Dlithium-ia32.cc2552 LTypeof* result = new(zone()) LTypeof(context, value); in DoTypeof()
Dlithium-codegen-ia32.cc5268 void LCodeGen::DoTypeof(LTypeof* instr) { in DoTypeof()
/external/chromium_org/v8/src/mips/
Dlithium-mips.h2500 class LTypeof V8_FINAL : public LTemplateInstruction<1, 2, 0> {
2502 LTypeof(LOperand* context, LOperand* value) { in LTypeof() function
Dlithium-mips.cc2425 LTypeof* result = new(zone()) LTypeof(context, UseFixed(instr->value(), a0)); in DoTypeof()
Dlithium-codegen-mips.cc5452 void LCodeGen::DoTypeof(LTypeof* instr) { in DoTypeof()
/external/chromium_org/v8/src/x64/
Dlithium-x64.h2520 class LTypeof V8_FINAL : public LTemplateInstruction<1, 2, 0> {
2522 LTypeof(LOperand* context, LOperand* value) { in LTypeof() function
Dlithium-x64.cc2515 LTypeof* result = new(zone()) LTypeof(context, value); in DoTypeof()
Dlithium-codegen-x64.cc5436 void LCodeGen::DoTypeof(LTypeof* instr) { in DoTypeof()
/external/chromium_org/v8/src/arm/
Dlithium-arm.h2543 class LTypeof V8_FINAL : public LTemplateInstruction<1, 2, 0> {
2545 LTypeof(LOperand* context, LOperand* value) { in LTypeof() function
Dlithium-arm.cc2479 LTypeof* result = new(zone()) LTypeof(context, UseFixed(instr->value(), r0)); in DoTypeof()
Dlithium-codegen-arm.cc5427 void LCodeGen::DoTypeof(LTypeof* instr) { in DoTypeof()
/external/chromium_org/v8/src/arm64/
Dlithium-arm64.h2925 class LTypeof V8_FINAL : public LTemplateInstruction<1, 2, 0> {
2927 LTypeof(LOperand* context, LOperand* value) { in LTypeof() function
Dlithium-arm64.cc2537 LTypeof* result = in DoTypeof()
2538 new(zone()) LTypeof(context, UseRegisterAtStart(instr->value())); in DoTypeof()
Dlithium-codegen-arm64.cc5811 void LCodeGen::DoTypeof(LTypeof* instr) { in DoTypeof()