/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 2467 class LToFastProperties final : public LTemplateInstruction<1, 1, 0> { 2469 explicit LToFastProperties(LOperand* value) { in LToFastProperties() function
|
D | lithium-ia32.cc | 2569 LToFastProperties* result = new(zone()) LToFastProperties(object); in DoToFastProperties()
|
D | lithium-codegen-ia32.cc | 5091 void LCodeGen::DoToFastProperties(LToFastProperties* instr) { in DoToFastProperties()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 2481 class LToFastProperties final : public LTemplateInstruction<1, 1, 0> { 2483 explicit LToFastProperties(LOperand* value) { in LToFastProperties() function
|
D | lithium-x87.cc | 2573 LToFastProperties* result = new(zone()) LToFastProperties(object); in DoToFastProperties()
|
D | lithium-codegen-x87.cc | 5649 void LCodeGen::DoToFastProperties(LToFastProperties* instr) { in DoToFastProperties()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 2437 class LToFastProperties final : public LTemplateInstruction<1, 1, 0> { 2439 explicit LToFastProperties(LOperand* value) { in LToFastProperties() function
|
D | lithium-mips.cc | 2460 LToFastProperties* result = new(zone()) LToFastProperties(object); in DoToFastProperties()
|
D | lithium-codegen-mips.cc | 5209 void LCodeGen::DoToFastProperties(LToFastProperties* instr) { in DoToFastProperties()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 2449 class LToFastProperties final : public LTemplateInstruction<1, 1, 0> { 2451 explicit LToFastProperties(LOperand* value) { in LToFastProperties() function
|
D | lithium-x64.cc | 2557 LToFastProperties* result = new(zone()) LToFastProperties(object); in DoToFastProperties()
|
D | lithium-codegen-x64.cc | 5270 void LCodeGen::DoToFastProperties(LToFastProperties* instr) { in DoToFastProperties()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 2478 class LToFastProperties final : public LTemplateInstruction<1, 1, 0> { 2480 explicit LToFastProperties(LOperand* value) { in LToFastProperties() function
|
D | lithium-arm.cc | 2513 LToFastProperties* result = new(zone()) LToFastProperties(object); in DoToFastProperties()
|
D | lithium-codegen-arm.cc | 5209 void LCodeGen::DoToFastProperties(LToFastProperties* instr) { in DoToFastProperties()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 2483 class LToFastProperties final : public LTemplateInstruction<1, 1, 0> { 2485 explicit LToFastProperties(LOperand* value) { in LToFastProperties() function
|
D | lithium-mips64.cc | 2465 LToFastProperties* result = new(zone()) LToFastProperties(object); in DoToFastProperties()
|
D | lithium-codegen-mips64.cc | 5414 void LCodeGen::DoToFastProperties(LToFastProperties* instr) { in DoToFastProperties()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 2374 class LToFastProperties final : public LTemplateInstruction<1, 1, 0> { 2376 explicit LToFastProperties(LOperand* value) { inputs_[0] = value; } in LToFastProperties() function
|
D | lithium-ppc.cc | 2466 LToFastProperties* result = new (zone()) LToFastProperties(object); in DoToFastProperties()
|
D | lithium-codegen-ppc.cc | 5491 void LCodeGen::DoToFastProperties(LToFastProperties* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 2786 class LToFastProperties final : public LTemplateInstruction<1, 1, 0> { 2788 explicit LToFastProperties(LOperand* value) { in LToFastProperties() function
|
D | lithium-arm64.cc | 2487 LToFastProperties* result = new(zone()) LToFastProperties(object); in DoToFastProperties()
|
D | lithium-codegen-arm64.cc | 5443 void LCodeGen::DoToFastProperties(LToFastProperties* instr) { in DoToFastProperties()
|