Searched refs:probe_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 335 __ j(equal, &probe_dictionary); in GenerateMegamorphic() 359 __ bind(&probe_dictionary); in GenerateMegamorphic()
|
/external/v8/src/ic/x64/ |
D | ic-x64.cc | 282 Label probe_dictionary, check_number_dictionary; in GenerateMegamorphic() local 336 __ j(equal, &probe_dictionary); in GenerateMegamorphic() 361 __ bind(&probe_dictionary); in GenerateMegamorphic()
|
/external/v8/src/ic/ia32/ |
D | ic-ia32.cc | 270 Label probe_dictionary, check_number_dictionary; in GenerateMegamorphic() local 335 __ j(equal, &probe_dictionary); in GenerateMegamorphic() 359 __ bind(&probe_dictionary); in GenerateMegamorphic()
|
/external/v8/src/ic/arm64/ |
D | ic-arm64.cc | 387 Label probe_dictionary, property_array_property; in GenerateKeyedLoadWithNameKey() local 398 __ JumpIfRoot(scratch3, Heap::kHashTableMapRootIndex, &probe_dictionary); in GenerateKeyedLoadWithNameKey() 421 __ Bind(&probe_dictionary); in GenerateKeyedLoadWithNameKey()
|
/external/v8/src/ic/arm/ |
D | ic-arm.cc | 361 Label probe_dictionary, check_number_dictionary; in GenerateMegamorphic() local 419 __ b(eq, &probe_dictionary); in GenerateMegamorphic() 442 __ bind(&probe_dictionary); in GenerateMegamorphic()
|
/external/v8/src/ic/mips64/ |
D | ic-mips64.cc | 364 Label probe_dictionary, check_number_dictionary; in GenerateMegamorphic() local 421 __ Branch(&probe_dictionary, eq, a4, Operand(at)); in GenerateMegamorphic() 444 __ bind(&probe_dictionary); in GenerateMegamorphic()
|
/external/v8/src/ic/ppc/ |
D | ic-ppc.cc | 370 Label probe_dictionary, check_number_dictionary; in GenerateMegamorphic() local 428 __ beq(&probe_dictionary); in GenerateMegamorphic() 452 __ bind(&probe_dictionary); in GenerateMegamorphic()
|
/external/v8/src/ic/mips/ |
D | ic-mips.cc | 367 Label probe_dictionary, check_number_dictionary; in GenerateMegamorphic() local 424 __ Branch(&probe_dictionary, eq, t0, Operand(at)); in GenerateMegamorphic() 447 __ bind(&probe_dictionary); in GenerateMegamorphic()
|