HomeSort by relevance Sort by last modified time
    Searched refs:Collect (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /art/runtime/
backtrace_helper.h 34 // Collect the backtrace, do not call more than once.
35 void Collect() {
64 void Collect(size_t skip_count) {
66 collector.Collect();
  /external/v8/src/debug/
debug-coverage.h 40 static Coverage* Collect(Isolate* isolate, bool reset_count);
debug-coverage.cc 61 Coverage* Coverage::Collect(Isolate* isolate, bool reset_count) {
145 // Collect existing feedback vectors.
debug-interface.h 247 static Coverage Collect(Isolate* isolate, bool reset_count);
liveedit.h 47 static Handle<JSArray> Collect(FunctionLiteral* node, Handle<Script> script,
  /external/clang/lib/AST/
StmtObjC.cpp 21 ObjCForCollectionStmt::ObjCForCollectionStmt(Stmt *Elem, Expr *Collect,
26 SubExprs[COLLECTION] = Collect;
CXXInheritance.cpp 483 void Collect(const CXXRecordDecl *RD, bool VirtualBase,
489 void FinalOverriderCollector::Collect(const CXXRecordDecl *RD,
507 Collect(BaseDecl, false, InVirtualSubobject, Overriders);
511 // Collect all of the overridders from the base class subobject
524 // Collect may cause VirtualOverriders to reallocate, invalidating the
529 Collect(BaseDecl, true, BaseDecl, *MyVirtualOverriders);
532 Collect(BaseDecl, false, InVirtualSubobject, ComputedBaseOverriders);
626 Collector.Collect(this, false, nullptr, FinalOverriders);
  /external/libmojo/
build_mojom_jar.mk 9 define collect-srcjar-list
17 # Collect all .srcjar files
18 $(foreach file,$(LOCAL_MOJOM_FILES),$(eval $(call collect-srcjar-list,$(file))))
  /development/vndk/tools/header-checker/header-abi-diff/src/
abi_diff.cpp 51 CompatibilityStatus record_status = Collect<abi_dump::RecordDecl>(
56 CompatibilityStatus function_status = Collect<abi_dump::FunctionDecl>(
61 CompatibilityStatus enum_status = Collect<abi_dump::EnumDecl>(
66 CompatibilityStatus global_var_status = Collect<abi_dump::GlobalVarDecl>(
96 abi_diff::CompatibilityStatus HeaderAbiDiff::Collect(
abi_diff.h 48 // Collect* methods fill in the diff_tu.
50 static CompatibilityStatus Collect(
  /external/toolchain-utils/user_activity_benchmarks/
select_hot_functions.sql 11 -- Collect the data stored in CWP over the last 30 days.
  /external/clang/lib/Tooling/
CompilationDatabase.cpp 123 void runImpl(const driver::Action *A, bool Collect) {
124 bool CollectChildren = Collect;
131 if (Collect) {
253 // Collect only for Assemble jobs. If we do all jobs we get duplicates
  /external/lzma/CS/7zip/Compress/LZ/
LzOutWindow.cs 19 // System.GC.Collect();
  /external/compiler-rt/make/
lib_platforms.mk 53 # Collect all the platform variables for subsequent use.
subdir.mk 63 # Collect all subdirectory variables for subsequent use.
  /prebuilts/go/darwin-x86/src/go/ast/
filter.go 335 // Collect package comments from all package files into a single
338 // better to collect extra comments than drop them on the floor.
367 // Collect declarations from all package files.
427 // Collect import specs from all package files.
453 // Collect comments from all package files.
  /prebuilts/go/linux-x86/src/go/ast/
filter.go 335 // Collect package comments from all package files into a single
338 // better to collect extra comments than drop them on the floor.
367 // Collect declarations from all package files.
427 // Collect import specs from all package files.
453 // Collect comments from all package files.
  /packages/apps/Messaging/
version.mk 57 # Collect automatic version code parameters
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/symbolizer/
symbolizer.go 148 // Collect names to search: {buildid/basename, basename}
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/symbolizer/
symbolizer.go 148 // Collect names to search: {buildid/basename, basename}
  /external/clang/include/clang/AST/
StmtObjC.h 30 ObjCForCollectionStmt(Stmt *Elem, Expr *Collect, Stmt *Body,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
StmtObjC.h 30 ObjCForCollectionStmt(Stmt *Elem, Expr *Collect, Stmt *Body,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
StmtObjC.h 30 ObjCForCollectionStmt(Stmt *Elem, Expr *Collect, Stmt *Body,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
StmtObjC.h 30 ObjCForCollectionStmt(Stmt *Elem, Expr *Collect, Stmt *Body,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
StmtObjC.h 30 ObjCForCollectionStmt(Stmt *Elem, Expr *Collect, Stmt *Body,

Completed in 1238 milliseconds

1 2 3 4