Searched defs:class_table (Results 1 – 3 of 3) sorted by relevance
99 ClassDef class_table () throws IOException in class_table() method in ClassDefParser.classParser
269 private final Map<String, Index> class_table = new HashMap<>(); field in ConstantPoolGen
3192 ClassTable *class_table = Isolate::Current()->class_table(); in LoadAllocationStatsAddress() local