Searched refs:globalData (Results 276 - 300 of 313) sorted by relevance

<<111213

/external/webkit/Source/JavaScriptGlue/
H A DUserObjectImp.cpp37 UserObjectImp::UserObjectImp(JSGlobalData& globalData, Structure* structure, JSUserObject* userObject) argument
38 : JSNonFinalObject(globalData, structure)
/external/webkit/Source/WebCore/bindings/objc/
H A DWebScriptObject.mm307 [self _rootObject]->globalObject()->globalData().timeoutChecker.start();
309 [self _rootObject]->globalObject()->globalData().timeoutChecker.stop();
336 [self _rootObject]->globalObject()->globalData().timeoutChecker.start();
338 [self _rootObject]->globalObject()->globalData().timeoutChecker.stop();
/external/webkit/Source/WebCore/bridge/c/
H A Dc_instance.cpp122 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype) argument
124 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
/external/webkit/Source/WebCore/bridge/jni/
H A Djni_jsobject.mm299 rootObject->globalObject()->globalData().timeoutChecker.start();
301 rootObject->globalObject()->globalData().timeoutChecker.stop();
318 rootObject->globalObject()->globalData().timeoutChecker.start();
320 rootObject->globalObject()->globalData().timeoutChecker.stop();
/external/webkit/Source/WebCore/bridge/jni/jsc/
H A DJavaInstanceJSC.cpp127 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype) argument
129 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
/external/webkit/Source/JavaScriptCore/jit/
H A DJITPropertyAccess.cpp53 JIT::CodePtr JIT::stringGetByValStubGenerator(JSGlobalData* globalData, ExecutablePool* pool) argument
57 failures.append(jit.branchPtr(NotEqual, Address(regT0), TrustedImmPtr(globalData->jsStringVPtr)));
72 jit.move(TrustedImmPtr(globalData->smallStrings.singleCharacterStrings()), regT1);
651 void JIT::patchMethodCallProto(JSGlobalData& globalData, CodeBlock* codeBlock, MethodCallLinkInfo& methodCallLinkInfo, JSFunction* callee, Structure* structure, JSObject* proto, ReturnAddressPtr returnAddress) argument
656 methodCallLinkInfo.cachedStructure.set(globalData, codeBlock->ownerExecutable(), structure);
659 methodCallLinkInfo.cachedPrototypeStructure.set(globalData, codeBlock->ownerExecutable(), prototypeStructure);
971 prototypeStructures->list[currentIndex].set(callFrame->globalData(), m_codeBlock->ownerExecutable(), entryLabel, structure, chain);
H A DJITPropertyAccess32_64.cpp270 JIT::CodePtr JIT::stringGetByValStubGenerator(JSGlobalData* globalData, ExecutablePool* pool) argument
274 failures.append(jit.branchPtr(NotEqual, Address(regT0), TrustedImmPtr(globalData->jsStringVPtr)));
289 jit.move(TrustedImmPtr(globalData->smallStrings.singleCharacterStrings()), regT1);
675 void JIT::patchMethodCallProto(JSGlobalData& globalData, CodeBlock* codeBlock, MethodCallLinkInfo& methodCallLinkInfo, JSFunction* callee, Structure* structure, JSObject* proto, ReturnAddressPtr returnAddress) argument
680 methodCallLinkInfo.cachedStructure.set(globalData, codeBlock->ownerExecutable(), structure);
682 methodCallLinkInfo.cachedPrototypeStructure.set(globalData, codeBlock->ownerExecutable(), prototypeStructure);
933 prototypeStructures->list[currentIndex].set(callFrame->globalData(), m_codeBlock->ownerExecutable(), entryLabel, structure, prototypeStructure);
1001 prototypeStructures->list[currentIndex].set(callFrame->globalData(), m_codeBlock->ownerExecutable(), entryLabel, structure, chain);
H A DJITOpcodes32_64.cpp43 void JIT::privateCompileCTIMachineTrampolines(RefPtr<ExecutablePool>* executablePool, JSGlobalData* globalData, TrampolineStructure *trampolines) argument
145 move(TrustedImmPtr(&globalData->exceptionLocation), regT2);
152 Label nativeCallThunk = privateCompileCTINativeCall(globalData);
153 Label nativeConstructThunk = privateCompileCTINativeCall(globalData, true);
195 JIT::Label JIT::privateCompileCTINativeCall(JSGlobalData* globalData, bool isConstruct) argument
307 Jump sawException = branch32(NotEqual, AbsoluteAddress(reinterpret_cast<char*>(&globalData->exception) + OBJECT_OFFSETOF(JSValue, u.asBits.tag)), TrustedImm32(JSValue::EmptyValueTag));
318 move(TrustedImmPtr(&globalData->exceptionLocation), regT2);
331 JIT::CodePtr JIT::privateCompileCTINativeCall(PassRefPtr<ExecutablePool> executablePool, JSGlobalData* globalData, NativeFunction func) argument
445 Jump sawException = branch32(NotEqual, AbsoluteAddress(reinterpret_cast<char*>(&globalData->exception) + OBJECT_OFFSETOF(JSValue, u.asBits.tag)), TrustedImm32(JSValue::EmptyValueTag));
456 move(TrustedImmPtr(&globalData
[all...]
H A DJITOpcodes.cpp47 void JIT::privateCompileCTIMachineTrampolines(RefPtr<ExecutablePool>* executablePool, JSGlobalData* globalData, TrampolineStructure *trampolines) argument
144 move(TrustedImmPtr(&globalData->exceptionLocation), regT2);
151 Label nativeCallThunk = privateCompileCTINativeCall(globalData);
152 Label nativeConstructThunk = privateCompileCTINativeCall(globalData, true);
189 JIT::Label JIT::privateCompileCTINativeCall(JSGlobalData* globalData, bool isConstruct) argument
280 loadPtr(&(globalData->exception), regT2);
292 move(TrustedImmPtr(&globalData->exceptionLocation), regT2);
305 JIT::CodePtr JIT::privateCompileCTINativeCall(PassRefPtr<ExecutablePool>, JSGlobalData* globalData, NativeFunction) argument
307 return globalData->jitStubs->ctiNativeCall();
1067 peek(regT3, OBJECT_OFFSETOF(struct JITStackFrame, globalData) / sizeo
[all...]
/external/webkit/Source/WebCore/bridge/qt/
H A Dqt_runtime.cpp163 else if (isJSByteArray(&exec->globalData(), val))
851 RefPtr<JSC::RegExp> regExp = JSC::RegExp::create(&exec->globalData(), pattern, flags);
893 return new (exec) JSC::JSByteArray(exec, JSC::JSByteArray::createStructure(exec->globalData(), jsNull()), wtfByteArray.get());
985 : InternalFunction(&exec->globalData(), exec->lexicalGlobalObject(), deprecatedGetDOMStructure<QtRuntimeMethod>(exec), ident)
1520 d->m_connect.set(exec->globalData(), thisObj, new (exec) QtRuntimeConnectionMethod(exec, ident, true, d->m_instance, d->m_index, d->m_signature));
1530 d->m_disconnect.set(exec->globalData(), thisObj, new (exec) QtRuntimeConnectionMethod(exec, ident, false, d->m_instance, d->m_index, d->m_signature));
1628 QtConnectionObject* conn = new QtConnectionObject(exec->globalData(), d->m_instance, signalIndex, thisObject, funcObject);
1722 QtConnectionObject::QtConnectionObject(JSGlobalData& globalData, PassRefPtr<QtInstance> instance, int signalIndex, JSObject* thisObject, JSObject* funcObject) argument
1726 , m_thisObject(globalData, thisObject)
1727 , m_funcObject(globalData, funcObjec
[all...]
H A Dqt_instance.cpp62 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype) argument
64 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
H A Dqt_pixmapruntime.cpp153 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype) argument
155 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
/external/webkit/Source/JavaScriptCore/API/
H A DJSCallbackObjectFunctions.h64 JSCallbackObject<Base>::JSCallbackObject(JSGlobalData& globalData, JSClassRef jsClass, Structure* structure) argument
65 : Base(globalData, structure)
96 HandleSlot slot = exec->globalData().allocateGlobalHandle();
237 JSCallbackObject<Base>::putDirect(exec->globalData(), propertyName, value); // put as override property
564 thisObj->putDirect(exec->globalData(), propertyName, o, entry->attributes);
/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.h99 JSGlobalData* globalData() const { return m_globalData; } function in class:JSC::BytecodeGenerator
485 FunctionExecutable* makeFunction(JSGlobalData* globalData, FunctionBodyNode* body) argument
487 return FunctionExecutable::create(globalData, body->ident(), body->source(), body->usesArguments(), body->parameters(), body->isStrictMode(), body->lineNo(), body->lastLine());
H A DBytecodeGenerator.cpp205 , m_scopeChain(*scopeChain->globalData, scopeChain)
220 , m_globalData(scopeChain->globalData)
241 RegisterFile* registerFile = &exec->globalData().interpreter->registerFile();
327 , m_scopeChain(*scopeChain->globalData, scopeChain)
341 , m_globalData(scopeChain->globalData)
473 emitGetById(funcProto.get(), func.get(), globalData()->propertyNames->prototype);
491 , m_scopeChain(*scopeChain->globalData, scopeChain)
505 , m_globalData(scopeChain->globalData)
713 instructions().append(globalData()->interpreter->getOpcode(opcodeID));
1121 stringInMap = jsOwnedString(globalData(), identifie
[all...]
/external/webkit/Source/WebCore/dom/
H A DScriptExecutionContext.cpp438 JSC::JSGlobalData* ScriptExecutionContext::globalData() function in class:WebCore::ScriptExecutionContext
445 return static_cast<WorkerContext*>(this)->script()->globalData();
/external/webkit/Source/JavaScriptCore/runtime/
H A DObjectPrototype.cpp44 : JSNonFinalObject(exec->globalData(), stucture)
H A DLiteralParser.cpp376 asObject(objectStack.last())->putDirect(m_exec->globalData(), identifierStack.last(), lastValue);
/external/webkit/Source/JavaScriptCore/wtf/
H A DDateMath.cpp1043 DSTOffsetCache& cache = exec->globalData().dstOffsetCache;
1104 double utcOffset = exec->globalData().cachedUTCOffset;
1107 exec->globalData().cachedUTCOffset = calculateUTCOffset();
1108 return exec->globalData().cachedUTCOffset;
/external/webkit/Source/WebCore/bridge/objc/
H A Dobjc_instance.mm187 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
189 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DProxyInstance.mm184 // exec-globalData() is also likely wrong.
190 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
192 return Structure::create(globalData, prototype, TypeInfo(ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
/external/webkit/Source/JavaScriptCore/dfg/
H A DDFGByteCodeParser.cpp49 ByteCodeParser(JSGlobalData* globalData, CodeBlock* codeBlock, Graph& graph) argument
50 : m_globalData(globalData)
1068 bool parse(Graph& graph, JSGlobalData* globalData, CodeBlock* codeBlock)
1072 UNUSED_PARAM(globalData);
1076 return ByteCodeParser(globalData, codeBlock, graph).parse();
/external/webkit/Source/JavaScriptCore/parser/
H A DASTBuilder.h76 ASTBuilder(JSGlobalData* globalData, Lexer* lexer) argument
77 : m_globalData(globalData)
79 , m_scope(globalData)
596 Scope(JSGlobalData* globalData) argument
597 : m_varDeclarations(new (globalData) ParserArenaData<DeclarationStacks::VarStack>)
598 , m_funcDeclarations(new (globalData) ParserArenaData<DeclarationStacks::FunctionStack>)
H A DJSParser.cpp282 Scope(JSGlobalData* globalData, bool isFunction, bool strictMode) argument
283 : m_globalData(globalData)
613 const char* jsParse(JSGlobalData* globalData, FunctionParameters* parameters, JSParserStrictness strictness, JSParserMode parserMode, const SourceCode* source)
615 JSParser parser(globalData->lexer, globalData, parameters, strictness == JSParseStrict, parserMode == JSParseFunctionCode, source->provider());
619 JSParser::JSParser(Lexer* lexer, JSGlobalData* globalData, FunctionParameters* parameters, bool inStrictContext, bool isFunction, SourceProvider* provider) argument
621 , m_stack(globalData->stack())
624 , m_globalData(globalData)
/external/webkit/Source/WebKit/mac/WebView/
H A DWebScriptDebugger.mm83 , m_globalObject(globalObject->globalData(), globalObject)

Completed in 2687 milliseconds

<<111213