Home
last modified time | relevance | path

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

/external/v8/src/ic/mips/
Dic-mips.cc652 __ JumpIfDictionaryInPrototypeChain(receiver, elements_map, scratch_value, in KeyedStoreGenerateGenericHelper() local
713 __ JumpIfDictionaryInPrototypeChain(receiver, elements_map, scratch_value, in KeyedStoreGenerateGenericHelper() local
/external/v8/src/ic/ia32/
Dic-ia32.cc567 __ JumpIfDictionaryInPrototypeChain(receiver, ebx, edi, slow); in KeyedStoreGenerateGenericHelper() local
619 __ JumpIfDictionaryInPrototypeChain(receiver, ebx, edi, slow); in KeyedStoreGenerateGenericHelper() local
/external/v8/src/ic/x87/
Dic-x87.cc569 __ JumpIfDictionaryInPrototypeChain(receiver, ebx, edi, slow); in KeyedStoreGenerateGenericHelper() local
621 __ JumpIfDictionaryInPrototypeChain(receiver, ebx, edi, slow); in KeyedStoreGenerateGenericHelper() local
/external/v8/src/ic/x64/
Dic-x64.cc463 __ JumpIfDictionaryInPrototypeChain(receiver, rdi, kScratchRegister, slow); in KeyedStoreGenerateGenericHelper() local
513 __ JumpIfDictionaryInPrototypeChain(receiver, rdi, kScratchRegister, slow); in KeyedStoreGenerateGenericHelper() local
/external/v8/src/ic/mips64/
Dic-mips64.cc658 __ JumpIfDictionaryInPrototypeChain(receiver, elements_map, scratch_value, in KeyedStoreGenerateGenericHelper() local
722 __ JumpIfDictionaryInPrototypeChain(receiver, elements_map, scratch_value, in KeyedStoreGenerateGenericHelper() local
/external/v8/src/ic/arm/
Dic-arm.cc656 __ JumpIfDictionaryInPrototypeChain(receiver, elements_map, scratch_value, in KeyedStoreGenerateGenericHelper() local
714 __ JumpIfDictionaryInPrototypeChain(receiver, elements_map, scratch_value, in KeyedStoreGenerateGenericHelper() local
/external/v8/src/ic/arm64/
Dic-arm64.cc699 __ JumpIfDictionaryInPrototypeChain(receiver, elements_map, x10, slow); in KeyedStoreGenerateGenericHelper() local
746 __ JumpIfDictionaryInPrototypeChain(receiver, elements_map, x10, slow); in KeyedStoreGenerateGenericHelper() local
/external/v8/src/x87/
Dmacro-assembler-x87.cc3317 void MacroAssembler::JumpIfDictionaryInPrototypeChain( in JumpIfDictionaryInPrototypeChain() function in v8::internal::MacroAssembler
/external/v8/src/ia32/
Dmacro-assembler-ia32.cc3357 void MacroAssembler::JumpIfDictionaryInPrototypeChain( in JumpIfDictionaryInPrototypeChain() function in v8::internal::MacroAssembler
/external/v8/src/arm/
Dmacro-assembler-arm.cc3969 void MacroAssembler::JumpIfDictionaryInPrototypeChain( in JumpIfDictionaryInPrototypeChain() function in v8::internal::MacroAssembler
/external/v8/src/x64/
Dmacro-assembler-x64.cc5300 void MacroAssembler::JumpIfDictionaryInPrototypeChain( in JumpIfDictionaryInPrototypeChain() function in v8::internal::MacroAssembler
/external/v8/src/mips/
Dmacro-assembler-mips.cc5971 void MacroAssembler::JumpIfDictionaryInPrototypeChain( in JumpIfDictionaryInPrototypeChain() function in v8::internal::MacroAssembler
/external/v8/src/arm64/
Dmacro-assembler-arm64.cc4649 void MacroAssembler::JumpIfDictionaryInPrototypeChain( in JumpIfDictionaryInPrototypeChain() function in v8::internal::MacroAssembler
/external/v8/src/mips64/
Dmacro-assembler-mips64.cc5956 void MacroAssembler::JumpIfDictionaryInPrototypeChain( in JumpIfDictionaryInPrototypeChain() function in v8::internal::MacroAssembler