Lines Matching refs:klass

605     jclass klass;  member
743 jclass klass);
749 jclass klass);
1221 jclass klass,
1226 jclass klass,
1231 jclass klass,
1236 jclass klass,
1241 jclass klass,
1255 jclass klass,
1261 jclass klass,
1266 jclass klass,
1271 jclass klass,
1276 jclass klass,
1282 jclass klass,
1288 jclass klass,
1294 jclass klass,
1299 jclass klass,
1304 jclass klass,
1319 jclass klass,
1327 jclass klass,
1333 jclass klass,
1339 jclass klass,
1475 jclass klass,
1581 jclass klass,
1600 jclass klass,
1608 jclass klass,
1730 jclass klass,
1736 jclass klass,
1972 jclass klass, in FollowReferences()
1976 …return functions->FollowReferences(this, heap_filter, klass, initial_object, callbacks, user_data); in FollowReferences()
1980 jclass klass, in IterateThroughHeap()
1983 return functions->IterateThroughHeap(this, heap_filter, klass, callbacks, user_data); in IterateThroughHeap()
2027 jvmtiError IterateOverInstancesOfClass(jclass klass, in IterateOverInstancesOfClass()
2031 …return functions->IterateOverInstancesOfClass(this, klass, object_filter, heap_object_callback, us… in IterateOverInstancesOfClass()
2120 jvmtiError SetFieldAccessWatch(jclass klass, in SetFieldAccessWatch()
2122 return functions->SetFieldAccessWatch(this, klass, field); in SetFieldAccessWatch()
2125 jvmtiError ClearFieldAccessWatch(jclass klass, in ClearFieldAccessWatch()
2127 return functions->ClearFieldAccessWatch(this, klass, field); in ClearFieldAccessWatch()
2130 jvmtiError SetFieldModificationWatch(jclass klass, in SetFieldModificationWatch()
2132 return functions->SetFieldModificationWatch(this, klass, field); in SetFieldModificationWatch()
2135 jvmtiError ClearFieldModificationWatch(jclass klass, in ClearFieldModificationWatch()
2137 return functions->ClearFieldModificationWatch(this, klass, field); in ClearFieldModificationWatch()
2151 jvmtiError GetClassSignature(jclass klass, in GetClassSignature()
2154 return functions->GetClassSignature(this, klass, signature_ptr, generic_ptr); in GetClassSignature()
2157 jvmtiError GetClassStatus(jclass klass, in GetClassStatus()
2159 return functions->GetClassStatus(this, klass, status_ptr); in GetClassStatus()
2162 jvmtiError GetSourceFileName(jclass klass, in GetSourceFileName()
2164 return functions->GetSourceFileName(this, klass, source_name_ptr); in GetSourceFileName()
2167 jvmtiError GetClassModifiers(jclass klass, in GetClassModifiers()
2169 return functions->GetClassModifiers(this, klass, modifiers_ptr); in GetClassModifiers()
2172 jvmtiError GetClassMethods(jclass klass, in GetClassMethods()
2175 return functions->GetClassMethods(this, klass, method_count_ptr, methods_ptr); in GetClassMethods()
2178 jvmtiError GetClassFields(jclass klass, in GetClassFields()
2181 return functions->GetClassFields(this, klass, field_count_ptr, fields_ptr); in GetClassFields()
2184 jvmtiError GetImplementedInterfaces(jclass klass, in GetImplementedInterfaces()
2187 return functions->GetImplementedInterfaces(this, klass, interface_count_ptr, interfaces_ptr); in GetImplementedInterfaces()
2190 jvmtiError GetClassVersionNumbers(jclass klass, in GetClassVersionNumbers()
2193 return functions->GetClassVersionNumbers(this, klass, minor_version_ptr, major_version_ptr); in GetClassVersionNumbers()
2196 jvmtiError GetConstantPool(jclass klass, in GetConstantPool()
2200 …return functions->GetConstantPool(this, klass, constant_pool_count_ptr, constant_pool_byte_count_p… in GetConstantPool()
2203 jvmtiError IsInterface(jclass klass, in IsInterface()
2205 return functions->IsInterface(this, klass, is_interface_ptr); in IsInterface()
2208 jvmtiError IsArrayClass(jclass klass, in IsArrayClass()
2210 return functions->IsArrayClass(this, klass, is_array_class_ptr); in IsArrayClass()
2213 jvmtiError IsModifiableClass(jclass klass, in IsModifiableClass()
2215 return functions->IsModifiableClass(this, klass, is_modifiable_class_ptr); in IsModifiableClass()
2218 jvmtiError GetClassLoader(jclass klass, in GetClassLoader()
2220 return functions->GetClassLoader(this, klass, classloader_ptr); in GetClassLoader()
2223 jvmtiError GetSourceDebugExtension(jclass klass, in GetSourceDebugExtension()
2225 return functions->GetSourceDebugExtension(this, klass, source_debug_extension_ptr); in GetSourceDebugExtension()
2253 jvmtiError GetFieldName(jclass klass, in GetFieldName()
2258 return functions->GetFieldName(this, klass, field, name_ptr, signature_ptr, generic_ptr); in GetFieldName()
2261 jvmtiError GetFieldDeclaringClass(jclass klass, in GetFieldDeclaringClass()
2264 return functions->GetFieldDeclaringClass(this, klass, field, declaring_class_ptr); in GetFieldDeclaringClass()
2267 jvmtiError GetFieldModifiers(jclass klass, in GetFieldModifiers()
2270 return functions->GetFieldModifiers(this, klass, field, modifiers_ptr); in GetFieldModifiers()
2273 jvmtiError IsFieldSynthetic(jclass klass, in IsFieldSynthetic()
2276 return functions->IsFieldSynthetic(this, klass, field, is_synthetic_ptr); in IsFieldSynthetic()