Lines Matching refs:INFO
104 LOG(INFO) << "Found " << n_ext << " extension functions"; in SetupJvmtiEnv()
107 LOG(INFO) << info.id; in SetupJvmtiEnv()
108 LOG(INFO) << "\tdesc: " << info.short_description; in SetupJvmtiEnv()
109 LOG(INFO) << "\targuments: (count: " << info.param_count << ")"; in SetupJvmtiEnv()
112 LOG(INFO) << "\t\t" << param; in SetupJvmtiEnv()
114 LOG(INFO) << "\tErrors: (count: " << info.error_count << ")"; in SetupJvmtiEnv()
118 LOG(INFO) << "\t\t" << name; in SetupJvmtiEnv()
130 LOG(INFO) << "Found " << n_ext << " extension events"; in SetupJvmtiEnv()
133 LOG(INFO) << info.id; in SetupJvmtiEnv()
134 LOG(INFO) << "\tindex: " << info.extension_event_index; in SetupJvmtiEnv()
135 LOG(INFO) << "\tdesc: " << info.short_description; in SetupJvmtiEnv()
136 LOG(INFO) << "\tevent arguments: (count: " << info.param_count << ")"; in SetupJvmtiEnv()
139 LOG(INFO) << "\t\t" << param; in SetupJvmtiEnv()