Searched refs:m_type (Results 1 - 25 of 145) sorted by relevance

123456

/macosx-10.10.1/WebKit2-7600.1.25/Platform/IPC/
H A DAttachment.cpp35 : m_type(Uninitialized)
41 : m_type(MachPortType)
49 m_type = Uninitialized;
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DPutPropertySlot.h46 : m_type(Uncachable)
57 m_type = ExistingProperty;
64 m_type = NewProperty;
71 m_type = CustomProperty;
78 m_type = SetterProperty;
87 Type type() const { return m_type; }
92 bool isCacheablePut() const { return m_type == NewProperty || m_type == ExistingProperty; }
93 bool isCacheableSetter() const { return m_type == SetterProperty; }
94 bool isCacheableCustom() const { return m_type
102 Type m_type; member in class:JSC::PutPropertySlot
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGAbstractValue.cpp49 m_type = speculationFromValue(value);
69 m_type = speculationFromValue(value);
80 m_type = speculationFromStructure(structure);
94 if (m_type & SpecMachineInt) {
95 m_type &= ~SpecMachineInt;
96 m_type |= SpecInt52AsDouble;
98 if (m_type & ~SpecFullDouble) {
104 if (m_type & SpecInt52AsDouble) {
105 m_type &= ~SpecInt52AsDouble;
106 m_type |
[all...]
H A DDFGAbstractValue.h47 : m_type(SpecNone)
54 m_type = SpecNone;
62 bool isClear() const { return m_type == SpecNone; }
77 if (m_type & SpecCell) {
94 return (m_type | SpecHeapTop) == m_type && m_currentKnownStructure.isTop() && m_futurePossibleStructure.isTop();
99 return !m_value && m_type;
129 m_type = type;
139 return m_type == other.m_type
342 SpeculatedType m_type; member in struct:JSC::DFG::AbstractValue
[all...]
H A DDFGDesiredWriteBarriers.cpp38 , m_type(type)
46 , m_type(type)
54 switch (m_type) {
72 switch (m_type) {
/macosx-10.10.1/WebKit2-7600.1.25/Platform/IPC/unix/
H A DAttachmentUnix.cpp35 : m_type(MappedMemoryType)
42 : m_type(SocketType)
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DWebPreferencesStore.h78 explicit Value() : m_type(Type::None) { }
79 explicit Value(const String& value) : m_type(Type::String), m_string(value) { }
80 explicit Value(bool value) : m_type(Type::Bool), m_bool(value) { }
81 explicit Value(uint32_t value) : m_type(Type::UInt32), m_uint32(value) { }
82 explicit Value(double value) : m_type(Type::Double), m_double(value) { }
85 : m_type(value.m_type)
87 switch (m_type) {
112 m_type = other.m_type;
171 Type m_type; member in struct:WebKit::WebPreferencesStore::Value
[all...]
H A DWebEvent.cpp36 : m_type(static_cast<uint32_t>(NoType))
43 : m_type(type)
51 encoder << m_type; local
58 if (!decoder.decode(result.m_type))
H A DWebContextMenuItemData.cpp43 : m_type(WebCore::ActionType)
51 : m_type(type)
61 : m_type(WebCore::SubmenuType)
71 : m_type(item.type())
76 if (m_type == WebCore::SubmenuType) {
91 if (m_type != SubmenuType)
92 return ContextMenuItem(m_type, m_action, m_title, m_enabled, m_checked);
113 encoder.encodeEnum(m_type);
H A DWebPopupItem.cpp38 : m_type(Item)
47 : m_type(type)
57 : m_type(type)
71 encoder.encodeEnum(m_type);
/macosx-10.10.1/WebKit2-7600.1.25/Shared/Plugins/
H A DNPVariantData.cpp38 : m_type(NPVariantData::Void)
56 npVariantData.m_type = NPVariantData::Null;
65 npVariantData.m_type = NPVariantData::Bool;
75 npVariantData.m_type = NPVariantData::Int32;
85 npVariantData.m_type = NPVariantData::Double;
95 npVariantData.m_type = NPVariantData::String;
105 npVariantData.m_type = NPVariantData::LocalNPObjectID;
115 npVariantData.m_type = NPVariantData::RemoteNPObjectID;
123 encoder << m_type; local
165 result.m_type
[all...]
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A Dmoh_msg.h35 uint32_t m_type; // type of the message member in struct:moh_msg_hdr
43 uint32_t m_type; // type of the message member in struct:moh_msg
/macosx-10.10.1/JavaScriptCore-7600.1.17/parser/
H A DParserError.h53 ErrorType m_type; member in struct:JSC::ParserError
59 : m_type(ErrorNone)
66 : m_type(type)
73 : m_type(type)
81 : m_type(type)
91 switch (m_type) {
H A DResultType.h46 : m_type(type)
52 return m_type & TypeInt32;
57 return (m_type & TypeBits) == TypeMaybeNumber;
62 return (m_type & TypeBits) == TypeMaybeString;
67 return (m_type & TypeBits) == TypeMaybeBool;
72 return m_type & TypeMaybeNumber;
143 Type m_type; member in struct:JSC::ResultType
153 m_u.rds.first = first.m_type;
154 m_u.rds.second = second.m_type;
/macosx-10.10.1/xnu-2782.1.97/tools/lldbmacros/
H A Dstructanalyze.py26 m_type = member.GetType()
28 m_size = m_type.GetByteSize()
36 if m_type.GetTypeClass() == lldb.eTypeClassStruct or m_type.GetTypeClass() == lldb.eTypeClassUnion :
37 outstr += prefix + ("*%4d," % m_offset) + _showStructPacking(m_type, prefix+" ", m_offset) + warningstr + debugstr + "\n"
39 outstr += prefix + ("+%4d,[%4d] (%s) %s" % (m_offset, m_size, m_type.GetName(), m_name)) + warningstr + debugstr + "\n"
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DPageBannerMac.mm45 : m_type(NotSet)
57 m_type = type;
60 ASSERT(m_type != NotSet);
63 switch (m_type) {
93 if (m_type == Header)
95 else if (m_type == Footer)
99 m_type = NotSet;
106 if (m_type == Header)
108 else if (m_type == Footer)
122 addToPage(m_type, m_webPag
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/Shared/mac/
H A DSecItemRequestData.cpp35 : m_type(Invalid)
40 : m_type(type)
46 : m_type(type)
54 encoder.encodeEnum(m_type);
67 if (!decoder.decodeEnum(secItemRequestData.m_type))
H A DSecItemRequestData.h55 Type type() const { return m_type; }
61 Type m_type; member in class:WebKit::SecItemRequestData
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DPolymorphicPutByIdList.h55 : m_type(Invalid)
68 result.m_type = Transition;
84 result.m_type = Replace;
104 result.m_type = accessType;
114 bool isSet() const { return m_type != Invalid; }
117 AccessType type() const { return m_type; }
119 bool isTransition() const { return m_type == Transition; }
120 bool isReplace() const { return m_type == Replace; }
121 bool isSetter() const { return m_type == Setter; }
122 bool isCustom() const { return m_type
168 AccessType m_type; member in class:JSC::PutByIdAccess
[all...]
H A DPolymorphicGetByIdList.h54 : m_type(Invalid)
67 bool isSet() const { return m_type != Invalid; }
70 AccessType type() const { return m_type; }
92 AccessType m_type; member in class:JSC::GetByIdAccess
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/pat_trie_/
H A Ddebug_fn_imps.hpp66 _GLIBCXX_DEBUG_ASSERT(m_p_head->m_p_min->m_type == pat_trie_leaf_node_type);
67 _GLIBCXX_DEBUG_ASSERT(m_p_head->m_p_max->m_type == pat_trie_leaf_node_type);
110 if (p_nd->m_type == pat_trie_leaf_node_type)
112 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == pat_trie_internal_node_type);
H A Derase_fn_imps.hpp53 if (p_nd == NULL || p_nd->m_type == pat_trie_internal_node_type)
59 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == pat_trie_leaf_node_type);
85 _GLIBCXX_DEBUG_ASSERT(p_parent->m_type == pat_trie_internal_node_type);
100 _GLIBCXX_DEBUG_ASSERT(p_parent->m_type == pat_trie_internal_node_type);
110 if (p_nd->m_p_parent->m_type == pat_trie_head_node_type)
113 _GLIBCXX_DEBUG_ASSERT(p_nd->m_p_parent->m_type ==
153 if (p_nd->m_type == pat_trie_internal_node_type)
155 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == pat_trie_internal_node_type);
168 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == pat_trie_leaf_node_type);
185 _GLIBCXX_DEBUG_ASSERT(it.m_p_nd->m_type
[all...]
H A Dfind_fn_imps.hpp55 if (p_nd == NULL || p_nd->m_type != pat_trie_leaf_node_type)
80 if (p_nd == NULL || p_nd->m_type != pat_trie_leaf_node_type)
112 while (p_nd->m_type != pat_trie_leaf_node_type)
114 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == pat_trie_internal_node_type);
144 if (p_nd->m_type == pat_trie_leaf_node_type)
153 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == pat_trie_internal_node_type);
217 if (p_nd->m_type == pat_trie_leaf_node_type)
220 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == pat_trie_internal_node_type);
229 if (p_nd->m_type == pat_trie_leaf_node_type)
232 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type
[all...]
H A Dnode_iterators.hpp125 if (m_p_nd->m_type == pat_trie_leaf_node_type)
130 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == pat_trie_internal_node_type);
138 if (m_p_nd->m_type == pat_trie_leaf_node_type)
143 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == pat_trie_internal_node_type);
217 if (m_p_nd->m_type == pat_trie_leaf_node_type)
219 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == pat_trie_internal_node_type);
228 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == pat_trie_internal_node_type);
324 _GLIBCXX_DEBUG_ASSERT(base_type::m_p_nd->m_type == pat_trie_internal_node_type);
/macosx-10.10.1/WebKit2-7600.1.25/Shared/linux/SeccompFilters/
H A DSyscall.h71 int type() const { return m_type; }
85 int m_type; member in class:WebKit::Syscall
97 int type() const { return m_type; }
106 int m_type; member in class:WebKit::SyscallResult

Completed in 163 milliseconds

123456