Searched refs:CanRetainOtherContext (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ |
D | type-info.cc | 59 !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()
|
D | type-info.h | 59 static bool CanRetainOtherContext(Map* map, Context* native_context); 60 static bool CanRetainOtherContext(JSFunction* function,
|
/external/v8/src/ic/ |
D | stub-cache.cc | 121 !TypeFeedbackOracle::CanRetainOtherContext(map, *native_context)) { in CollectMatchingMaps() 140 !TypeFeedbackOracle::CanRetainOtherContext(map, *native_context)) { in CollectMatchingMaps()
|