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

  /external/v8/src/
type-info.cc 100 !CanRetainOtherContext(code->FindFirstMap(), *global_context_);
132 !CanRetainOtherContext(code->FindFirstMap(), *global_context_);
189 return CanRetainOtherContext(first_map, *global_context_)
204 return CanRetainOtherContext(first_map, *global_context_)
353 return CanRetainOtherContext(first_map, *global_context_)
520 bool TypeFeedbackOracle::CanRetainOtherContext(Map* map,
530 if (CanRetainOtherContext(JSFunction::cast(constructor),
540 return CanRetainOtherContext(function, global_context);
544 bool TypeFeedbackOracle::CanRetainOtherContext(JSFunction* function,
573 if (!CanRetainOtherContext(map, *global_context_))
    [all...]
type-info.h 268 static bool CanRetainOtherContext(Map* map, Context* global_context);
269 static bool CanRetainOtherContext(JSFunction* function,
stub-cache.cc     [all...]

Completed in 50 milliseconds