HomeSort by relevance Sort by last modified time
    Searched defs:self_ (Results 26 - 35 of 35) sorted by null

12

  /art/runtime/mirror/
class.cc 1199 Thread* const self_; member in class:art::mirror::CopyClassVisitor
    [all...]
  /art/runtime/
monitor.cc 402 ScopedAssertNotHeld(Thread* self, Mutex& mu) : self_(self), mu_(mu) {
403 mu_.AssertNotHeld(self_);
407 mu_.AssertNotHeld(self_);
411 Thread* const self_; member in class:art::ScopedAssertNotHeld
1653 Thread* const self_; member in class:art::MonitorDeflateVisitor
    [all...]
thread.h 1835 Thread* self_; member in class:art::ScopedAssertNoThreadSuspension
1851 Thread* const self_; member in class:art::ScopedStackedShadowFramePusher
1868 Thread* const self_; member in class:art::ScopedDebugDisallowReadBarriers
1888 Thread* const self_; member in class:art::ScopedTransitioningToRunnable
    [all...]
thread.cc 2377 Thread* const self_; member in class:MonitorExitVisitor
2786 Thread* const self_; member in class:BuildInternalStackTraceVisitor
    [all...]
class_linker.cc 1324 const Thread* self_; member in class:art::CHAOnDeleteUpdateClassVisitor
7518 Thread* const self_; member in class:ClassLinker::LinkInterfaceMethodsHelper
    [all...]
  /external/tensorflow/tensorflow/contrib/verbs/
rdma.h 420 inline const RdmaAddress& self() { return self_; }
456 RdmaAddress self_; member in class:tensorflow::RdmaChannel
488 inline ibv_mr* self() const { return self_; }
516 ibv_mr* self_ = nullptr; member in class:tensorflow::RdmaMessageBuffer
  /art/compiler/optimizing/
inliner.cc 327 self_(self),
338 Runtime::Current()->GetJit()->GetCodeCache()->DoneCompilerUse(method_, self_);
346 Thread* const self_; member in class:art::ScopedProfilingInfoInlineUse
    [all...]
  /art/dex2oat/driver/
compiler_driver.cc 1287 Thread* const self_; member in class:art::ClinitImageUpdate
    [all...]
  /art/runtime/gc/collector/
concurrent_copying.cc 763 explicit GrayImmuneObjectVisitor(Thread* self) : self_(self) {}
768 Locks::mutator_lock_->AssertSharedHeld(self_);
773 Locks::mutator_lock_->AssertExclusiveHeld(self_);
784 Thread* const self_; member in class:art::gc::collector::ConcurrentCopying::GrayImmuneObjectVisitor
946 Thread* const self_; member in class:art::gc::collector::ConcurrentCopying::CaptureRootsForMarkingVisitor
    [all...]
  /art/runtime/gc/
heap.cc 3087 Thread* const self_; member in class:art::gc::VerifyReferenceVisitor
3119 Thread* const self_; member in class:art::gc::VerifyObjectVisitor
    [all...]

Completed in 1643 milliseconds

12