Home | History | Annotate | Download | only in compiler

Lines Matching refs:RUNTIME

426     NewNode(javascript()->CallRuntime(Runtime::kTraceEnter));
1339 const Operator* op = javascript()->CallRuntime(Runtime::kSetProperty);
1354 javascript()->CallRuntime(Runtime::kInternalSetPrototype);
1377 // Create nodes to define accessors, using only a single call to the runtime
1390 javascript()->CallRuntime(Runtime::kDefineAccessorPropertyUnchecked);
1743 // Evaluate all arguments to the JS runtime call.
1747 // Create node to perform the JS runtime call.
1757 // Handle calls to runtime functions implemented in JavaScript separately as
1763 // Evaluate all arguments to the runtime call.
1767 // Create node to perform the runtime call.
1768 Runtime::FunctionId functionId = expr->function()->function_id;
1770 if (expr->function()->intrinsic_type == Runtime::IntrinsicType::RUNTIME ||
1771 expr->function()->function_id == Runtime::kInlineCall) {
2086 const Operator* op = javascript()->CallRuntime(Runtime::kDeclareGlobals);
2700 const Operator* op = javascript()->CallRuntime(Runtime::kThrow);
2712 const Operator* op = javascript()->CallRuntime(Runtime::kThrowReferenceError);
2723 javascript()->CallRuntime(Runtime::kThrowConstAssignError);
2736 NewNode(javascript()->CallRuntime(Runtime::kTraceExit), return_value);
2746 NewNode(javascript()->CallRuntime(Runtime::kReThrow), exception_value);