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

  /external/chromium_org/v8/src/heap/
objects-visiting-inl.h 451 if (IsFlushable(heap, shared)) {
512 if (IsFlushable(heap, function)) {
711 bool StaticMarkingVisitor<StaticVisitor>::IsFlushable(Heap* heap,
737 return IsFlushable(heap, shared_info);
742 bool StaticMarkingVisitor<StaticVisitor>::IsFlushable(
    [all...]
objects-visiting.h 401 INLINE(static bool IsFlushable(Heap* heap, JSFunction* function));
402 INLINE(static bool IsFlushable(Heap* heap, SharedFunctionInfo* shared_info));

Completed in 2116 milliseconds