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

12

/external/v8/src/crankshaft/arm/
H A Dlithium-codegen-arm.h111 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
H A Dlithium-arm.h2255 class LCheckMaps final : public LTemplateInstruction<0, 1, 0> {
2257 explicit LCheckMaps(LOperand* value = NULL) { function in class:v8::internal::final
H A Dlithium-codegen-arm.cc4910 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 Dlithium-codegen-arm64.h129 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
H A Dlithium-codegen-arm64.cc2008 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 Dlithium-codegen-ia32.h98 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
H A Dlithium-ia32.h2274 class LCheckMaps final : public LTemplateInstruction<0, 1, 0> {
2276 explicit LCheckMaps(LOperand* value = NULL) { function in class:v8::internal::final
H A Dlithium-codegen-ia32.cc4685 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 Dlithium-codegen-mips.h110 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
H A Dlithium-mips.h2213 class LCheckMaps final : public LTemplateInstruction<0, 1, 0> {
2215 explicit LCheckMaps(LOperand* value = NULL) { function in class:v8::internal::final
H A Dlithium-codegen-mips.cc4881 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 Dlithium-codegen-mips64.h112 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
H A Dlithium-mips64.h2259 class LCheckMaps final : public LTemplateInstruction<0, 1, 0> {
2261 explicit LCheckMaps(LOperand* value = NULL) { function in class:v8::internal::final
H A Dlithium-codegen-mips64.cc5084 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 Dlithium-codegen-ppc.h109 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
H A Dlithium-ppc.h2196 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 Dlithium-codegen-ppc.cc5174 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 Dlithium-codegen-s390.h108 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
H A Dlithium-s390.h2053 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 Dlithium-codegen-s390.cc5077 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 Dlithium-codegen-x64.h96 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
H A Dlithium-x64.h2258 class LCheckMaps final : public LTemplateInstruction<0, 1, 0> {
2260 explicit LCheckMaps(LOperand* value = NULL) { function in class:v8::internal::final
H A Dlithium-codegen-x64.cc4962 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 Dlithium-codegen-x87.h133 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
H A Dlithium-x87.h2260 class LCheckMaps final : public LTemplateInstruction<0, 1, 0> {
2262 explicit LCheckMaps(LOperand* value = NULL) { function in class:v8::internal::final

Completed in 322 milliseconds

12