Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h2480 class LTypeof final : public LTemplateInstruction<1, 2, 0> {
2482 LTypeof(LOperand* context, LOperand* value) { in LTypeof() function
Dlithium-ia32.cc2577 LTypeof* result = new(zone()) LTypeof(context, value); in DoTypeof()
Dlithium-codegen-ia32.cc5098 void LCodeGen::DoTypeof(LTypeof* instr) { in DoTypeof()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h2494 class LTypeof final : public LTemplateInstruction<1, 2, 0> {
2496 LTypeof(LOperand* context, LOperand* value) { in LTypeof() function
Dlithium-x87.cc2581 LTypeof* result = new(zone()) LTypeof(context, value); in DoTypeof()
Dlithium-codegen-x87.cc5656 void LCodeGen::DoTypeof(LTypeof* instr) { in DoTypeof()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h2450 class LTypeof final : public LTemplateInstruction<1, 2, 0> {
2452 LTypeof(LOperand* context, LOperand* value) { in LTypeof() function
Dlithium-mips.cc2468 LTypeof* result = new (zone()) LTypeof(context, value); in DoTypeof()
Dlithium-codegen-mips.cc5217 void LCodeGen::DoTypeof(LTypeof* instr) { in DoTypeof()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h2462 class LTypeof final : public LTemplateInstruction<1, 2, 0> {
2464 LTypeof(LOperand* context, LOperand* value) { in LTypeof() function
Dlithium-x64.cc2565 LTypeof* result = new(zone()) LTypeof(context, value); in DoTypeof()
Dlithium-codegen-x64.cc5277 void LCodeGen::DoTypeof(LTypeof* instr) { in DoTypeof()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h2491 class LTypeof final : public LTemplateInstruction<1, 2, 0> {
2493 LTypeof(LOperand* context, LOperand* value) { in LTypeof() function
Dlithium-arm.cc2521 LTypeof* result = new (zone()) LTypeof(context, value); in DoTypeof()
Dlithium-codegen-arm.cc5216 void LCodeGen::DoTypeof(LTypeof* instr) { in DoTypeof()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h2496 class LTypeof final : public LTemplateInstruction<1, 2, 0> {
2498 LTypeof(LOperand* context, LOperand* value) { in LTypeof() function
Dlithium-mips64.cc2473 LTypeof* result = new (zone()) LTypeof(context, value); in DoTypeof()
Dlithium-codegen-mips64.cc5422 void LCodeGen::DoTypeof(LTypeof* instr) { in DoTypeof()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h2385 class LTypeof final : public LTemplateInstruction<1, 2, 0> {
2387 LTypeof(LOperand* context, LOperand* value) { in LTypeof() function
Dlithium-ppc.cc2474 LTypeof* result = new (zone()) LTypeof(context, value); in DoTypeof()
Dlithium-codegen-ppc.cc5498 void LCodeGen::DoTypeof(LTypeof* instr) { in DoShiftI()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h2863 class LTypeof final : public LTemplateInstruction<1, 2, 0> {
2865 LTypeof(LOperand* context, LOperand* value) { in LTypeof() function
Dlithium-arm64.cc2539 LTypeof* result = new (zone()) LTypeof(context, value); in DoTypeof()
Dlithium-codegen-arm64.cc5514 void LCodeGen::DoTypeof(LTypeof* instr) { in DoTypeof()