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

/external/webkit/Source/WebCore/bindings/v8/
H A DWorkerScriptDebugServer.cpp59 WrapperTypeInfo* typeInfo = V8DOMWrapper::domWrapperType(prototype); local
60 if (&V8DedicatedWorkerContext::info == typeInfo)
62 if (&V8SharedWorkerContext::info == typeInfo)
H A DNPV8Object.cpp61 static WrapperTypeInfo typeInfo = { 0, 0, 0, 0 }; local
62 return &typeInfo;
120 WrapperTypeInfo* typeInfo = static_cast<WrapperTypeInfo*>(object->GetPointerFromInternalField(v8DOMWrapperTypeIndex)); local
121 if (typeInfo == npObjectTypeInfo()) {
H A DV8DOMWrapper.cpp333 WrapperTypeInfo* typeInfo = static_cast<WrapperTypeInfo*>(object->GetPointerFromInternalField(v8DOMWrapperTypeIndex)); local
334 return typeInfo == type;
H A DV8GCController.cpp149 WrapperTypeInfo* typeInfo = V8DOMWrapper::domWrapperType(wrapper); local
157 if (V8MessagePort::info.equals(typeInfo)) {
164 ActiveDOMObject* activeDOMObject = typeInfo->toActiveDOMObject(wrapper);
337 WrapperTypeInfo* typeInfo = V8DOMWrapper::domWrapperType(wrapper); local
339 if (typeInfo->isSubclass(&V8StyleSheetList::info)) {
346 } else if (typeInfo->isSubclass(&V8DOMImplementation::info)) {
353 } else if (typeInfo->isSubclass(&V8StyleSheet::info) || typeInfo->isSubclass(&V8CSSRule::info)) {
356 } else if (typeInfo->isSubclass(&V8CSSStyleDeclaration::info)) {
458 WrapperTypeInfo* typeInfo local
[all...]
/external/javassist/src/main/javassist/bytecode/
H A DStackMap.java196 typeInfo(pos, tag);
208 public void typeInfo(int pos, byte tag) {} method in class:StackMap.Walker
252 public void typeInfo(int pos, byte tag) { method in class:StackMap.Copier
323 public void typeInfo(int pos, byte tag) { method in class:StackMap.SimpleCopy
460 typeInfo(pos, tag);
/external/webkit/Source/JavaScriptCore/runtime/
H A DStructure.h61 static Structure* create(JSGlobalData& globalData, JSValue prototype, const TypeInfo& typeInfo, unsigned anonymousSlotCount, const ClassInfo* classInfo) argument
64 return new (&globalData) Structure(globalData, prototype, typeInfo, anonymousSlotCount, classInfo);
97 const TypeInfo& typeInfo() const { return m_typeInfo; } function in class:JSC::Structure
263 return m_structure->typeInfo().type() == ObjectType;
268 return m_structure->typeInfo().type() == StringType;
285 return asCell()->structure()->typeInfo().needsThisConversion();
294 if (cell->structure()->typeInfo().type() >= CompoundType)
H A DStructure.cpp177 Structure::Structure(JSGlobalData& globalData, JSValue prototype, const TypeInfo& typeInfo, unsigned anonymousSlotCount, const ClassInfo* classInfo) argument
179 , m_typeInfo(typeInfo)
182 , m_propertyStorageCapacity(typeInfo.isFinal() ? JSFinalObject_inlineStorageCapacity : JSNonFinalObject_inlineStorageCapacity)
222 , m_typeInfo(previous->typeInfo())
301 ASSERT(structure->typeInfo().type() == ObjectType);
330 ASSERT(structure->typeInfo().type() == ObjectType);
/external/doclava/src/com/google/doclava/
H A DClassInfo.java110 public void init(TypeInfo typeInfo, ArrayList<ClassInfo> interfaces, argument
117 mTypeInfo = typeInfo;
1772 public void setTypeInfo(TypeInfo typeInfo) { argument
1773 mTypeInfo = typeInfo;
/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp244 std::pair<CharUnits, CharUnits> typeInfo = local
246 EmitFinalDestCopy(E->getType(), src, typeInfo.second);
/external/webkit/Source/WebCore/accessibility/gtk/
H A DAccessibilityObjectWrapperAtk.cpp2539 static const GTypeInfo typeInfo = { local
2560 &typeInfo, GTypeFlags(0));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 1057 milliseconds