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

  /art/runtime/
monitor.cc 302 ArtMethod* owners_method,
308 if (owners_method != nullptr) {
309 TranslateLocation(owners_method, owners_dex_pc, &owners_filename, &owners_line_number);
313 if (owners_method != nullptr) {
314 oss << " at " << owners_method->PrettyMethod();
353 ArtMethod* owners_method = locking_method_; local
369 owners_method,
427 if (wait_ms > kLongWaitMs && owners_method != nullptr) {
434 owners_method,
442 TranslateLocation(owners_method,
    [all...]
monitor.h 225 ArtMethod* owners_method,

Completed in 790 milliseconds