Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/ia32/
Dlithium-codegen-ia32.h109 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
Dlithium-codegen-ia32.cc4964 void LCodeGen::DoDeferredInstanceMigration(LCheckMaps* instr, Register object) { in DoDeferredInstanceMigration() function in v8::internal::LCodeGen
4987 codegen()->DoDeferredInstanceMigration(instr_, object_); in DoCheckMaps()
/external/chromium_org/v8/src/arm/
Dlithium-codegen-arm.h120 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
Dlithium-codegen-arm.cc5177 void LCodeGen::DoDeferredInstanceMigration(LCheckMaps* instr, Register object) { in DoDeferredInstanceMigration() function in v8::internal::LCodeGen
5200 codegen()->DoDeferredInstanceMigration(instr_, object_); in DoCheckMaps()
/external/chromium_org/v8/src/x64/
Dlithium-codegen-x64.h103 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
Dlithium-codegen-x64.cc5154 void LCodeGen::DoDeferredInstanceMigration(LCheckMaps* instr, Register object) { in DoDeferredInstanceMigration() function in v8::internal::LCodeGen
5177 codegen()->DoDeferredInstanceMigration(instr_, object_); in DoCheckMaps()
/external/chromium_org/v8/src/mips/
Dlithium-codegen-mips.h119 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
Dlithium-codegen-mips.cc5148 void LCodeGen::DoDeferredInstanceMigration(LCheckMaps* instr, Register object) { in DoDeferredInstanceMigration() function in v8::internal::LCodeGen
5171 codegen()->DoDeferredInstanceMigration(instr_, object_); in DoCheckMaps()
/external/chromium_org/v8/src/mips64/
Dlithium-codegen-mips64.h120 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
Dlithium-codegen-mips64.cc5179 void LCodeGen::DoDeferredInstanceMigration(LCheckMaps* instr, Register object) { in DoDeferredInstanceMigration() function in v8::internal::LCodeGen
5202 codegen()->DoDeferredInstanceMigration(instr_, object_); in DoCheckMaps()
/external/chromium_org/v8/src/arm64/
Dlithium-codegen-arm64.h141 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
Dlithium-codegen-arm64.cc2155 void LCodeGen::DoDeferredInstanceMigration(LCheckMaps* instr, Register object) { in DoDeferredInstanceMigration() function in v8::internal::LCodeGen
2178 codegen()->DoDeferredInstanceMigration(instr_, object_); in DoCheckMaps()
/external/chromium_org/v8/src/x87/
Dlithium-codegen-x87.h143 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
Dlithium-codegen-x87.cc5472 void LCodeGen::DoDeferredInstanceMigration(LCheckMaps* instr, Register object) { in DoDeferredInstanceMigration() function in v8::internal::LCodeGen
5498 codegen()->DoDeferredInstanceMigration(instr_, object_); in DoCheckMaps()