Searched defs:jsfunction_candidates_head_ (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dmark-compact.cc767 jsfunction_candidates_head_(NULL),
778 SetNextCandidate(function, jsfunction_candidates_head_);
779 jsfunction_candidates_head_ = function;
791 JSFunction* candidate = jsfunction_candidates_head_;
819 jsfunction_candidates_head_ = NULL;
885 JSFunction* jsfunction_candidates_head_; member in class:v8::internal::CodeFlusher

Completed in 43 milliseconds