Home
last modified time | relevance | path

Searched refs:class_byte_count (Results 1 – 2 of 2) sorted by relevance

/art/openjdkjvmti/
Dti_class_definition.cc348 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()
/art/openjdkjvmti/include/
Djvmti.h606 jint class_byte_count; member