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

/external/chromium_org/v8/src/
H A Ddebug.cc1708 Object* active_code_marker) {
1721 function->shared()->code()->set_gc_metadata(active_code_marker);
1727 function->shared()->code()->set_gc_metadata(active_code_marker);
1849 Object* active_code_marker)
1851 active_code_marker_(active_code_marker) { }
1953 Object* active_code_marker = heap->the_hole_value(); local
1958 active_code_marker);
1960 active_code_marker);
1976 if (shared->code()->gc_metadata() == active_code_marker) continue;
1704 CollectActiveFunctionsFromThread( Isolate* isolate, ThreadLocalTop* top, List<Handle<JSFunction> >* active_functions, Object* active_code_marker) argument
1848 ActiveFunctionsCollector(List<Handle<JSFunction> >* active_functions, Object* active_code_marker) argument

Completed in 507 milliseconds