Lines Matching defs:shared
437 // refer to that code. The code cannot be shared across native contexts,
443 function.shared(), "unlinking code marked for deopt");
515 function.shared().internal_formal_parameter_count_with_receiver();
833 ? function_.shared()
948 SharedFunctionInfo shared = translated_frame->raw_shared_info();
958 shared.internal_formal_parameter_count_with_receiver();
976 shared.HasBreakInfo() ? shared.GetDebugInfo().DebugBytecodeArray()
977 : shared.GetBytecodeArray(isolate());
1000 const bool is_baseline = shared.HasBaselineCode();
1007 std::unique_ptr<char[]> name = shared.DebugNameCStr();
1977 fixed_size += ComputeIncomingArgumentSize(function_.shared());
1997 unsigned Deoptimizer::ComputeIncomingArgumentSize(SharedFunctionInfo shared) {
1998 int parameter_slots = shared.internal_formal_parameter_count_with_receiver();
2035 Isolate* isolate, SharedFunctionInfo shared,
2037 DCHECK(shared.HasBytecodeArray());
2038 return AbstractCode::cast(shared.GetBytecodeArray(isolate))