Lines Matching refs:RUNTIME
38 #include "src/runtime.h"
1443 // object types cause a deopt to fall back to the runtime.
1931 // Cache miss, fallback to runtime.
1935 Runtime::FunctionForId(Runtime::kHiddenNumberToStringSkipCache),
2255 // Fallback to the runtime to add the two strings.
2259 Runtime::FunctionForId(Runtime::kHiddenStringAdd),
5486 Runtime::FunctionId function_id = Runtime::kHiddenCreateObjectLiteral;
5488 Runtime::FunctionForId(function_id),
5586 Runtime::CreateArrayLiteralBoilerplate(
5628 // pass an empty fixed array to the runtime function instead.
5644 Runtime::FunctionId function_id = Runtime::kHiddenCreateArrayLiteral;
5646 Runtime::FunctionForId(function_id),
6656 Runtime::FunctionForId(Runtime::kHiddenThrow), 1);
9224 // Support for generating inlined runtime functions.
9226 // Lookup table for generators for runtime calls that are generated inline.
9499 Runtime::ArrayIdToTypeAndSize(array_id,
9627 const Runtime::Function* function = expr->function();
9630 if (function->intrinsic_type == Runtime::INLINE ||
9631 function->intrinsic_type == Runtime::INLINE_OPTIMIZED) {
9636 static_cast<int>(Runtime::kFirstInlineFunction);
9645 ASSERT(function->intrinsic_type == Runtime::RUNTIME);
10228 // Only the stub is allowed to call into the runtime, since otherwise we would
11191 // Generators for inline runtime functions.
11311 // adapter below it) does not work for inlined functions. This runtime
11323 // adapter below it) does not work for inlined functions. This runtime