OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setPreviousSamplingState
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8PerIsolateData.h
104
void
setPreviousSamplingState
(const char* name) { m_previousSamplingState = name; }
V8GCController.cpp
356
V8PerIsolateData::from(isolate)->
setPreviousSamplingState
(TRACE_EVENT_GET_SAMPLING_STATE());
374
V8PerIsolateData::from(isolate)->
setPreviousSamplingState
(TRACE_EVENT_GET_SAMPLING_STATE());
Completed in 513 milliseconds