Searched refs:LCheckMapValue (Results 1 – 21 of 21) sorted by relevance
/external/v8/src/ia32/ |
D | lithium-ia32.h | 2676 class LCheckMapValue FINAL : public LTemplateInstruction<0, 2, 0> { 2678 LCheckMapValue(LOperand* value, LOperand* map) { in LCheckMapValue() function
|
D | lithium-ia32.cc | 2685 return AssignEnvironment(new(zone()) LCheckMapValue(value, map)); in DoCheckMapValue()
|
D | lithium-codegen-ia32.cc | 5609 void LCodeGen::DoCheckMapValue(LCheckMapValue* instr) { in DoCheckMapValue()
|
/external/v8/src/x87/ |
D | lithium-x87.h | 2692 class LCheckMapValue FINAL : public LTemplateInstruction<0, 2, 0> { 2694 LCheckMapValue(LOperand* value, LOperand* map) { in LCheckMapValue() function
|
D | lithium-x87.cc | 2689 return AssignEnvironment(new(zone()) LCheckMapValue(value, map)); in DoCheckMapValue()
|
D | lithium-codegen-x87.cc | 6205 void LCodeGen::DoCheckMapValue(LCheckMapValue* instr) { in DoCheckMapValue()
|
/external/v8/src/x64/ |
D | lithium-x64.h | 2673 class LCheckMapValue FINAL : public LTemplateInstruction<0, 2, 0> { 2675 LCheckMapValue(LOperand* value, LOperand* map) { in LCheckMapValue() function
|
D | lithium-x64.cc | 2662 return AssignEnvironment(new(zone()) LCheckMapValue(value, map)); in DoCheckMapValue()
|
D | lithium-codegen-x64.cc | 5791 void LCodeGen::DoCheckMapValue(LCheckMapValue* instr) { in DoCheckMapValue()
|
/external/v8/src/mips64/ |
D | lithium-mips64.h | 2634 class LCheckMapValue FINAL : public LTemplateInstruction<0, 2, 0> { 2636 LCheckMapValue(LOperand* value, LOperand* map) { in LCheckMapValue() function
|
D | lithium-mips64.cc | 2563 return AssignEnvironment(new(zone()) LCheckMapValue(value, map)); in DoCheckMapValue()
|
D | lithium-codegen-mips64.cc | 5852 void LCodeGen::DoCheckMapValue(LCheckMapValue* instr) { in DoCheckMapValue()
|
/external/v8/src/mips/ |
D | lithium-mips.h | 2650 class LCheckMapValue FINAL : public LTemplateInstruction<0, 2, 0> { 2652 LCheckMapValue(LOperand* value, LOperand* map) { in LCheckMapValue() function
|
D | lithium-mips.cc | 2563 return AssignEnvironment(new(zone()) LCheckMapValue(value, map)); in DoCheckMapValue()
|
D | lithium-codegen-mips.cc | 5819 void LCodeGen::DoCheckMapValue(LCheckMapValue* instr) { in DoCheckMapValue()
|
/external/v8/src/arm/ |
D | lithium-arm.h | 2690 class LCheckMapValue FINAL : public LTemplateInstruction<0, 2, 0> { 2692 LCheckMapValue(LOperand* value, LOperand* map) { in LCheckMapValue() function
|
D | lithium-arm.cc | 2614 return AssignEnvironment(new(zone()) LCheckMapValue(value, map)); in DoCheckMapValue()
|
D | lithium-codegen-arm.cc | 5810 void LCodeGen::DoCheckMapValue(LCheckMapValue* instr) { in DoCheckMapValue()
|
/external/v8/src/arm64/ |
D | lithium-arm64.h | 3010 class LCheckMapValue FINAL : public LTemplateInstruction<0, 2, 1> { 3012 LCheckMapValue(LOperand* value, LOperand* map, LOperand* temp) { in LCheckMapValue() function
|
D | lithium-arm64.cc | 2718 return AssignEnvironment(new(zone()) LCheckMapValue(value, map, temp)); in DoCheckMapValue()
|
D | lithium-codegen-arm64.cc | 5896 void LCodeGen::DoCheckMapValue(LCheckMapValue* instr) { in DoCheckMapValue()
|