HomeSort by relevance Sort by last modified time
    Searched full:temp_classes (Results 1 - 1 of 1) sorted by null

  /art/runtime/openjdkjvmti/
ti_class.cc 361 // the fixup stage must not be holding the temp_classes lock when it fixes up the system
367 temp_classes.push_back(global_klass);
377 if (temp_classes.empty()) {
381 for (auto it = temp_classes.begin(); it != temp_classes.end(); ++it) {
384 temp_classes.erase(it);
563 std::vector<jclass> temp_classes; member in struct:openjdkjvmti::ClassCallback
    [all...]

Completed in 199 milliseconds