Home
last modified time | relevance | path

Searched refs:DoDeferredInstanceMigration (Results 1 – 16 of 16) sorted by relevance

/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.h113 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
Dlithium-codegen-arm.cc4964 void LCodeGen::DoDeferredInstanceMigration(LCheckMaps* instr, Register object) { in DoDeferredInstanceMigration() function in v8::internal::LCodeGen
4987 codegen()->DoDeferredInstanceMigration(instr_, object_); in DoCheckMaps()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.h98 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
Dlithium-codegen-x64.cc5032 void LCodeGen::DoDeferredInstanceMigration(LCheckMaps* instr, Register object) { in DoDeferredInstanceMigration() function in v8::internal::LCodeGen
5055 codegen()->DoDeferredInstanceMigration(instr_, object_); in DoCheckMaps()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.h109 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
Dlithium-codegen-ppc.cc5241 void LCodeGen::DoDeferredInstanceMigration(LCheckMaps* instr, Register object) { in DoShiftI() function in v8::internal::LCodeGen
5265 codegen()->DoDeferredInstanceMigration(instr_, object_); in DoShiftI()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.h102 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
Dlithium-codegen-ia32.cc4834 void LCodeGen::DoDeferredInstanceMigration(LCheckMaps* instr, Register object) { in DoDeferredInstanceMigration() function in v8::internal::LCodeGen
4857 codegen()->DoDeferredInstanceMigration(instr_, object_); in DoCheckMaps()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.h112 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
Dlithium-codegen-mips.cc4968 void LCodeGen::DoDeferredInstanceMigration(LCheckMaps* instr, Register object) { in DoDeferredInstanceMigration() function in v8::internal::LCodeGen
4992 codegen()->DoDeferredInstanceMigration(instr_, object_); in DoCheckMaps()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.h114 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
Dlithium-codegen-mips64.cc5171 void LCodeGen::DoDeferredInstanceMigration(LCheckMaps* instr, Register object) { in DoDeferredInstanceMigration() function in v8::internal::LCodeGen
5195 codegen()->DoDeferredInstanceMigration(instr_, object_); in DoCheckMaps()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.h131 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
Dlithium-codegen-arm64.cc2027 void LCodeGen::DoDeferredInstanceMigration(LCheckMaps* instr, Register object) { in DoDeferredInstanceMigration() function in v8::internal::LCodeGen
2050 codegen()->DoDeferredInstanceMigration(instr_, object_); in DoCheckMaps()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.h137 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
Dlithium-codegen-x87.cc5306 void LCodeGen::DoDeferredInstanceMigration(LCheckMaps* instr, Register object) { in DoDeferredInstanceMigration() function in v8::internal::LCodeGen
5332 codegen()->DoDeferredInstanceMigration(instr_, object_); in DoCheckMaps()