Home | History | Annotate | Download | only in heap

Lines Matching refs:JSFunction

261 //    - JSFunction references either unoptimized or optimized code.
273 inline void AddCandidate(JSFunction* function);
276 void EvictCandidate(JSFunction* function);
289 static inline JSFunction** GetNextCandidateSlot(JSFunction* candidate);
290 static inline JSFunction* GetNextCandidate(JSFunction* candidate);
291 static inline void SetNextCandidate(JSFunction* candidate,
292 JSFunction* next_candidate);
293 static inline void ClearNextCandidate(JSFunction* candidate,
303 JSFunction* jsfunction_candidates_head_;