Searched refs:target_ref (Results 1 – 3 of 3) sorted by relevance
674 base::Optional<HeapObjectRef> target_ref; in ReadFeedbackForCall() local679 target_ref = MakeRefAssumeMemoryFence(this, target_object); in ReadFeedbackForCall()686 return *zone()->New<CallFeedback>(target_ref, frequency, mode, content, in ReadFeedbackForCall()
245 bool IsBuiltinOrApiFunction(JSFunctionRef target_ref) const;
4352 ObjectRef target_ref = m.Ref(broker()); in ReduceJSCall() local4353 if (target_ref.IsJSFunction()) { in ReduceJSCall()4354 JSFunctionRef function = target_ref.AsJSFunction(); in ReduceJSCall()4362 } else if (target_ref.IsJSBoundFunction()) { in ReduceJSCall()4363 JSBoundFunctionRef function = target_ref.AsJSBoundFunction(); in ReduceJSCall()4960 ObjectRef target_ref = m.Ref(broker); in TargetIsClassConstructor() local4961 if (target_ref.IsJSFunction()) { in TargetIsClassConstructor()4962 JSFunctionRef function = target_ref.AsJSFunction(); in TargetIsClassConstructor()5083 HeapObjectRef target_ref = m.Ref(broker()); in ReduceJSConstruct() local5086 if (!target_ref.map().is_constructor()) { in ReduceJSConstruct()[all …]