Home
last modified time | relevance | path

Searched refs:check_number_dictionary (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/ic/x87/
Dic-x87.cc270 Label probe_dictionary, check_number_dictionary; in GenerateMegamorphic() local
287 __ CheckFastElements(eax, &check_number_dictionary); in GenerateMegamorphic()
296 __ bind(&check_number_dictionary); in GenerateMegamorphic()
/external/v8/src/ic/x64/
Dic-x64.cc282 Label probe_dictionary, check_number_dictionary; in GenerateMegamorphic() local
299 __ CheckFastElements(rax, &check_number_dictionary); in GenerateMegamorphic()
307 __ bind(&check_number_dictionary); in GenerateMegamorphic()
/external/v8/src/ic/ia32/
Dic-ia32.cc270 Label probe_dictionary, check_number_dictionary; in GenerateMegamorphic() local
287 __ CheckFastElements(eax, &check_number_dictionary); in GenerateMegamorphic()
296 __ bind(&check_number_dictionary); in GenerateMegamorphic()
/external/v8/src/ic/arm64/
Dic-arm64.cc350 Label check_number_dictionary; in GenerateKeyedLoadWithSmiKey() local
358 __ CheckFastElements(scratch1, scratch2, &check_number_dictionary); in GenerateKeyedLoadWithSmiKey()
366 __ Bind(&check_number_dictionary); in GenerateKeyedLoadWithSmiKey()
/external/v8/src/ic/arm/
Dic-arm.cc361 Label probe_dictionary, check_number_dictionary; in GenerateMegamorphic() local
380 __ CheckFastElements(r0, r3, &check_number_dictionary); in GenerateMegamorphic()
387 __ bind(&check_number_dictionary); in GenerateMegamorphic()
/external/v8/src/ic/mips64/
Dic-mips64.cc364 Label probe_dictionary, check_number_dictionary; in GenerateMegamorphic() local
383 __ CheckFastElements(a0, a3, &check_number_dictionary); in GenerateMegamorphic()
390 __ bind(&check_number_dictionary); in GenerateMegamorphic()
/external/v8/src/ic/ppc/
Dic-ppc.cc370 Label probe_dictionary, check_number_dictionary; in GenerateMegamorphic() local
389 __ CheckFastElements(r3, r6, &check_number_dictionary); in GenerateMegamorphic()
396 __ bind(&check_number_dictionary); in GenerateMegamorphic()
/external/v8/src/ic/mips/
Dic-mips.cc367 Label probe_dictionary, check_number_dictionary; in GenerateMegamorphic() local
386 __ CheckFastElements(a0, a3, &check_number_dictionary); in GenerateMegamorphic()
393 __ bind(&check_number_dictionary); in GenerateMegamorphic()