Searched refs:LCheckMaps (Results 1 - 25 of 32) sorted by relevance

12

/external/v8/src/crankshaft/arm/
H A Dlithium-codegen-arm.h113 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
H A Dlithium-arm.h2353 class LCheckMaps final : public LTemplateInstruction<0, 1, 0> {
2355 explicit LCheckMaps(LOperand* value = NULL) { function in class:v8::internal::final
H A Dlithium-codegen-arm.cc4964 void LCodeGen::DoDeferredInstanceMigration(LCheckMaps* instr, Register object) {
4979 void LCodeGen::DoCheckMaps(LCheckMaps* instr) {
4982 DeferredCheckMaps(LCodeGen* codegen, LCheckMaps* instr, Register object)
4993 LCheckMaps* instr_;
H A Dlithium-arm.cc2024 if (instr->IsStabilityCheck()) return new(zone()) LCheckMaps;
2026 LInstruction* result = AssignEnvironment(new(zone()) LCheckMaps(value));
/external/v8/src/crankshaft/arm64/
H A Dlithium-codegen-arm64.h131 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
H A Dlithium-codegen-arm64.cc2027 void LCodeGen::DoDeferredInstanceMigration(LCheckMaps* instr, Register object) {
2042 void LCodeGen::DoCheckMaps(LCheckMaps* instr) {
2045 DeferredCheckMaps(LCodeGen* codegen, LCheckMaps* instr, Register object)
2055 LCheckMaps* instr_;
H A Dlithium-arm64.cc1222 if (instr->IsStabilityCheck()) return new(zone()) LCheckMaps;
1225 LInstruction* result = AssignEnvironment(new(zone()) LCheckMaps(value, temp));
/external/v8/src/crankshaft/ia32/
H A Dlithium-codegen-ia32.h102 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
H A Dlithium-ia32.h2347 class LCheckMaps final : public LTemplateInstruction<0, 1, 0> {
2349 explicit LCheckMaps(LOperand* value = NULL) { function in class:v8::internal::final
H A Dlithium-codegen-ia32.cc4834 void LCodeGen::DoDeferredInstanceMigration(LCheckMaps* instr, Register object) {
4849 void LCodeGen::DoCheckMaps(LCheckMaps* instr) {
4852 DeferredCheckMaps(LCodeGen* codegen, LCheckMaps* instr, Register object)
4863 LCheckMaps* instr_;
/external/v8/src/crankshaft/mips/
H A Dlithium-codegen-mips.h112 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
H A Dlithium-mips.h2310 class LCheckMaps final : public LTemplateInstruction<0, 1, 0> {
2312 explicit LCheckMaps(LOperand* value = NULL) { function in class:v8::internal::final
H A Dlithium-codegen-mips.cc4968 void LCodeGen::DoDeferredInstanceMigration(LCheckMaps* instr, Register object) {
4984 void LCodeGen::DoCheckMaps(LCheckMaps* instr) {
4987 DeferredCheckMaps(LCodeGen* codegen, LCheckMaps* instr, Register object)
4998 LCheckMaps* instr_;
/external/v8/src/crankshaft/mips64/
H A Dlithium-codegen-mips64.h114 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
H A Dlithium-mips64.h2356 class LCheckMaps final : public LTemplateInstruction<0, 1, 0> {
2358 explicit LCheckMaps(LOperand* value = NULL) { function in class:v8::internal::final
H A Dlithium-codegen-mips64.cc5171 void LCodeGen::DoDeferredInstanceMigration(LCheckMaps* instr, Register object) {
5187 void LCodeGen::DoCheckMaps(LCheckMaps* instr) {
5190 DeferredCheckMaps(LCodeGen* codegen, LCheckMaps* instr, Register object)
5201 LCheckMaps* instr_;
/external/v8/src/crankshaft/ppc/
H A Dlithium-codegen-ppc.h109 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
H A Dlithium-ppc.h2259 class LCheckMaps final : public LTemplateInstruction<0, 1, 1> {
2261 explicit LCheckMaps(LOperand* value = NULL, LOperand* temp = NULL) { function in class:v8::internal::final
H A Dlithium-codegen-ppc.cc5241 void LCodeGen::DoDeferredInstanceMigration(LCheckMaps* instr, Register object) {
5257 void LCodeGen::DoCheckMaps(LCheckMaps* instr) {
5260 DeferredCheckMaps(LCodeGen* codegen, LCheckMaps* instr, Register object)
5271 LCheckMaps* instr_;
/external/v8/src/crankshaft/x64/
H A Dlithium-codegen-x64.h98 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
H A Dlithium-x64.h2328 class LCheckMaps final : public LTemplateInstruction<0, 1, 0> {
2330 explicit LCheckMaps(LOperand* value = NULL) { function in class:v8::internal::final
H A Dlithium-codegen-x64.cc5032 void LCodeGen::DoDeferredInstanceMigration(LCheckMaps* instr, Register object) {
5047 void LCodeGen::DoCheckMaps(LCheckMaps* instr) {
5050 DeferredCheckMaps(LCodeGen* codegen, LCheckMaps* instr, Register object)
5061 LCheckMaps* instr_;
/external/v8/src/crankshaft/x87/
H A Dlithium-codegen-x87.h137 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
H A Dlithium-x87.h2351 class LCheckMaps final : public LTemplateInstruction<0, 1, 0> {
2353 explicit LCheckMaps(LOperand* value = NULL) { function in class:v8::internal::final
H A Dlithium-codegen-x87.cc5306 void LCodeGen::DoDeferredInstanceMigration(LCheckMaps* instr, Register object) {
5321 void LCodeGen::DoCheckMaps(LCheckMaps* instr) {
5325 LCheckMaps* instr,
5338 LCheckMaps* instr_;

Completed in 384 milliseconds

12