Searched refs:class_byte_count (Results 1 – 3 of 3) sorted by relevance
348 current_dex_file_ = art::ArrayRef<const unsigned char>(def.class_bytes, def.class_byte_count); in Init()349 dex_data_ = art::ArrayRef<const unsigned char>(def.class_bytes, def.class_byte_count); in Init()
632 jvmtiClassDefinition{ .klass = klass, .class_byte_count = data_size, .class_bytes = data }); in StructurallyRedefineClassDirect()
606 jint class_byte_count; member