HomeSort by relevance Sort by last modified time
    Searched defs:prototypeStructure (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/bindings/js/
JSDOMWindowShell.cpp 63 RefPtr<Structure> prototypeStructure = JSDOMWindowPrototype::createStructure(jsNull());
64 ProtectedPtr<JSDOMWindowPrototype> prototype = new JSDOMWindowPrototype(prototypeStructure.release());
  /external/webkit/JavaScriptCore/bytecode/
StructureStubInfo.h 69 void initGetByIdProto(Structure* baseObjectStructure, Structure* prototypeStructure)
76 u.getByIdProto.prototypeStructure = prototypeStructure;
77 prototypeStructure->ref();
152 Structure* prototypeStructure;
  /external/webkit/JavaScriptCore/jit/
JITPropertyAccess.cpp 646 Structure* prototypeStructure = proto->structure();
648 methodCallLinkInfo.cachedPrototypeStructure = prototypeStructure;
649 prototypeStructure->ref();
653 repatchBuffer.repatch(methodCallLinkInfo.structureLabel.dataLabelPtrAtOffset(patchOffsetMethodCheckProtoStruct), prototypeStructure);
721 void JIT::privateCompileGetByIdProto(StructureStubInfo* stubInfo, Structure* structure, Structure* prototypeStructure, size_t cachedOffset, ReturnAddressPtr returnAddress, CallFrame* callFrame)
734 move(ImmPtr(prototypeStructure), regT3);
737 Jump failureCases2 = branchPtr(NotEqual, AbsoluteAddress(prototypeStructureAddress), ImmPtr(prototypeStructure));
    [all...]

Completed in 1624 milliseconds