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

  /external/llvm/include/llvm/CodeGen/
GCMetadata.h 139 /// roots_begin/roots_end - Iterators for all roots in the function.
142 roots_iterator roots_end() { return Roots.end(); } function in class:llvm::GCFunctionInfo
148 live_iterator live_end(const iterator &p) { return roots_end(); }
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
GCMetadata.h 142 /// roots_begin/roots_end - Iterators for all roots in the function.
145 roots_iterator roots_end () { return Roots.end(); } function in class:llvm::GCFunctionInfo
151 live_iterator live_end (const iterator &p) { return roots_end(); }
  /external/llvm/lib/CodeGen/
GCMetadata.cpp 118 RE = FD->roots_end();
GCRootLowering.cpp 317 RI != FI->roots_end();) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
GCMetadata.cpp 161 RE = FD->roots_end(); RI != RE; ++RI)
GCStrategy.cpp 389 RE = FI->roots_end(); RI != RE; ++RI)
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 354 roots_iterator roots_end() { return Roots.end(); } function in class:clang::ento::ExplodedGraph
358 const_roots_iterator roots_end() const { return Roots.end(); } function in class:clang::ento::ExplodedGraph
  /art/runtime/
oat_file.cc 1204 auto* roots_end = reinterpret_cast<GcRoot<mirror::Object>*>(bss_end_); local
    [all...]

Completed in 104 milliseconds