Searched refs:watchpointSet (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DJSScope.h102 ResolveOp(ResolveType type, size_t depth, Structure* structure, JSActivation* activation, VariableWatchpointSet* watchpointSet, uintptr_t operand) argument
107 , watchpointSet(watchpointSet)
116 VariableWatchpointSet* watchpointSet; member in struct:JSC::ResolveOp
H A DJSScope.cpp68 op = ResolveOp(makeType(ClosureVar, needsVarInjectionChecks), depth, 0, activation, entry.watchpointSet(), entry.getIndex());
87 makeType(GlobalVar, needsVarInjectionChecks), depth, 0, 0, entry.watchpointSet(),
H A DJSSymbolTableObject.h143 if (VariableWatchpointSet* set = iter->value.watchpointSet()) {
173 if (VariableWatchpointSet* set = entry.watchpointSet())
H A DSymbolTable.cpp133 if (VariableWatchpointSet* set = iter->value.watchpointSet())
H A DPropertySlot.h119 WatchpointSet* watchpointSet() const function in class:JSC::PropertySlot
H A DCommonSlowPaths.cpp258 if (VariableWatchpointSet* set = pc[3].u.watchpointSet)
269 if (VariableWatchpointSet* set = pc[3].u.watchpointSet)
H A DJSActivation.cpp107 if (VariableWatchpointSet* set = iter->value.watchpointSet())
H A DSymbolTable.h225 VariableWatchpointSet* watchpointSet() function in struct:JSC::SymbolTableEntry
H A DVM.cpp893 if (RefPtr<WatchpointSet> watchpointSet = m_impurePropertyWatchpointSets.take(propertyName))
894 watchpointSet->fireAll();
H A DJSGlobalObject.cpp254 var.set = result.iterator->value.watchpointSet();
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DInstruction.h117 VariableWatchpointSet* watchpointSet; member in union:JSC::Instruction::__anon2543
H A DCodeBlock.cpp1748 instructions[i + 5].u.watchpointSet = op.watchpointSet;
1763 instructions[i + 5].u.watchpointSet = op.watchpointSet;
1765 if (op.watchpointSet)
1766 op.watchpointSet->invalidate();
1776 instructions[i + 3].u.watchpointSet = 0;
1785 instructions[i + 3].u.watchpointSet = iter->value.watchpointSet();
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGByteCodeParser.cpp2480 if (VariableWatchpointSet* set = currentInstruction[3].u.watchpointSet) {
3069 watchpoints = currentInstruction[5].u.watchpointSet;
3100 VariableWatchpointSet* watchpointSet = entry.watchpointSet();
3102 watchpointSet ? watchpointSet->inferredValue() : JSValue();
3108 addToGraph(VariableWatchpoint, OpInfo(watchpointSet));
3120 VariableWatchpointSet* watchpointSet = iter->value.watchpointSet();
3121 if (watchpointSet) {
[all...]
H A DDFGSpeculativeJIT.h1446 JITCompiler::Call callOperation(V_JITOperation_EVwsJ operation, VariableWatchpointSet* watchpointSet, GPRReg arg) argument
1448 m_jit.setupArgumentsWithExecState(TrustedImmPtr(watchpointSet), arg);
1717 JITCompiler::Call callOperation(V_JITOperation_EVwsJ operation, VariableWatchpointSet* watchpointSet, GPRReg argTag, GPRReg argPayload) argument
1719 m_jit.setupArgumentsWithExecState(TrustedImmPtr(watchpointSet), argPayload, argTag);
/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DRepatch.cpp290 PropertyOffset offset, Structure* structure, bool loadTargetFromProxy, WatchpointSet* watchpointSet,
341 if (watchpointSet)
342 watchpointSet->add(stubInfo.addWatchpoint(codeBlock));
744 && !slot.watchpointSet()
834 structure, loadTargetFromProxy, slot.watchpointSet(),
840 accessType = slot.watchpointSet() ? GetByIdAccess::WatchedStub : GetByIdAccess::SimpleStub;
1490 if (slot.watchpointSet())
1491 slot.watchpointSet()->add(stubInfo.addWatchpoint(codeBlock));
287 generateByIdStub( ExecState* exec, ByIdStubKind kind, const Identifier& propertyName, FunctionPtr custom, StructureStubInfo& stubInfo, StructureChain* chain, size_t count, PropertyOffset offset, Structure* structure, bool loadTargetFromProxy, WatchpointSet* watchpointSet, CodeLocationLabel successLabel, CodeLocationLabel slowCaseLabel, RefPtr<JITStubRoutine>& stubRoutine) argument
H A DJITPropertyAccess32_64.cpp862 emitPutGlobalVar(*operandSlot, value, currentInstruction[5].u.watchpointSet);
883 && currentInstruction[5].u.watchpointSet->state() != IsInvalidated)
H A DJITOpcodes.cpp68 emitNotifyWrite(regT0, regT1, currentInstruction[3].u.watchpointSet);
1201 VariableWatchpointSet* set = currentInstruction[3].u.watchpointSet;
H A DJITPropertyAccess.cpp821 emitPutGlobalVar(*operandSlot, value, currentInstruction[5].u.watchpointSet);
842 && currentInstruction[5].u.watchpointSet->state() != IsInvalidated)
H A DJITOpcodes32_64.cpp161 emitNotifyWrite(regT1, regT0, regT2, currentInstruction[3].u.watchpointSet);

Completed in 333 milliseconds