Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/arm/
Dlithium-arm.h2587 class LTypeof FINAL : public LTemplateInstruction<1, 2, 0> {
2589 LTypeof(LOperand* context, LOperand* value) { in LTypeof() function
Dlithium-arm.cc2522 LTypeof* result = new(zone()) LTypeof(context, UseFixed(instr->value(), r0)); in DoTypeof()
Dlithium-codegen-arm.cc5504 void LCodeGen::DoTypeof(LTypeof* instr) { in DoTypeof()
/external/chromium_org/v8/src/mips64/
Dlithium-mips64.h2531 class LTypeof FINAL : public LTemplateInstruction<1, 2, 0> {
2533 LTypeof(LOperand* context, LOperand* value) { in LTypeof() function
Dlithium-mips64.cc2471 LTypeof* result = new(zone()) LTypeof(context, UseFixed(instr->value(), a0)); in DoTypeof()
Dlithium-codegen-mips64.cc5512 void LCodeGen::DoTypeof(LTypeof* instr) { in DoTypeof()
/external/chromium_org/v8/src/x64/
Dlithium-x64.h2569 class LTypeof FINAL : public LTemplateInstruction<1, 2, 0> {
2571 LTypeof(LOperand* context, LOperand* value) { in LTypeof() function
Dlithium-x64.cc2568 LTypeof* result = new(zone()) LTypeof(context, value); in DoTypeof()
Dlithium-codegen-x64.cc5482 void LCodeGen::DoTypeof(LTypeof* instr) { in DoTypeof()
/external/chromium_org/v8/src/ia32/
Dlithium-ia32.h2588 class LTypeof FINAL : public LTemplateInstruction<1, 2, 0> {
2590 LTypeof(LOperand* context, LOperand* value) { in LTypeof() function
Dlithium-ia32.cc2592 LTypeof* result = new(zone()) LTypeof(context, value); in DoTypeof()
Dlithium-codegen-ia32.cc5311 void LCodeGen::DoTypeof(LTypeof* instr) { in DoTypeof()
/external/chromium_org/v8/src/x87/
Dlithium-x87.h2604 class LTypeof FINAL : public LTemplateInstruction<1, 2, 0> {
2606 LTypeof(LOperand* context, LOperand* value) { in LTypeof() function
Dlithium-x87.cc2596 LTypeof* result = new(zone()) LTypeof(context, value); in DoTypeof()
Dlithium-codegen-x87.cc5905 void LCodeGen::DoTypeof(LTypeof* instr) { in DoTypeof()
/external/chromium_org/v8/src/mips/
Dlithium-mips.h2547 class LTypeof FINAL : public LTemplateInstruction<1, 2, 0> {
2549 LTypeof(LOperand* context, LOperand* value) { in LTypeof() function
Dlithium-mips.cc2471 LTypeof* result = new(zone()) LTypeof(context, UseFixed(instr->value(), a0)); in DoTypeof()
Dlithium-codegen-mips.cc5479 void LCodeGen::DoTypeof(LTypeof* instr) { in DoTypeof()
/external/chromium_org/v8/src/arm64/
Dlithium-arm64.h2963 class LTypeof FINAL : public LTemplateInstruction<1, 2, 0> {
2965 LTypeof(LOperand* context, LOperand* value) { in LTypeof() function
Dlithium-arm64.cc2561 LTypeof* result = in DoTypeof()
2562 new(zone()) LTypeof(context, UseRegisterAtStart(instr->value())); in DoTypeof()
Dlithium-codegen-arm64.cc5792 void LCodeGen::DoTypeof(LTypeof* instr) { in DoTypeof()