Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h2467 class LToFastProperties final : public LTemplateInstruction<1, 1, 0> {
2469 explicit LToFastProperties(LOperand* value) { in LToFastProperties() function
Dlithium-ia32.cc2569 LToFastProperties* result = new(zone()) LToFastProperties(object); in DoToFastProperties()
Dlithium-codegen-ia32.cc5091 void LCodeGen::DoToFastProperties(LToFastProperties* instr) { in DoToFastProperties()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h2481 class LToFastProperties final : public LTemplateInstruction<1, 1, 0> {
2483 explicit LToFastProperties(LOperand* value) { in LToFastProperties() function
Dlithium-x87.cc2573 LToFastProperties* result = new(zone()) LToFastProperties(object); in DoToFastProperties()
Dlithium-codegen-x87.cc5649 void LCodeGen::DoToFastProperties(LToFastProperties* instr) { in DoToFastProperties()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h2437 class LToFastProperties final : public LTemplateInstruction<1, 1, 0> {
2439 explicit LToFastProperties(LOperand* value) { in LToFastProperties() function
Dlithium-mips.cc2460 LToFastProperties* result = new(zone()) LToFastProperties(object); in DoToFastProperties()
Dlithium-codegen-mips.cc5209 void LCodeGen::DoToFastProperties(LToFastProperties* instr) { in DoToFastProperties()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h2449 class LToFastProperties final : public LTemplateInstruction<1, 1, 0> {
2451 explicit LToFastProperties(LOperand* value) { in LToFastProperties() function
Dlithium-x64.cc2557 LToFastProperties* result = new(zone()) LToFastProperties(object); in DoToFastProperties()
Dlithium-codegen-x64.cc5270 void LCodeGen::DoToFastProperties(LToFastProperties* instr) { in DoToFastProperties()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h2478 class LToFastProperties final : public LTemplateInstruction<1, 1, 0> {
2480 explicit LToFastProperties(LOperand* value) { in LToFastProperties() function
Dlithium-arm.cc2513 LToFastProperties* result = new(zone()) LToFastProperties(object); in DoToFastProperties()
Dlithium-codegen-arm.cc5209 void LCodeGen::DoToFastProperties(LToFastProperties* instr) { in DoToFastProperties()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h2483 class LToFastProperties final : public LTemplateInstruction<1, 1, 0> {
2485 explicit LToFastProperties(LOperand* value) { in LToFastProperties() function
Dlithium-mips64.cc2465 LToFastProperties* result = new(zone()) LToFastProperties(object); in DoToFastProperties()
Dlithium-codegen-mips64.cc5414 void LCodeGen::DoToFastProperties(LToFastProperties* instr) { in DoToFastProperties()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h2374 class LToFastProperties final : public LTemplateInstruction<1, 1, 0> {
2376 explicit LToFastProperties(LOperand* value) { inputs_[0] = value; } in LToFastProperties() function
Dlithium-ppc.cc2466 LToFastProperties* result = new (zone()) LToFastProperties(object); in DoToFastProperties()
Dlithium-codegen-ppc.cc5491 void LCodeGen::DoToFastProperties(LToFastProperties* instr) { in DoShiftI()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h2786 class LToFastProperties final : public LTemplateInstruction<1, 1, 0> {
2788 explicit LToFastProperties(LOperand* value) { in LToFastProperties() function
Dlithium-arm64.cc2487 LToFastProperties* result = new(zone()) LToFastProperties(object); in DoToFastProperties()
Dlithium-codegen-arm64.cc5443 void LCodeGen::DoToFastProperties(LToFastProperties* instr) { in DoToFastProperties()