Home
last modified time | relevance | path

Searched refs:if_keyisindex (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-object-gen.cc1528 Label if_keyisindex(this), if_iskeyunique(this), in TF_BUILTIN() local
1539 TryToName(key, &if_keyisindex, &var_index, &if_iskeyunique, &var_name, in TF_BUILTIN()
1545 TryInternalizeString(key, &if_keyisindex, &var_index, &if_iskeyunique, in TF_BUILTIN()
1584 BIND(&if_keyisindex); in TF_BUILTIN()
/external/v8/src/
Dcode-stub-assembler.cc7461 void CodeStubAssembler::TryToName(Node* key, Label* if_keyisindex, in TryToName() argument
7473 Goto(if_keyisindex); in TryToName()
7509 Goto(if_keyisindex); in TryToName()
8812 Label if_keyisindex(this), if_iskeyunique(this); in TryPrototypeChainLookup() local
8813 TryToName(key, &if_keyisindex, &var_index, &if_iskeyunique, &var_unique, in TryPrototypeChainLookup()
8862 BIND(&if_keyisindex); in TryPrototypeChainLookup()
Dcode-stub-assembler.h2142 void TryToName(Node* key, Label* if_keyisindex, Variable* var_index,