HomeSort by relevance Sort by last modified time
    Searched defs:obsolete (Results 1 - 6 of 6) sorted by null

  /art/openjdkjvmti/
ti_redefine.cc 93 // they are created. This ensures that we can always call any method of an obsolete ArtMethod object
110 void RecordObsolete(art::ArtMethod* original, art::ArtMethod* obsolete)
113 DCHECK(obsolete != nullptr);
119 obsolete_methods_->SetElementPtrSize(slot, obsolete, art::kRuntimePointerSize);
150 art::ArtMethod* obsolete = map_->FindObsoleteVersion(iter_->first); local
151 DCHECK(obsolete != nullptr);
152 return { iter_->first, obsolete };
203 // This visitor walks thread stacks and allocates and sets up the obsolete methods. It also does
204 // some basic sanity checks that the obsolete method is sane.
222 // Returns true if we successfully installed obsolete methods on this thread, fillin
    [all...]
  /external/oj-libjdwp/src/share/back/
util.c 1780 jboolean obsolete = JNI_TRUE; local
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 2902 uint32_t obsolete; \/* struct objc_method_list * (32-bit pointer) *\/ member in struct:objc_method_list_t
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
MachODump.cpp 3301 uint32_t obsolete; \/* struct objc_method_list * (32-bit pointer) *\/ member in struct:objc_method_list_t
    [all...]
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 862 milliseconds