HomeSort by relevance Sort by last modified time
    Searched refs:CanRetainOtherContext (Results 1 - 6 of 6) 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...]
  /external/chromium_org/v8/src/
type-info.h 274 static bool CanRetainOtherContext(Map* map, Context* native_context);
275 static bool CanRetainOtherContext(JSFunction* function,
type-info.cc 278 if (!map.is_null() && CanRetainOtherContext(*map, *native_context_)) {
422 bool TypeFeedbackOracle::CanRetainOtherContext(Map* map,
432 if (CanRetainOtherContext(JSFunction::cast(constructor),
442 return CanRetainOtherContext(function, native_context);
446 bool TypeFeedbackOracle::CanRetainOtherContext(JSFunction* function,
470 if (!CanRetainOtherContext(*map, *native_context_)) {
579 !CanRetainOtherContext(JSFunction::cast(value),
stub-cache.cc 726 !TypeFeedbackOracle::CanRetainOtherContext(map, *native_context)) {
745 !TypeFeedbackOracle::CanRetainOtherContext(map, *native_context)) {
    [all...]

Completed in 179 milliseconds