Searched refs:watchpoints (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGWatchpointCollectionPhase.cpp123 m_graph.watchpoints().addLazily(
157 ASSERT(m_graph.watchpoints().isValidOrMixed(stringPrototypeStructure->transitionWatchpointSet()));
159 m_graph.watchpoints().addLazily(
188 m_graph.watchpoints().addLazily(set);
192 m_graph.watchpoints().addLazily(set);
196 m_graph.watchpoints().addLazily(view);
H A DDFGPlan.h93 DesiredWatchpoints watchpoints; member in struct:JSC::DFG::Plan
H A DDFGCommonData.h98 SegmentedVector<CodeBlockJettisoningWatchpoint, 1, 0> watchpoints; member in class:JSC::DFG::CommonData
H A DDFGPlan.cpp400 if (!watchpoints.areStillValid())
409 watchpoints.reallyAdd(codeBlock.get(), *commonData);
500 watchpoints = DesiredWatchpoints();
H A DDFGDesiredWatchpoints.h111 common.watchpoints.append(CodeBlockJettisoningWatchpoint(codeBlock));
112 Adaptor::add(codeBlock, *iter, &common.watchpoints.last());
H A DDFGAbstractValue.cpp202 if (graph.watchpoints().isStillValid(structure->transitionWatchpointSet()))
H A DDFGGraph.h465 return m_plan.watchpoints.isStillValid(
805 DesiredWatchpoints& watchpoints() { return m_plan.watchpoints; } function in class:JSC::DFG::Graph
H A DDFGByteCodeParser.cpp3025 // get_from_scope and put_to_scope depend on this watchpoint forcing OSR exit, so they don't add their own watchpoints.
3064 WatchpointSet* watchpoints = 0;
3069 watchpoints = currentInstruction[5].u.watchpointSet;
3075 UNUSED_PARAM(watchpoints); // We will use this in the future. For now we set it as a way of documenting the fact that that's what index 5 is in GlobalVar mode.
3150 VariableWatchpointSet* watchpoints = 0;
3155 watchpoints = currentInstruction[5].u.watchpointSet;
3181 ASSERT(watchpoints == entry.watchpointSet());
3184 if (watchpoints->state() != IsInvalidated)
3185 addToGraph(NotifyWrite, OpInfo(watchpoints), valueNode);
H A DDFGConstantFoldingPhase.cpp488 if (m_graph.watchpoints().isStillValid(cell->structure()->transitionWatchpointSet())) {
H A DDFGGraph.cpp803 if (!watchpoints().isStillValid(view))
H A DDFGFixupPhase.cpp1354 if (!m_graph.watchpoints().isStillValid(stringPrototypeStructure->transitionWatchpointSet()))
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DStructureStubInfo.h165 watchpoints.clear();
193 watchpoints, codeBlock, this);
263 RefPtr<WatchpointsOnStructureStubInfo> watchpoints; member in struct:JSC::StructureStubInfo
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DSymbolTable.cpp84 VariableWatchpointSet* watchpoints = fatEntry()->m_watchpoints.get(); local
85 if (!watchpoints)
88 watchpoints->notifyWrite(vm, value);
/macosx-10.10/vim-55/runtime/syntax/
H A Dgdb.vim19 syn keyword gdbInfo contained syn keyword tracepoints types udot variables warranty watchpoints

Completed in 205 milliseconds