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

  /external/chromium_org/v8/src/
mark-compact.h 396 jsfunction_candidates_head_(NULL),
410 SetNextCandidate(function, jsfunction_candidates_head_);
411 jsfunction_candidates_head_ = function;
500 JSFunction* jsfunction_candidates_head_; member in class:v8::internal::CodeFlusher
mark-compact.cc 1045 JSFunction* candidate = jsfunction_candidates_head_;
    [all...]

Completed in 43 milliseconds