Home
last modified time | relevance | path

Searched defs:GetClassDefIndex (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/art/compiler/driver/
H A Ddex_compilation_unit.h62 uint16_t GetClassDefIndex() const { in GetClassDefIndex() function
/aosp_15_r20/art/dex2oat/
H A Ddex2oat_vdex_test.cc103 uint16_t GetClassDefIndex(const std::string& cls, const DexFile& dex_file) { in GetClassDefIndex() function in art::Dex2oatVdexTest
H A Dverifier_deps_test.cc239 uint16_t GetClassDefIndex(const std::string& cls, const DexFile& dex_file) { in GetClassDefIndex() function in art::verifier::VerifierDepsTest
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libdexfile/dex/
Dclass_accessor.h366 uint32_t GetClassDefIndex() const { in GetClassDefIndex() function
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libdexfile/dex/
Dclass_accessor.h366 uint32_t GetClassDefIndex() const { in GetClassDefIndex() function
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libdexfile/dex/
Dclass_accessor.h366 uint32_t GetClassDefIndex() const { in GetClassDefIndex() function
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libdexfile/dex/
Dclass_accessor.h369 uint32_t GetClassDefIndex() const { in GetClassDefIndex() function
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libdexfile/dex/
Dclass_accessor.h370 uint32_t GetClassDefIndex() const { in GetClassDefIndex() function
/aosp_15_r20/art/libdexfile/dex/
H A Dclass_accessor.h370 uint32_t GetClassDefIndex() const { in GetClassDefIndex() function
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libdexfile/dex/
Dclass_accessor.h369 uint32_t GetClassDefIndex() const { in GetClassDefIndex() function
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libdexfile/dex/
Dclass_accessor.h370 uint32_t GetClassDefIndex() const { in GetClassDefIndex() function
/aosp_15_r20/art/libdexfile/external/
H A Ddex_file_ext.cc118 inline bool GetClassDefIndex(uint32_t dex_offset, uint32_t* class_def_index) { in GetClassDefIndex() function