Home | History | Annotate | Download | only in src

Lines Matching refs:CallRuntime

274 void BreakableStatementChecker::VisitCallRuntime(CallRuntime* expr) {
622 __ CallRuntime(Runtime::kPushModuleContext, 2);
762 __ CallRuntime(Runtime::kPushModuleContext, 2);
922 void FullCodeGenerator::EmitInlineRuntimeCall(CallRuntime* expr) {
932 void FullCodeGenerator::EmitGeneratorNext(CallRuntime* expr) {
939 void FullCodeGenerator::EmitGeneratorThrow(CallRuntime* expr) {
946 void FullCodeGenerator::EmitDebugBreakInOptimizedCode(CallRuntime* expr) {
1096 __ CallRuntime(Runtime::kPushBlockContext, 2);
1129 __ CallRuntime(Runtime::kPushModuleContext, 2);
1268 __ CallRuntime(Runtime::kPushWithContext, 2);
1421 __ CallRuntime(Runtime::kPushCatchContext, 3);
1485 __ CallRuntime(Runtime::kReThrow, 1);
1584 __ CallRuntime(Runtime::kThrow, 1);