Home
last modified time | relevance | path

Searched refs:probe_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
335 __ j(equal, &probe_dictionary); in GenerateMegamorphic()
359 __ bind(&probe_dictionary); in GenerateMegamorphic()
/external/v8/src/ic/x64/
Dic-x64.cc282 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/
Dic-ia32.cc270 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/
Dic-arm64.cc387 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/
Dic-arm.cc361 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/
Dic-mips64.cc364 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/
Dic-ppc.cc370 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/
Dic-mips.cc367 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()