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

  /external/chromium_org/v8/src/
type-info.h 59 static bool CanRetainOtherContext(Map* map, Context* native_context);
60 static bool CanRetainOtherContext(JSFunction* function,
type-info.cc 59 !CanRetainOtherContext(JSFunction::cast(obj), *native_context_)) {
192 CanRetainOtherContext(*map, *native_context_)) {
326 bool TypeFeedbackOracle::CanRetainOtherContext(Map* map,
336 if (CanRetainOtherContext(JSFunction::cast(constructor),
346 return CanRetainOtherContext(function, native_context);
350 bool TypeFeedbackOracle::CanRetainOtherContext(JSFunction* function,
374 if (!CanRetainOtherContext(*map, *native_context_)) {
  /external/chromium_org/v8/src/ic/
stub-cache.cc 121 !TypeFeedbackOracle::CanRetainOtherContext(map, *native_context)) {
140 !TypeFeedbackOracle::CanRetainOtherContext(map, *native_context)) {

Completed in 135 milliseconds