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

  /art/runtime/verifier/
method_verifier.h 287 * The "new_instance_count_" and "monitor_enter_count_" fields in vdata are also set.
724 size_t monitor_enter_count_; member in class:art::verifier::MethodVerifier
method_verifier.cc 307 monitor_enter_count_(0),
523 monitor_enter_count_ = monitor_enter_count;
    [all...]

Completed in 173 milliseconds