Home
last modified time | relevance | path

Searched defs:JumpIfDictionaryInPrototypeChain (Results 1 – 18 of 18) sorted by relevance

/external/v8/src/ic/ppc/
Dic-ppc.cc502 __ JumpIfDictionaryInPrototypeChain(receiver, elements_map, scratch, slow); in KeyedStoreGenerateMegamorphicHelper() local
559 __ JumpIfDictionaryInPrototypeChain(receiver, elements_map, scratch, slow); in KeyedStoreGenerateMegamorphicHelper() local
/external/v8/src/ic/mips64/
Dic-mips64.cc482 __ JumpIfDictionaryInPrototypeChain(receiver, elements_map, scratch, slow); in KeyedStoreGenerateMegamorphicHelper() local
544 __ JumpIfDictionaryInPrototypeChain(receiver, elements_map, scratch, slow); in KeyedStoreGenerateMegamorphicHelper() local
/external/v8/src/ic/s390/
Dic-s390.cc487 __ JumpIfDictionaryInPrototypeChain(receiver, elements_map, scratch, slow); in KeyedStoreGenerateMegamorphicHelper() local
546 __ JumpIfDictionaryInPrototypeChain(receiver, elements_map, scratch, slow); in KeyedStoreGenerateMegamorphicHelper() local
/external/v8/src/ic/x64/
Dic-x64.cc401 __ JumpIfDictionaryInPrototypeChain(receiver, rdi, kScratchRegister, slow); in KeyedStoreGenerateMegamorphicHelper() local
451 __ JumpIfDictionaryInPrototypeChain(receiver, rdi, kScratchRegister, slow); in KeyedStoreGenerateMegamorphicHelper() local
/external/v8/src/ic/arm64/
Dic-arm64.cc495 __ JumpIfDictionaryInPrototypeChain(receiver, elements_map, x10, slow); in KeyedStoreGenerateMegamorphicHelper() local
542 __ JumpIfDictionaryInPrototypeChain(receiver, elements_map, x10, slow); in KeyedStoreGenerateMegamorphicHelper() local
/external/v8/src/ic/x87/
Dic-x87.cc399 __ JumpIfDictionaryInPrototypeChain(receiver, ebx, edi, slow); in KeyedStoreGenerateMegamorphicHelper() local
451 __ JumpIfDictionaryInPrototypeChain(receiver, ebx, edi, slow); in KeyedStoreGenerateMegamorphicHelper() local
/external/v8/src/ic/arm/
Dic-arm.cc491 __ JumpIfDictionaryInPrototypeChain(receiver, elements_map, scratch, slow); in KeyedStoreGenerateMegamorphicHelper() local
546 __ JumpIfDictionaryInPrototypeChain(receiver, elements_map, scratch, slow); in KeyedStoreGenerateMegamorphicHelper() local
/external/v8/src/ic/ia32/
Dic-ia32.cc399 __ JumpIfDictionaryInPrototypeChain(receiver, ebx, edi, slow); in KeyedStoreGenerateMegamorphicHelper() local
451 __ JumpIfDictionaryInPrototypeChain(receiver, ebx, edi, slow); in KeyedStoreGenerateMegamorphicHelper() local
/external/v8/src/ic/mips/
Dic-mips.cc482 __ JumpIfDictionaryInPrototypeChain(receiver, elements_map, scratch, slow); in KeyedStoreGenerateMegamorphicHelper() local
538 __ JumpIfDictionaryInPrototypeChain(receiver, elements_map, scratch, slow); in KeyedStoreGenerateMegamorphicHelper() local
/external/v8/src/x87/
Dmacro-assembler-x87.cc3256 void MacroAssembler::JumpIfDictionaryInPrototypeChain( in JumpIfDictionaryInPrototypeChain() function in v8::internal::MacroAssembler
/external/v8/src/ia32/
Dmacro-assembler-ia32.cc3409 void MacroAssembler::JumpIfDictionaryInPrototypeChain( in JumpIfDictionaryInPrototypeChain() function in v8::internal::MacroAssembler
/external/v8/src/arm/
Dmacro-assembler-arm.cc3905 void MacroAssembler::JumpIfDictionaryInPrototypeChain( in JumpIfDictionaryInPrototypeChain() function in v8::internal::MacroAssembler
/external/v8/src/arm64/
Dmacro-assembler-arm64.cc4492 void MacroAssembler::JumpIfDictionaryInPrototypeChain( in JumpIfDictionaryInPrototypeChain() function in v8::internal::MacroAssembler
/external/v8/src/ppc/
Dmacro-assembler-ppc.cc4756 void MacroAssembler::JumpIfDictionaryInPrototypeChain(Register object, in JumpIfDictionaryInPrototypeChain() function in v8::internal::MacroAssembler
/external/v8/src/x64/
Dmacro-assembler-x64.cc5674 void MacroAssembler::JumpIfDictionaryInPrototypeChain( in JumpIfDictionaryInPrototypeChain() function in v8::internal::MacroAssembler
/external/v8/src/s390/
Dmacro-assembler-s390.cc3710 void MacroAssembler::JumpIfDictionaryInPrototypeChain(Register object, in JumpIfDictionaryInPrototypeChain() function in v8::internal::MacroAssembler
/external/v8/src/mips/
Dmacro-assembler-mips.cc6805 void MacroAssembler::JumpIfDictionaryInPrototypeChain( in JumpIfDictionaryInPrototypeChain() function in v8::internal::MacroAssembler
/external/v8/src/mips64/
Dmacro-assembler-mips64.cc7143 void MacroAssembler::JumpIfDictionaryInPrototypeChain( in JumpIfDictionaryInPrototypeChain() function in v8::internal::MacroAssembler