Lines Matching refs:RUNTIME
17 #include "src/runtime.h"
1669 // to the corresponding activation frame at runtime if necessary.
1697 // compatibility). There is similar code in runtime.cc in the Declare
1750 // DeclareContextSlot runtime function.
1782 // runtime needs to provide both.
2182 // top-level global code; see Runtime::DeclareGlobalVariable. If
2197 // Compute the arguments for the runtime call.
2214 Runtime::FunctionForId(Runtime::kHiddenInitializeConstGlobal),
2237 Runtime::FunctionForId(Runtime::kInitializeVarGlobal),
3690 Runtime::FunctionForId(Runtime::kHiddenCreateJSGeneratorObject),
3765 const Runtime::Function* function = Runtime::FunctionForName(name);
3769 function->intrinsic_type == Runtime::RUNTIME &&
3770 function->function_id == Runtime::kIS_VAR) {
3792 // Check that the function is defined if it's an inline runtime call.