• Home
  • Raw
  • Download

Lines Matching refs:Callable

15 Callable CodeFactory::LoadIC(Isolate* isolate, TypeofMode typeof_mode,  in LoadIC()
17 return Callable( in LoadIC()
25 Callable CodeFactory::LoadICInOptimizedCode( in LoadICInOptimizedCode()
31 return Callable(code, LoadWithVectorDescriptor(isolate)); in LoadICInOptimizedCode()
36 Callable CodeFactory::KeyedLoadIC(Isolate* isolate, in KeyedLoadIC()
40 return Callable(KeyedLoadIC::initialize_stub(isolate, state), in KeyedLoadIC()
46 Callable CodeFactory::KeyedLoadICInOptimizedCode( in KeyedLoadICInOptimizedCode()
54 return Callable(code, LoadWithVectorDescriptor(isolate)); in KeyedLoadICInOptimizedCode()
56 return Callable(code, LoadDescriptor(isolate)); in KeyedLoadICInOptimizedCode()
61 Callable CodeFactory::CallIC(Isolate* isolate, int argc, in CallIC()
63 return Callable(CallIC::initialize_stub(isolate, argc, mode), in CallIC()
69 Callable CodeFactory::CallICInOptimizedCode(Isolate* isolate, int argc, in CallICInOptimizedCode()
71 return Callable( in CallICInOptimizedCode()
78 Callable CodeFactory::StoreIC(Isolate* isolate, LanguageMode language_mode) { in StoreIC()
79 return Callable( in StoreIC()
86 Callable CodeFactory::StoreICInOptimizedCode( in StoreICInOptimizedCode()
92 return Callable(StoreIC::initialize_stub_in_optimized_code( in StoreICInOptimizedCode()
99 Callable CodeFactory::KeyedStoreIC(Isolate* isolate, in KeyedStoreIC()
101 return Callable( in KeyedStoreIC()
108 Callable CodeFactory::KeyedStoreICInOptimizedCode( in KeyedStoreICInOptimizedCode()
114 return Callable(KeyedStoreIC::initialize_stub_in_optimized_code( in KeyedStoreICInOptimizedCode()
121 Callable CodeFactory::CompareIC(Isolate* isolate, Token::Value op, in CompareIC()
124 return Callable(code, CompareDescriptor(isolate)); in CompareIC()
129 Callable CodeFactory::CompareNilIC(Isolate* isolate, NilValue nil_value) { in CompareNilIC()
131 return Callable(code, CompareNilDescriptor(isolate)); in CompareNilIC()
136 Callable CodeFactory::BinaryOpIC(Isolate* isolate, Token::Value op, in BinaryOpIC()
139 return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor()); in BinaryOpIC()
144 Callable CodeFactory::InstanceOf(Isolate* isolate) { in InstanceOf()
146 return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor()); in InstanceOf()
151 Callable CodeFactory::ToBoolean(Isolate* isolate) { in ToBoolean()
153 return Callable(code, ToBooleanDescriptor(isolate)); in ToBoolean()
158 Callable CodeFactory::ToNumber(Isolate* isolate) { in ToNumber()
160 return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor()); in ToNumber()
165 Callable CodeFactory::ToString(Isolate* isolate) { in ToString()
167 return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor()); in ToString()
172 Callable CodeFactory::ToLength(Isolate* isolate) { in ToLength()
174 return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor()); in ToLength()
179 Callable CodeFactory::ToObject(Isolate* isolate) { in ToObject()
181 return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor()); in ToObject()
186 Callable CodeFactory::NumberToString(Isolate* isolate) { in NumberToString()
188 return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor()); in NumberToString()
193 Callable CodeFactory::RegExpConstructResult(Isolate* isolate) { in RegExpConstructResult()
195 return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor()); in RegExpConstructResult()
200 Callable CodeFactory::RegExpExec(Isolate* isolate) { in RegExpExec()
202 return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor()); in RegExpExec()
207 Callable CodeFactory::StringAdd(Isolate* isolate, StringAddFlags flags, in StringAdd()
210 return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor()); in StringAdd()
215 Callable CodeFactory::StringCompare(Isolate* isolate) { in StringCompare()
217 return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor()); in StringCompare()
222 Callable CodeFactory::SubString(Isolate* isolate) { in SubString()
224 return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor()); in SubString()
229 Callable CodeFactory::Typeof(Isolate* isolate) { in Typeof()
231 return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor()); in Typeof()
236 Callable CodeFactory::FastCloneRegExp(Isolate* isolate) { in FastCloneRegExp()
238 return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor()); in FastCloneRegExp()
243 Callable CodeFactory::FastCloneShallowArray(Isolate* isolate) { in FastCloneShallowArray()
246 return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor()); in FastCloneShallowArray()
251 Callable CodeFactory::FastCloneShallowObject(Isolate* isolate, int length) { in FastCloneShallowObject()
253 return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor()); in FastCloneShallowObject()
258 Callable CodeFactory::FastNewContext(Isolate* isolate, int slot_count) { in FastNewContext()
260 return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor()); in FastNewContext()
265 Callable CodeFactory::FastNewClosure(Isolate* isolate, in FastNewClosure()
269 return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor()); in FastNewClosure()
274 Callable CodeFactory::ArgumentsAccess(Isolate* isolate, in ArgumentsAccess()
280 return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor()); in ArgumentsAccess()
285 Callable CodeFactory::RestArgumentsAccess(Isolate* isolate) { in RestArgumentsAccess()
287 return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor()); in RestArgumentsAccess()
292 Callable CodeFactory::AllocateHeapNumber(Isolate* isolate) { in AllocateHeapNumber()
294 return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor()); in AllocateHeapNumber()
299 Callable CodeFactory::AllocateMutableHeapNumber(Isolate* isolate) { in AllocateMutableHeapNumber()
301 return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor()); in AllocateMutableHeapNumber()
306 Callable CodeFactory::AllocateInNewSpace(Isolate* isolate) { in AllocateInNewSpace()
308 return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor()); in AllocateInNewSpace()
313 Callable CodeFactory::ArgumentAdaptor(Isolate* isolate) { in ArgumentAdaptor()
314 return Callable(isolate->builtins()->ArgumentsAdaptorTrampoline(), in ArgumentAdaptor()
320 Callable CodeFactory::Call(Isolate* isolate, ConvertReceiverMode mode) { in Call()
321 return Callable(isolate->builtins()->Call(mode), in Call()
327 Callable CodeFactory::CallFunction(Isolate* isolate, ConvertReceiverMode mode) { in CallFunction()
328 return Callable(isolate->builtins()->CallFunction(mode), in CallFunction()
334 Callable CodeFactory::Construct(Isolate* isolate) { in Construct()
335 return Callable(isolate->builtins()->Construct(), in Construct()
341 Callable CodeFactory::ConstructFunction(Isolate* isolate) { in ConstructFunction()
342 return Callable(isolate->builtins()->ConstructFunction(), in ConstructFunction()
348 Callable CodeFactory::InterpreterPushArgsAndCall(Isolate* isolate) { in InterpreterPushArgsAndCall()
349 return Callable(isolate->builtins()->InterpreterPushArgsAndCall(), in InterpreterPushArgsAndCall()
355 Callable CodeFactory::InterpreterPushArgsAndConstruct(Isolate* isolate) { in InterpreterPushArgsAndConstruct()
356 return Callable(isolate->builtins()->InterpreterPushArgsAndConstruct(), in InterpreterPushArgsAndConstruct()
362 Callable CodeFactory::InterpreterCEntry(Isolate* isolate, int result_size) { in InterpreterCEntry()
366 return Callable(stub.GetCode(), InterpreterCEntryDescriptor(isolate)); in InterpreterCEntry()