HomeSort by relevance Sort by last modified time
    Searched refs:jsfunction_candidates_head_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/heap/
mark-compact.h 380 jsfunction_candidates_head_(NULL),
394 SetNextCandidate(function, jsfunction_candidates_head_);
395 jsfunction_candidates_head_ = function;
484 JSFunction* jsfunction_candidates_head_; member in class:v8::internal::CodeFlusher
mark-compact.cc 1030 JSFunction* candidate = jsfunction_candidates_head_;
    [all...]

Completed in 668 milliseconds