Lines Matching defs:function
250 // If we are compiling a JS function, use a JS call descriptor,
263 bool Linkage::NeedsFrameStateInput(Runtime::FunctionId function) {
264 switch (function) {
309 const Runtime::Function* function = Runtime::FunctionForId(function_id);
310 const int return_count = function->result_size;
311 const char* debug_name = function->name;
352 // Add runtime function itself.
414 // The target for JS function calls is the JSFunction object.
416 // When entering into an OSR function from unoptimized code the JSFunction
542 nullptr, // wasm function signature
599 // Parameter (arity + 2) is special for the context of the function frame.