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

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

Completed in 650 milliseconds