Home
last modified time | relevance | path

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

/external/v8/src/ia32/
Dlithium-ia32.h2660 class LForInCacheArray FINAL : public LTemplateInstruction<1, 1, 0> {
2662 explicit LForInCacheArray(LOperand* map) { in LForInCacheArray() function
Dlithium-ia32.cc2678 new(zone()) LForInCacheArray(map))); in DoForInCacheArray()
Dlithium-codegen-ia32.cc5587 void LCodeGen::DoForInCacheArray(LForInCacheArray* instr) { in DoForInCacheArray()
/external/v8/src/x87/
Dlithium-x87.h2676 class LForInCacheArray FINAL : public LTemplateInstruction<1, 1, 0> {
2678 explicit LForInCacheArray(LOperand* map) { in LForInCacheArray() function
Dlithium-x87.cc2682 new(zone()) LForInCacheArray(map))); in DoForInCacheArray()
Dlithium-codegen-x87.cc6183 void LCodeGen::DoForInCacheArray(LForInCacheArray* instr) { in DoForInCacheArray()
/external/v8/src/x64/
Dlithium-x64.h2657 class LForInCacheArray FINAL : public LTemplateInstruction<1, 1, 0> {
2659 explicit LForInCacheArray(LOperand* map) { in LForInCacheArray() function
Dlithium-x64.cc2655 new(zone()) LForInCacheArray(map))); in DoForInCacheArray()
Dlithium-codegen-x64.cc5770 void LCodeGen::DoForInCacheArray(LForInCacheArray* instr) { in DoForInCacheArray()
/external/v8/src/mips64/
Dlithium-mips64.h2618 class LForInCacheArray FINAL : public LTemplateInstruction<1, 1, 0> {
2620 explicit LForInCacheArray(LOperand* map) { in LForInCacheArray() function
Dlithium-mips64.cc2556 return AssignEnvironment(DefineAsRegister(new(zone()) LForInCacheArray(map))); in DoForInCacheArray()
Dlithium-codegen-mips64.cc5831 void LCodeGen::DoForInCacheArray(LForInCacheArray* instr) { in DoForInCacheArray()
/external/v8/src/mips/
Dlithium-mips.h2634 class LForInCacheArray FINAL : public LTemplateInstruction<1, 1, 0> {
2636 explicit LForInCacheArray(LOperand* map) { in LForInCacheArray() function
Dlithium-mips.cc2556 return AssignEnvironment(DefineAsRegister(new(zone()) LForInCacheArray(map))); in DoForInCacheArray()
Dlithium-codegen-mips.cc5798 void LCodeGen::DoForInCacheArray(LForInCacheArray* instr) { in DoForInCacheArray()
/external/v8/src/arm/
Dlithium-arm.h2674 class LForInCacheArray FINAL : public LTemplateInstruction<1, 1, 0> {
2676 explicit LForInCacheArray(LOperand* map) { in LForInCacheArray() function
Dlithium-arm.cc2607 return AssignEnvironment(DefineAsRegister(new(zone()) LForInCacheArray(map))); in DoForInCacheArray()
Dlithium-codegen-arm.cc5787 void LCodeGen::DoForInCacheArray(LForInCacheArray* instr) { in DoForInCacheArray()
/external/v8/src/arm64/
Dlithium-arm64.h1392 class LForInCacheArray FINAL : public LTemplateInstruction<1, 1, 0> {
1394 explicit LForInCacheArray(LOperand* map) { in LForInCacheArray() function
Dlithium-arm64.cc2710 return AssignEnvironment(DefineAsRegister(new(zone()) LForInCacheArray(map))); in DoForInCacheArray()
Dlithium-codegen-arm64.cc2878 void LCodeGen::DoForInCacheArray(LForInCacheArray* instr) { in DoForInCacheArray()