Searched refs:check_number_dictionary (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/ic/x87/ |
D | ic-x87.cc | 270 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/ |
D | ic-x64.cc | 282 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/ |
D | ic-ia32.cc | 270 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/ |
D | ic-arm64.cc | 350 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/ |
D | ic-arm.cc | 361 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/ |
D | ic-mips64.cc | 364 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/ |
D | ic-ppc.cc | 370 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/ |
D | ic-mips.cc | 367 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()
|