Home
last modified time | relevance | path

Searched refs:CanRetainOtherContext (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dtype-info.cc59 !CanRetainOtherContext(JSFunction::cast(obj), *native_context_)) { in GetInfo()
192 CanRetainOtherContext(*map, *native_context_)) { in CompareType()
326 bool TypeFeedbackOracle::CanRetainOtherContext(Map* map, in CanRetainOtherContext() function in v8::internal::TypeFeedbackOracle
336 if (CanRetainOtherContext(JSFunction::cast(constructor), in CanRetainOtherContext()
346 return CanRetainOtherContext(function, native_context); in CanRetainOtherContext()
350 bool TypeFeedbackOracle::CanRetainOtherContext(JSFunction* function, in CanRetainOtherContext() function in v8::internal::TypeFeedbackOracle
374 if (!CanRetainOtherContext(*map, *native_context_)) { in CollectReceiverTypes()
Dtype-info.h59 static bool CanRetainOtherContext(Map* map, Context* native_context);
60 static bool CanRetainOtherContext(JSFunction* function,
/external/v8/src/ic/
Dstub-cache.cc121 !TypeFeedbackOracle::CanRetainOtherContext(map, *native_context)) { in CollectMatchingMaps()
140 !TypeFeedbackOracle::CanRetainOtherContext(map, *native_context)) { in CollectMatchingMaps()