Lines Matching refs:Runtime
31 const Runtime::Function* const f =
32 Runtime::FunctionForId(CallRuntimeParametersOf(node->op()).id());
34 case Runtime::kIsBeingInterpreted:
36 case Runtime::kTurbofanStaticAssert:
38 case Runtime::kVerifyType:
43 if (f->intrinsic_type != Runtime::IntrinsicType::INLINE) return NoChange();
45 case Runtime::kInlineCopyDataProperties:
47 case Runtime::kInlineCopyDataPropertiesWithExcludedPropertiesOnStack:
49 case Runtime::kInlineCreateIterResultObject:
51 case Runtime::kInlineDeoptimizeNow:
53 case Runtime::kInlineGeneratorClose:
55 case Runtime::kInlineCreateJSGeneratorObject:
57 case Runtime::kInlineAsyncFunctionAwaitCaught:
59 case Runtime::kInlineAsyncFunctionAwaitUncaught:
61 case Runtime::kInlineAsyncFunctionEnter:
63 case Runtime::kInlineAsyncFunctionReject:
65 case Runtime::kInlineAsyncFunctionResolve:
67 case Runtime::kInlineAsyncGeneratorAwaitCaught:
69 case Runtime::kInlineAsyncGeneratorAwaitUncaught:
71 case Runtime::kInlineAsyncGeneratorReject:
73 case Runtime::kInlineAsyncGeneratorResolve:
75 case Runtime::kInlineAsyncGeneratorYield:
77 case Runtime::kInlineGeneratorGetResumeMode:
79 case Runtime::kInlineIncBlockCounter:
81 case Runtime::kInlineGetImportMetaObject:
349 DCHECK(!Linkage::NeedsFrameStateInput(Runtime::kIncBlockCounter));
350 DCHECK(!Linkage::NeedsFrameStateInput(Runtime::kInlineIncBlockCounter));