Home
last modified time | relevance | path

Searched defs:Collect (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/debug/
Ddebug-type-profile.cc15 std::unique_ptr<TypeProfile> TypeProfile::Collect(Isolate* isolate) { in Collect() function in v8::internal::TypeProfile
Ddebug-coverage.cc484 std::unique_ptr<Coverage> Coverage::Collect( in Collect() function in v8::internal::Coverage
/external/clang/lib/AST/
DStmtObjC.cpp21 ObjCForCollectionStmt::ObjCForCollectionStmt(Stmt *Elem, Expr *Collect, in ObjCForCollectionStmt()
DCXXInheritance.cpp489 void FinalOverriderCollector::Collect(const CXXRecordDecl *RD, in Collect() function in FinalOverriderCollector
/external/tensorflow/tensorflow/core/profiler/internal/
Dtraceme_recorder.cc229 TraceMeRecorder::Events TraceMeRecorder::Collect() { in Collect() function in tensorflow::profiler::TraceMeRecorder
/external/tensorflow/tensorflow/core/platform/default/
Ddevice_tracer.cc650 Status Collect() { in Collect() function in tensorflow::__anonee34c7620211::CudaEventCollector
689 static Status Collect(CudaEventRecorder* recorder, in Collect() function in tensorflow::__anonee34c7620211::CudaEventCollector
709 Status DeviceTracerImpl::Collect(StepStatsCollector* collector) { in Collect() function in tensorflow::DeviceTracerImpl
/external/tensorflow/tensorflow/core/kernels/
Ddecode_proto_op.cc974 Status Collect(CodedInputStream* input, in Collect() function in tensorflow::__anon8bcbf5420111::DecodeProtoOp
/external/v8/src/heap/
Dobject-stats.cc1009 void ObjectStatsCollector::Collect() { in Collect() function in v8::internal::ObjectStatsCollector
/external/v8/src/
Dfeedback-vector.cc1171 void FeedbackNexus::Collect(Handle<String> type, int position) { in Collect() function in v8::internal::FeedbackNexus
Dapi.cc9957 debug::TypeProfile debug::TypeProfile::Collect(Isolate* isolate) { in Collect() function in v8::debug::TypeProfile
/external/clang/lib/Sema/
DSemaDeclCXX.cpp8711 auto Collect = [&Bases](const CXXRecordDecl *Base) { in CheckUsingDeclQualifier() local