Home
last modified time | relevance | path

Searched refs:HasContext (Results 1 – 11 of 11) sorted by relevance

/external/libchrome/mojo/core/
Duser_message_impl.h83 bool HasContext() const { return context_ != 0; } in HasContext() function
88 if (HasContext()) { in IsSerialized()
Duser_message_impl.cc311 if (HasContext() && context_destructor_) { in ~UserMessageImpl()
440 if (context && HasContext()) in SetContext()
453 if (HasContext()) in AppendData()
537 DCHECK(HasContext()); in SerializeIfNecessary()
Dcore.cc519 if (!message->HasContext()) in GetMessageContext()
/external/v8/src/debug/
Ddebug-scopes.h104 bool HasContext() const;
107 DCHECK(HasContext()); in CurrentContext()
Ddebug-scopes.cc341 } else if (HasContext()) { in MaterializeScopeDetails()
386 bool ScopeIterator::HasContext() const { in HasContext() function in v8::internal::ScopeIterator
938 if (mode == Mode::ALL && HasContext()) { in VisitLocalScope()
Ddebug-evaluate.cc249 if (scope_iterator_.HasContext()) { in ContextBuilder()
/external/v8/src/objects/
Dscope-info.h105 bool HasContext() const;
Dscope-info.cc748 bool ScopeInfo::HasContext() const { return ContextLength() > 0; } in HasContext() function in v8::internal::ScopeInfo
/external/v8/src/compiler/backend/
Dinstruction.cc1093 (HasContext() ? 1 : 0); in GetSize()
Dinstruction.h1318 bool HasContext() const { in HasContext() function
Dinstruction-selector.cc712 if (descriptor->HasContext()) { in AddInputsToFrameStateDescriptor()