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

/external/chromium_org/v8/src/heap/
H A Dmark-compact.h380 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

Completed in 68 milliseconds