HomeSort by relevance Sort by last modified time
    Searched defs:ClassReference (Results 1 - 3 of 3) sorted by null

  /art/libdexfile/dex/
class_reference.h 30 class ClassReference : public DexFileReference {
32 ClassReference(const DexFile* file, uint32_t class_def_idx)
  /art/libprofile/profile/
profile_compilation_info.h 120 struct ClassReference : public ValueObject {
121 ClassReference(uint8_t dex_profile_idx, const dex::TypeIndex type_idx) :
124 bool operator==(const ClassReference& other) const {
127 bool operator<(const ClassReference& other) const {
138 using ClassSet = ArenaSet<ClassReference>;
147 classes(std::less<ClassReference>(), allocator->Adapter(kArenaAllocProfile)) {}
229 // The dex_references vector is indexed according to the ClassReference::dex_profile_index.
230 // i.e. the dex file of any ClassReference present in the inline caches can be found at
231 // dex_references[ClassReference::dex_profile_index].
563 // The profile index of this dex file (matches ClassReference#dex_profile_index)
    [all...]
  /external/kotlinc/lib/
kotlin-stdlib.jar 

Completed in 110 milliseconds