OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CodeFlusher
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/v8/src/
mark-compact.h
43
class
CodeFlusher
;
406
//
CodeFlusher
collects candidates for code flushing during marking and
416
class
CodeFlusher
{
418
explicit
CodeFlusher
(Isolate* isolate)
528
DISALLOW_COPY_AND_ASSIGN(
CodeFlusher
);
619
CodeFlusher
* code_flusher() { return code_flusher_; }
953
CodeFlusher
* code_flusher_;
[
all
...]
contexts.cc
287
CodeFlusher
* flusher = GetHeap()->mark_compact_collector()->code_flusher();
mark-compact.cc
988
void
CodeFlusher
::ProcessJSFunctionCandidates() {
1033
void
CodeFlusher
::ProcessSharedFunctionInfoCandidates()
[
all
...]
objects-inl.h
[
all
...]
objects.cc
[
all
...]
/external/v8/src/
mark-compact.h
43
class
CodeFlusher
;
470
CodeFlusher
* code_flusher() { return code_flusher_; }
755
CodeFlusher
* code_flusher_;
mark-compact.cc
763
class
CodeFlusher
{
765
explicit
CodeFlusher
(Isolate* isolate)
888
DISALLOW_COPY_AND_ASSIGN(
CodeFlusher
);
[
all
...]
Completed in 155 milliseconds