Home
last modified time | relevance | path

Searched refs:probe_dictionary (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/ic/ia32/
Dic-ia32.cc311 Label probe_dictionary, check_number_dictionary; in GenerateGeneric() local
375 __ j(equal, &probe_dictionary); in GenerateGeneric()
462 __ bind(&probe_dictionary); in GenerateGeneric()
/external/v8/src/ic/x87/
Dic-x87.cc313 Label probe_dictionary, check_number_dictionary; in GenerateGeneric() local
377 __ j(equal, &probe_dictionary); in GenerateGeneric()
464 __ bind(&probe_dictionary); in GenerateGeneric()
/external/v8/src/ic/x64/
Dic-x64.cc258 Label probe_dictionary, check_number_dictionary; in GenerateGeneric() local
311 __ j(equal, &probe_dictionary); in GenerateGeneric()
389 __ bind(&probe_dictionary); in GenerateGeneric()
/external/v8/src/ic/arm64/
Dic-arm64.cc488 Label probe_dictionary, property_array_property; in GenerateKeyedLoadWithNameKey() local
499 __ JumpIfRoot(scratch3, Heap::kHashTableMapRootIndex, &probe_dictionary); in GenerateKeyedLoadWithNameKey()
585 __ Bind(&probe_dictionary); in GenerateKeyedLoadWithNameKey()
/external/v8/src/ic/mips64/
Dic-mips64.cc437 Label probe_dictionary, check_number_dictionary; in GenerateGeneric() local
493 __ Branch(&probe_dictionary, eq, a4, Operand(at)); in GenerateGeneric()
584 __ bind(&probe_dictionary); in GenerateGeneric()
/external/v8/src/ic/arm/
Dic-arm.cc430 Label probe_dictionary, check_number_dictionary; in GenerateGeneric() local
487 __ b(eq, &probe_dictionary); in GenerateGeneric()
572 __ bind(&probe_dictionary); in GenerateGeneric()
/external/v8/src/ic/mips/
Dic-mips.cc439 Label probe_dictionary, check_number_dictionary; in GenerateGeneric() local
495 __ Branch(&probe_dictionary, eq, t0, Operand(at)); in GenerateGeneric()
579 __ bind(&probe_dictionary); in GenerateGeneric()