/external/v8/src/crankshaft/arm/ |
H A D | lithium-codegen-arm.h | 111 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
|
H A D | lithium-arm.h | 2255 class LCheckMaps final : public LTemplateInstruction<0, 1, 0> { 2257 explicit LCheckMaps(LOperand* value = NULL) { function in class:v8::internal::final
|
H A D | lithium-codegen-arm.cc | 4910 void LCodeGen::DoDeferredInstanceMigration(LCheckMaps* instr, Register object) { 4925 void LCodeGen::DoCheckMaps(LCheckMaps* instr) { 4928 DeferredCheckMaps(LCodeGen* codegen, LCheckMaps* instr, Register object) 4939 LCheckMaps* instr_;
|
/external/v8/src/crankshaft/arm64/ |
H A D | lithium-codegen-arm64.h | 129 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
|
H A D | lithium-codegen-arm64.cc | 2008 void LCodeGen::DoDeferredInstanceMigration(LCheckMaps* instr, Register object) { 2023 void LCodeGen::DoCheckMaps(LCheckMaps* instr) { 2026 DeferredCheckMaps(LCodeGen* codegen, LCheckMaps* instr, Register object) 2036 LCheckMaps* instr_;
|
/external/v8/src/crankshaft/ia32/ |
H A D | lithium-codegen-ia32.h | 98 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
|
H A D | lithium-ia32.h | 2274 class LCheckMaps final : public LTemplateInstruction<0, 1, 0> { 2276 explicit LCheckMaps(LOperand* value = NULL) { function in class:v8::internal::final
|
H A D | lithium-codegen-ia32.cc | 4685 void LCodeGen::DoDeferredInstanceMigration(LCheckMaps* instr, Register object) { 4700 void LCodeGen::DoCheckMaps(LCheckMaps* instr) { 4703 DeferredCheckMaps(LCodeGen* codegen, LCheckMaps* instr, Register object) 4714 LCheckMaps* instr_;
|
/external/v8/src/crankshaft/mips/ |
H A D | lithium-codegen-mips.h | 110 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
|
H A D | lithium-mips.h | 2213 class LCheckMaps final : public LTemplateInstruction<0, 1, 0> { 2215 explicit LCheckMaps(LOperand* value = NULL) { function in class:v8::internal::final
|
H A D | lithium-codegen-mips.cc | 4881 void LCodeGen::DoDeferredInstanceMigration(LCheckMaps* instr, Register object) { 4897 void LCodeGen::DoCheckMaps(LCheckMaps* instr) { 4900 DeferredCheckMaps(LCodeGen* codegen, LCheckMaps* instr, Register object) 4911 LCheckMaps* instr_;
|
/external/v8/src/crankshaft/mips64/ |
H A D | lithium-codegen-mips64.h | 112 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
|
H A D | lithium-mips64.h | 2259 class LCheckMaps final : public LTemplateInstruction<0, 1, 0> { 2261 explicit LCheckMaps(LOperand* value = NULL) { function in class:v8::internal::final
|
H A D | lithium-codegen-mips64.cc | 5084 void LCodeGen::DoDeferredInstanceMigration(LCheckMaps* instr, Register object) { 5100 void LCodeGen::DoCheckMaps(LCheckMaps* instr) { 5103 DeferredCheckMaps(LCodeGen* codegen, LCheckMaps* instr, Register object) 5114 LCheckMaps* instr_;
|
/external/v8/src/crankshaft/ppc/ |
H A D | lithium-codegen-ppc.h | 109 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
|
H A D | lithium-ppc.h | 2196 class LCheckMaps final : public LTemplateInstruction<0, 1, 1> { 2198 explicit LCheckMaps(LOperand* value = NULL, LOperand* temp = NULL) { function in class:v8::internal::final
|
H A D | lithium-codegen-ppc.cc | 5174 void LCodeGen::DoDeferredInstanceMigration(LCheckMaps* instr, Register object) { 5190 void LCodeGen::DoCheckMaps(LCheckMaps* instr) { 5193 DeferredCheckMaps(LCodeGen* codegen, LCheckMaps* instr, Register object) 5204 LCheckMaps* instr_;
|
/external/v8/src/crankshaft/s390/ |
H A D | lithium-codegen-s390.h | 108 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
|
H A D | lithium-s390.h | 2053 class LCheckMaps final : public LTemplateInstruction<0, 1, 1> { 2055 explicit LCheckMaps(LOperand* value = NULL, LOperand* temp = NULL) { function in class:v8::internal::final
|
H A D | lithium-codegen-s390.cc | 5077 void LCodeGen::DoDeferredInstanceMigration(LCheckMaps* instr, Register object) { 5092 void LCodeGen::DoCheckMaps(LCheckMaps* instr) { 5095 DeferredCheckMaps(LCodeGen* codegen, LCheckMaps* instr, Register object) 5106 LCheckMaps* instr_;
|
/external/v8/src/crankshaft/x64/ |
H A D | lithium-codegen-x64.h | 96 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
|
H A D | lithium-x64.h | 2258 class LCheckMaps final : public LTemplateInstruction<0, 1, 0> { 2260 explicit LCheckMaps(LOperand* value = NULL) { function in class:v8::internal::final
|
H A D | lithium-codegen-x64.cc | 4962 void LCodeGen::DoDeferredInstanceMigration(LCheckMaps* instr, Register object) { 4977 void LCodeGen::DoCheckMaps(LCheckMaps* instr) { 4980 DeferredCheckMaps(LCodeGen* codegen, LCheckMaps* instr, Register object) 4991 LCheckMaps* instr_;
|
/external/v8/src/crankshaft/x87/ |
H A D | lithium-codegen-x87.h | 133 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
|
H A D | lithium-x87.h | 2260 class LCheckMaps final : public LTemplateInstruction<0, 1, 0> { 2262 explicit LCheckMaps(LOperand* value = NULL) { function in class:v8::internal::final
|