HomeSort by relevance Sort by last modified time
    Searched refs:Structure (Results 101 - 125 of 146) sorted by null

1 2 3 45 6

  /external/webkit/JavaScriptCore/runtime/
JSObject.cpp 123 for (JSObject* obj = this; !obj->structure()->hasGetterSetterProperties(); obj = asObject(prototype)) {
310 // putDirect will change our Structure if we add a new property. For
311 // getters and setters, though, we also need to change our Structure
315 RefPtr<Structure> structure = Structure::getterSetterTransition(m_structure); local
316 setStructure(structure.release());
337 // putDirect will change our Structure if we add a new property. For
338 // getters and setters, though, we also need to change our Structure
342 RefPtr<Structure> structure = Structure::getterSetterTransition(m_structure) local
501 RefPtr<Structure> structure = Structure::removePropertyTransition(m_structure, propertyName, offset); local
    [all...]
JSFunction.cpp 53 JSFunction::JSFunction(NonNullPassRefPtr<Structure> structure)
54 : Base(structure)
59 JSFunction::JSFunction(ExecState* exec, NonNullPassRefPtr<Structure> structure, int length, const Identifier& name, NativeFunction func)
60 : Base(&exec->globalData(), structure, name)
255 Structure* structure; local
258 structure = asObject(prototype)->inheritorID();
260 structure = exec->lexicalGlobalObject()->emptyObjectStructure()
    [all...]
FunctionConstructor.cpp 38 FunctionConstructor::FunctionConstructor(ExecState* exec, NonNullPassRefPtr<Structure> structure, FunctionPrototype* functionPrototype)
39 : InternalFunction(&exec->globalData(), structure, Identifier(exec, functionPrototype->classInfo()->className))
JSPropertyNameIterator.cpp 58 ASSERT(!o->structure()->enumerationCache() ||
59 o->structure()->enumerationCache()->cachedStructure() != o->structure() ||
60 o->structure()->enumerationCache()->cachedPrototypeChain() != o->structure()->prototypeChain(exec));
65 if (!o->structure()->hasNonEnumerableProperties() && !o->structure()->hasAnonymousSlots() &&
66 !o->structure()->hasGetterSetterProperties() && !o->structure()->isUncacheableDictionary() &&
67 !o->structure()->typeInfo().overridesGetPropertyNames()
80 RefPtr<Structure>* structure = structureChain->head(); local
    [all...]
NumberConstructor.cpp 56 NumberConstructor::NumberConstructor(ExecState* exec, NonNullPassRefPtr<Structure> structure, NumberPrototype* numberPrototype)
57 : InternalFunction(&exec->globalData(), structure, Identifier(exec, numberPrototype->info.className))
Arguments.h 86 static PassRefPtr<Structure> createStructure(JSValue prototype)
88 return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount);
DateConstructor.cpp 61 DateConstructor::DateConstructor(ExecState* exec, NonNullPassRefPtr<Structure> structure, Structure* prototypeFunctionStructure, DatePrototype* datePrototype)
62 : InternalFunction(&exec->globalData(), structure, Identifier(exec, datePrototype->classInfo()->className))
FunctionPrototype.cpp 41 FunctionPrototype::FunctionPrototype(ExecState* exec, NonNullPassRefPtr<Structure> structure)
42 : InternalFunction(&exec->globalData(), structure, exec->propertyNames().emptyIdentifier)
47 void FunctionPrototype::addFunctionProperties(ExecState* exec, Structure* prototypeFunctionStructure, NativeFunctionWrapper** callFunction, NativeFunctionWrapper** applyFunction)
JSGlobalData.cpp 212 Structure::startIgnoringLeaks();
214 Structure::stopIgnoringLeaks();
ObjectPrototype.cpp 44 ObjectPrototype::ObjectPrototype(ExecState* exec, NonNullPassRefPtr<Structure> stucture, Structure* prototypeFunctionStructure)
RegExpObject.cpp 60 RegExpObject::RegExpObject(NonNullPassRefPtr<Structure> structure, NonNullPassRefPtr<RegExp> regExp)
61 : JSObject(structure)
JSNumberCell.h 79 static PassRefPtr<Structure> createStructure(JSValue proto) { return Structure::create(proto, TypeInfo(NumberType, OverridesGetOwnPropertySlot | NeedsThisConversion), AnonymousSlotCount); }
ObjectConstructor.cpp 45 ObjectConstructor::ObjectConstructor(ExecState* exec, NonNullPassRefPtr<Structure> structure, ObjectPrototype* objectPrototype, Structure* prototypeFunctionStructure)
46 : InternalFunction(&exec->globalData(), structure, Identifier(exec, "Object"))
Identifier.h 33 friend class Structure;
  /external/webkit/WebCore/bindings/js/
JSDOMGlobalObject.cpp 45 JSDOMGlobalObject::JSDOMGlobalObject(NonNullPassRefPtr<Structure> structure, JSDOMGlobalObject::JSDOMGlobalObjectData* data, JSObject* thisValue)
46 : JSGlobalObject(structure, data, thisValue)
JSDOMWindowBase.cpp 53 JSDOMWindowBase::JSDOMWindowBase(NonNullPassRefPtr<Structure> structure, PassRefPtr<DOMWindow> window, JSDOMWindowShell* shell)
54 : JSDOMGlobalObject(structure, new JSDOMWindowBaseData(window, shell), shell)
JSDOMBinding.cpp 798 Structure* getCachedDOMStructure(JSDOMGlobalObject* globalObject, const ClassInfo* classInfo)
804 Structure* cacheDOMStructure(JSDOMGlobalObject* globalObject, NonNullPassRefPtr<Structure> structure, const ClassInfo* classInfo)
808 return structures.set(classInfo, structure).first->second.get();
811 Structure* getCachedDOMStructure(ExecState* exec, const ClassInfo* classInfo)
816 Structure* cacheDOMStructure(ExecState* exec, NonNullPassRefPtr<Structure> structure, const ClassInfo* classInfo)
818 return cacheDOMStructure(static_cast<JSDOMGlobalObject*>(exec->lexicalGlobalObject()), structure, classInfo)
    [all...]
  /external/webkit/WebCore/bridge/qt/
qt_runtime.h 152 static PassRefPtr<Structure> createStructure(JSValue prototype)
154 return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount);
qt_instance.cpp 61 static PassRefPtr<Structure> createStructure(JSValue prototype)
63 return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount);
qt_pixmapruntime.cpp 163 static PassRefPtr<Structure> createStructure(JSValue prototype)
165 return Structure::create(prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount);
  /external/webkit/JavaScriptCore/jit/
