Lines Matching refs:Runtime
263 bool Linkage::NeedsFrameStateInput(Runtime::FunctionId function) {
268 case Runtime::kAbort:
269 case Runtime::kAllocateInOldGeneration:
270 case Runtime::kCreateIterResultObject:
271 case Runtime::kIncBlockCounter:
272 case Runtime::kIsFunction:
273 case Runtime::kNewClosure:
274 case Runtime::kNewClosure_Tenured:
275 case Runtime::kNewFunctionContext:
276 case Runtime::kPushBlockContext:
277 case Runtime::kPushCatchContext:
278 case Runtime::kReThrow:
279 case Runtime::kReThrowWithMessage:
280 case Runtime::kStringEqual:
281 case Runtime::kStringLessThan:
282 case Runtime::kStringLessThanOrEqual:
283 case Runtime::kStringGreaterThan:
284 case Runtime::kStringGreaterThanOrEqual:
285 case Runtime::kToFastProperties: // TODO(conradw): Is it safe?
286 case Runtime::kTraceEnter:
287 case Runtime::kTraceExit:
291 case Runtime::kInlineCreateIterResultObject:
292 case Runtime::kInlineIncBlockCounter:
293 case Runtime::kInlineGeneratorClose:
294 case Runtime::kInlineGeneratorGetResumeMode:
295 case Runtime::kInlineCreateJSGeneratorObject:
307 Zone* zone, Runtime::FunctionId function_id, int js_parameter_count,
309 const Runtime::Function* function = Runtime::FunctionForId(function_id);