Lines Matching refs:Callable
1986 Callable callable = CodeFactory::ToNumber(isolate());
1987 HValue* stub = Add<HConstant>(callable.code());
1990 stub, 0, callable.descriptor(), ArrayVector(values));
4996 Callable callable = CodeFactory::ForInFilter(isolate());
4998 HConstant* stub_value = Add<HConstant>(callable.code());
4999 Push(Add<HCallWithDescriptor>(stub_value, 0, callable.descriptor(),
5334 Callable callable = CodeFactory::LoadGlobalICInOptimizedCode(
5336 HValue* stub = Add<HConstant>(callable.code());
5339 Code::LOAD_GLOBAL_IC, stub, 0, callable.descriptor(),
5395 Callable callable = CodeFactory::FastCloneRegExp(isolate());
5399 HConstant* stub_value = Add<HConstant>(callable.code());
5401 stub_value, 0, callable.descriptor(), ArrayVector(values));
6560 Callable callable = CodeFactory::StoreICInOptimizedCode(
6562 HValue* stub = Add<HConstant>(callable.code());
6565 Code::STORE_IC, stub, 0, callable.descriptor(), ArrayVector(values));
6877 Callable callable = CodeFactory::KeyedLoadICInOptimizedCode(isolate());
6878 HValue* stub = Add<HConstant>(callable.code());
6881 callable.descriptor(), ArrayVector(values));
6884 Callable callable
6885 HValue* stub = Add<HConstant>(callable.code());
6887 Code::LOAD_IC, stub, 0, callable.descriptor(), ArrayVector(values));
6897 Callable callable = CodeFactory::KeyedStoreICInOptimizedCode(
6899 HValue* stub = Add<HConstant>(callable.code());
6902 callable.descriptor(), ArrayVector(values));
6905 Callable callable = CodeFactory::StoreICInOptimizedCode(
6907 HValue* stub = Add<HConstant>(callable.code());
6909 Code::STORE_IC, stub, 0, callable.descriptor(), ArrayVector(values));
6925 Callable callable = CodeFactory::KeyedLoadICInOptimizedCode(isolate());
6926 HValue* stub = Add<HConstant>(callable.code());
6929 callable.descriptor(), ArrayVector(values));
6934 Callable callable = CodeFactory::KeyedStoreICInOptimizedCode(
6936 HValue* stub = Add<HConstant>(callable.code());
6939 callable.descriptor(), ArrayVector(values));
7676 Callable callable =
7678 HConstant* stub = Add<HConstant>(callable.code());
7680 return New<HCallWithDescriptor>(stub, argument_count, callable.descriptor(),
7701 Callable callable = CodeFactory::CallICInOptimizedCode(
7703 HConstant* stub = Add<HConstant>(callable.code());
7705 return New<HCallWithDescriptor>(stub, argument_count, callable.descriptor(),
9793 Callable callable = CodeFactory::Construct(isolate());
9794 HConstant* stub = Add<HConstant>(callable.code());
9797 stub, argument_count, callable.descriptor(), ArrayVector(op_vals));
10841 Callable callable = CodeFactory::Name(isolate()); \
10842 HValue* stub = Add<HConstant>(callable.code()); \
10843 instr = AddUncasted<HCallWithDescriptor>(stub, 0, callable.descriptor(), \
11243 Callable callable = CodeFactory::InstanceOf(isolate());
11244 HValue* stub = Add<HConstant>(callable.code());
11247 stub, 0, callable.descriptor(), ArrayVector(values));
11252 Callable callable = CodeFactory::HasProperty(isolate());
11253 HValue* stub = Add<HConstant>(callable.code());
11256 New<HCallWithDescriptor>(stub, 0, callable.descriptor(),
11989 Callable callable = CodeFactory::ToInteger(isolate());
11990 HValue* stub = Add<HConstant>(callable.code());
11993 stub, 0, callable.descriptor(), ArrayVector(values));
12015 Callable callable = CodeFactory::ToString(isolate());
12016 HValue* stub = Add<HConstant>(callable.code());
12019 stub, 0, callable.descriptor(), ArrayVector(values));
12028 Callable callable = CodeFactory::ToLength(isolate());
12030 HValue* stub = Add<HConstant>(callable.code());
12033 stub, 0, callable.descriptor(), ArrayVector(values));
12041 Callable callable = CodeFactory::ToNumber(isolate());
12118 Callable callable = CodeFactory::SubString(isolate());
12119 HValue* stub = Add<HConstant>(callable.code());
12125 stub, 0, callable.descriptor(), ArrayVector(values));
12147 Callable callable = CodeFactory::RegExpExec(isolate());
12152 HValue* stub = Add<HConstant>(callable.code());
12155 stub, 0, callable.descriptor(), ArrayVector(values));