Searched defs:CanRetainOtherContext (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dtype-info.cc59 !CanRetainOtherContext(JSFunction::cast(obj), *native_context_)) {
192 CanRetainOtherContext(*map, *native_context_)) {
326 bool TypeFeedbackOracle::CanRetainOtherContext(Map* map, function in class:v8::internal::TypeFeedbackOracle
336 if (CanRetainOtherContext(JSFunction::cast(constructor),
346 return CanRetainOtherContext(function, native_context);
350 bool TypeFeedbackOracle::CanRetainOtherContext(JSFunction* function, function in class:v8::internal::TypeFeedbackOracle
374 if (!CanRetainOtherContext(*map, *native_context_)) {

Completed in 393 milliseconds