JITOpcodes.cpp 489 addSlowCase(branchTest32(Zero, Address(regT0, OBJECT_OFFSETOF(Structure, m_typeInfo.m_flags)), Imm32(ImplementsDefaultHasInstance)));
500 load32(Address(regT2, OBJECT_OFFSETOF(Structure, m_prototype) + OBJECT_OFFSETOF(JSValue, u.asBits.payload)), regT2);
690 void* structureAddress = &(m_codeBlock->globalResolveInfo(currentIndex).structure);
693 // Verify structure.
840 // First, handle JSCell cases - check MasqueradesAsUndefined bit on the structure
    [all...]
  /external/sonivox/jet_tools/JetCreator/
eas.py 151 class S_JET_CONFIG (Structure):
157 class S_EXT_AUDIO_PRG_CHG (Structure):
165 class S_EXT_AUDIO_EVENT (Structure):
174 class S_MIDI_CONTROLLERS (Structure):
184 class WAVEFORMAT (Structure):
536 class EAS_Config (Structure):
    [all...]
  /external/webkit/JavaScriptCore/bytecode/
CodeBlock.h 149 Structure* cachedStructure;
150 PtrAndFlags<Structure, HasSeenShouldRepatch> cachedPrototypeStructure;
166 : structure(0)
172 Structure* structure; member in struct:JSC::GlobalResolveInfo
177 // This structure is used to map from a call return location
  /external/webkit/JavaScriptCore/interpreter/
Interpreter.cpp 159 Structure* structure = vPC[4].u.structure; local
162 if (structure == globalObject->structure()) {
172 if (slot.isCacheable() && !globalObject->structure()->isUncacheableDictionary() && slot.slotBase() == globalObject) {
173 if (vPC[4].u.structure)
174 vPC[4].u.structure->deref();
175 globalObject->structure()->ref();
176 vPC[4] = globalObject->structure();
919 Structure* structure = baseCell->structure(); local
1008 Structure* structure = asCell(baseValue)->structure(); local
    [all...]
  /external/protobuf/editors/
proto.vim 89 HiLink pbStructure Structure

Completed in 595 milliseconds

1 2 3 45 6