HomeSort by relevance Sort by last modified time
    Searched refs:isInstrumented (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerThread.cpp 146 static PassOwnPtr<WorkerThreadTask> create(const WorkerThread& workerThread, PassOwnPtr<ExecutionContextTask> task, bool isInstrumented)
148 return adoptPtr(new WorkerThreadTask(workerThread, task, isInstrumented));
170 WorkerThreadTask(const WorkerThread& workerThread, PassOwnPtr<ExecutionContextTask> task, bool isInstrumented)
173 , m_isInstrumented(isInstrumented)
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 244 bool isInstrumented(const Function *F);
245 bool isInstrumented(const GlobalAlias *GA);
442 bool DataFlowSanitizer::isInstrumented(const Function *F) {
446 bool DataFlowSanitizer::isInstrumented(const GlobalAlias *GA) {
606 bool GAInst = isInstrumented(GA), FInst = isInstrumented(F);
638 if (isInstrumented(&F)) {
    [all...]

Completed in 131 milliseconds