Lines Matching defs:isolate
17 Handle<CodeT> CodeFactory::RuntimeCEntry(Isolate* isolate, int result_size) { in RuntimeCEntry()
25 Handle<CodeT> CodeFactory::CEntry(Isolate* isolate, int result_size, in CEntry()
72 Callable CodeFactory::ApiGetter(Isolate* isolate) { in ApiGetter()
77 Callable CodeFactory::CallApiCallback(Isolate* isolate) { in CallApiCallback()
82 Callable CodeFactory::LoadGlobalIC(Isolate* isolate, TypeofMode typeof_mode) { in LoadGlobalIC()
90 Callable CodeFactory::LoadGlobalICInOptimizedCode(Isolate* isolate, in LoadGlobalICInOptimizedCode()
98 Callable CodeFactory::DefineNamedOwnIC(Isolate* isolate) { in DefineNamedOwnIC()
102 Callable CodeFactory::DefineNamedOwnICInOptimizedCode(Isolate* isolate) { in DefineNamedOwnICInOptimizedCode()
107 Callable CodeFactory::NonPrimitiveToPrimitive(Isolate* isolate, in NonPrimitiveToPrimitive()
114 Callable CodeFactory::OrdinaryToPrimitive(Isolate* isolate, in OrdinaryToPrimitive()
121 Callable CodeFactory::StringAdd(Isolate* isolate, StringAddFlags flags) { in StringAdd()
134 Callable CodeFactory::ResumeGenerator(Isolate* isolate) { in ResumeGenerator()
139 Callable CodeFactory::FastNewFunctionContext(Isolate* isolate, in FastNewFunctionContext()
154 Callable CodeFactory::Call(Isolate* isolate, ConvertReceiverMode mode) { in Call()
159 Callable CodeFactory::Call_WithFeedback(Isolate* isolate, in Call_WithFeedback()
176 Callable CodeFactory::CallWithArrayLike(Isolate* isolate) { in CallWithArrayLike()
181 Callable CodeFactory::CallWithSpread(Isolate* isolate) { in CallWithSpread()
186 Callable CodeFactory::CallFunction(Isolate* isolate, ConvertReceiverMode mode) { in CallFunction()
192 Callable CodeFactory::CallVarargs(Isolate* isolate) { in CallVarargs()
197 Callable CodeFactory::CallForwardVarargs(Isolate* isolate) { in CallForwardVarargs()
202 Callable CodeFactory::CallFunctionForwardVarargs(Isolate* isolate) { in CallFunctionForwardVarargs()
207 Callable CodeFactory::Construct(Isolate* isolate) { in Construct()
212 Callable CodeFactory::ConstructWithSpread(Isolate* isolate) { in ConstructWithSpread()
217 Callable CodeFactory::ConstructFunction(Isolate* isolate) { in ConstructFunction()
222 Callable CodeFactory::ConstructVarargs(Isolate* isolate) { in ConstructVarargs()
227 Callable CodeFactory::ConstructForwardVarargs(Isolate* isolate) { in ConstructForwardVarargs()
232 Callable CodeFactory::ConstructFunctionForwardVarargs(Isolate* isolate) { in ConstructFunctionForwardVarargs()
239 Isolate* isolate, ConvertReceiverMode receiver_mode, in InterpreterPushArgsThenCall()
265 Isolate* isolate, InterpreterPushArgsMode mode) { in InterpreterPushArgsThenConstruct()
281 Callable CodeFactory::InterpreterCEntry(Isolate* isolate, int result_size) { in InterpreterCEntry()
295 Callable CodeFactory::InterpreterOnStackReplacement(Isolate* isolate) { in InterpreterOnStackReplacement()
302 Isolate* isolate) { in InterpreterOnStackReplacement_ToBaseline()
309 Isolate* isolate, ElementsKind kind, in ArrayNoArgumentConstructor()
343 Isolate* isolate, ElementsKind kind, in ArraySingleArgumentConstructor()