Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-string-gen.cc1133 Label stub_call(this), slow_lookup(this); in MaybeCallFunctionAtSymbol() local
1135 GotoIf(TaggedIsSmi(maybe_string), &slow_lookup); in MaybeCallFunctionAtSymbol()
1136 GotoIfNot(IsString(maybe_string), &slow_lookup); in MaybeCallFunctionAtSymbol()
1140 &slow_lookup); in MaybeCallFunctionAtSymbol()
1146 BIND(&slow_lookup); in MaybeCallFunctionAtSymbol()