Searched refs:watchpoint (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DWatchpoint.cpp51 // either keeping the watchpoint set's owner alive, or does some weak reference thing.
56 void WatchpointSet::add(Watchpoint* watchpoint) argument
60 if (!watchpoint)
62 m_set.push(watchpoint);
83 void InlineWatchpointSet::add(Watchpoint* watchpoint) argument
85 inflate()->add(watchpoint);
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DArrayBuffer.cpp59 else if (ArrayBufferNeuteringWatchpoint* watchpoint = jsDynamicCast<ArrayBufferNeuteringWatchpoint*>(cell))
60 watchpoint->set()->fireAll();
H A DSymbolTable.cpp77 void SymbolTableEntry::addWatchpoint(Watchpoint* watchpoint) argument
79 fatEntry()->m_watchpoints->add(watchpoint);
H A DStructure.h374 void addTransitionWatchpoint(Watchpoint* watchpoint) const
377 m_transitionWatchpointSet.add(watchpoint);
H A DVM.cpp883 void VM::registerWatchpointForImpureProperty(const Identifier& propertyName, Watchpoint* watchpoint) argument
888 result.iterator->value->add(watchpoint);
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGDesiredWatchpoints.cpp38 CodeBlock* codeBlock, JSArrayBufferView* view, Watchpoint* watchpoint)
42 neuteringWatchpoint->set()->add(watchpoint);
37 add( CodeBlock* codeBlock, JSArrayBufferView* view, Watchpoint* watchpoint) argument
H A DDFGDesiredWatchpoints.h65 static void add(CodeBlock*, T* set, Watchpoint* watchpoint) argument
67 return set->add(watchpoint);
116 WatchpointForGenericWatchpointSet<WatchpointSetType> watchpoint = local
119 ProfiledCodeBlockJettisoningWatchpoint(watchpoint.m_codeOrigin, watchpoint.m_exitKind, codeBlock));
120 Adaptor::add(codeBlock, watchpoint.m_set, &common.profiledWatchpoints.last());
/macosx-10.10.1/libauto-186/
H A DDefinitions.h553 // watchpoint
557 inline void watchpoint(void *address) { function in namespace:Auto
/macosx-10.10.1/ruby-106/ruby/lib/
H A Ddebug.rb52 # wat[ch] <expression> set watchpoint to some expression
454 stdout.printf "Set watchpoint %d:%s\n", break_points.size, exp
677 wat[ch] <expression> set watchpoint to some expression
802 elsif b[1] == 1 # watchpoint

Completed in 201 milliseconds