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

  /art/openjdkjvmti/
ti_stack.cc 619 art::ArtField* started_field = klass->FindDeclaredInstanceField("started", "Z"); local
620 CHECK(started_field != nullptr);
621 bool started = started_field->GetBoolean(peer) != 0;
    [all...]
ti_thread.cc 566 art::ArtField* started_field = thread_klass->FindDeclaredInstanceField("started", "Z"); local
567 CHECK(started_field != nullptr);
568 bool started = started_field->GetBoolean(peer.Get()) != 0;
    [all...]

Completed in 120 milliseconds