Home
last modified time | relevance | path

Searched refs:LForInCacheArray (Results 1 – 25 of 27) sorted by relevance

12

/external/v8/src/crankshaft/x87/
Dlithium-x87.h2459 class LForInCacheArray final : public LTemplateInstruction<1, 1, 0> {
2461 explicit LForInCacheArray(LOperand* map) { in LForInCacheArray() function
Dlithium-x87.cc2559 new(zone()) LForInCacheArray(map))); in DoForInCacheArray()
Dlithium-codegen-x87.cc5699 void LCodeGen::DoForInCacheArray(LForInCacheArray* instr) { in DoForInCacheArray()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h2459 class LForInCacheArray final : public LTemplateInstruction<1, 1, 0> {
2461 explicit LForInCacheArray(LOperand* map) { in LForInCacheArray() function
Dlithium-mips64.cc2445 return AssignEnvironment(DefineAsRegister(new(zone()) LForInCacheArray(map))); in DoForInCacheArray()
Dlithium-codegen-mips64.cc5653 void LCodeGen::DoForInCacheArray(LForInCacheArray* instr) { in DoForInCacheArray()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h2453 class LForInCacheArray final : public LTemplateInstruction<1, 1, 0> {
2455 explicit LForInCacheArray(LOperand* map) { in LForInCacheArray() function
Dlithium-arm.cc2493 return AssignEnvironment(DefineAsRegister(new(zone()) LForInCacheArray(map))); in DoForInCacheArray()
/external/v8/src/crankshaft/s390/
Dlithium-s390.h2225 class LForInCacheArray final : public LTemplateInstruction<1, 1, 0> {
2227 explicit LForInCacheArray(LOperand* map) { inputs_[0] = map; } in LForInCacheArray() function
Dlithium-s390.cc2255 DefineAsRegister(new (zone()) LForInCacheArray(map))); in DoForInCacheArray()
Dlithium-codegen-s390.cc5595 void LCodeGen::DoForInCacheArray(LForInCacheArray* instr) { in DoShiftI()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h2450 class LForInCacheArray final : public LTemplateInstruction<1, 1, 0> {
2452 explicit LForInCacheArray(LOperand* map) { in LForInCacheArray() function
Dlithium-x64.cc2563 new(zone()) LForInCacheArray(map))); in DoForInCacheArray()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h2413 class LForInCacheArray final : public LTemplateInstruction<1, 1, 0> {
2415 explicit LForInCacheArray(LOperand* map) { in LForInCacheArray() function
Dlithium-mips.cc2440 return AssignEnvironment(DefineAsRegister(new(zone()) LForInCacheArray(map))); in DoForInCacheArray()
Dlithium-codegen-mips.cc5447 void LCodeGen::DoForInCacheArray(LForInCacheArray* instr) { in DoForInCacheArray()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h2381 class LForInCacheArray final : public LTemplateInstruction<1, 1, 0> {
2383 explicit LForInCacheArray(LOperand* map) { inputs_[0] = map; } in LForInCacheArray() function
Dlithium-ppc.cc2461 DefineAsRegister(new (zone()) LForInCacheArray(map))); in DoForInCacheArray()
Dlithium-codegen-ppc.cc5708 void LCodeGen::DoForInCacheArray(LForInCacheArray* instr) { in DoShiftI()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h2463 class LForInCacheArray final : public LTemplateInstruction<1, 1, 0> {
2465 explicit LForInCacheArray(LOperand* map) { in LForInCacheArray() function
Dlithium-ia32.cc2557 new(zone()) LForInCacheArray(map))); in DoForInCacheArray()
Dlithium-codegen-ia32.cc5214 void LCodeGen::DoForInCacheArray(LForInCacheArray* instr) { in DoForInCacheArray()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h1272 class LForInCacheArray final : public LTemplateInstruction<1, 1, 0> {
1274 explicit LForInCacheArray(LOperand* map) { in LForInCacheArray() function
Dlithium-arm64.cc2572 return AssignEnvironment(DefineAsRegister(new(zone()) LForInCacheArray(map))); in DoForInCacheArray()
Dlithium-codegen-arm64.cc2647 void LCodeGen::DoForInCacheArray(LForInCacheArray* instr) { in DoForInCacheArray()

12