Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-string.cc1229 Label stub_call(this), slow_lookup(this); in MaybeCallFunctionAtSymbol() local
1231 GotoIf(TaggedIsSmi(maybe_string), &slow_lookup); in MaybeCallFunctionAtSymbol()
1232 GotoIfNot(IsString(maybe_string), &slow_lookup); in MaybeCallFunctionAtSymbol()
1236 &slow_lookup); in MaybeCallFunctionAtSymbol()
1241 Bind(&slow_lookup); in MaybeCallFunctionAtSymbol()