Home
last modified time | relevance | path

Searched defs:GetPreHeader (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libdexfile/dex/
Dcompact_dex_file.h191 ALWAYS_INLINE uint16_t* GetPreHeader() { in GetPreHeader() function
195 ALWAYS_INLINE const uint16_t* GetPreHeader() const { in GetPreHeader() function
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libdexfile/dex/
Dcompact_dex_file.h193 ALWAYS_INLINE uint16_t* GetPreHeader() { in GetPreHeader() function
197 ALWAYS_INLINE const uint16_t* GetPreHeader() const { in GetPreHeader() function
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libdexfile/dex/
Dcompact_dex_file.h191 ALWAYS_INLINE uint16_t* GetPreHeader() { in GetPreHeader() function
195 ALWAYS_INLINE const uint16_t* GetPreHeader() const { in GetPreHeader() function
/aosp_15_r20/art/libdexfile/dex/
H A Dcompact_dex_file.h193 ALWAYS_INLINE uint16_t* GetPreHeader() { in GetPreHeader() function
197 ALWAYS_INLINE const uint16_t* GetPreHeader() const { in GetPreHeader() function
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libdexfile/dex/
Dcompact_dex_file.h193 ALWAYS_INLINE uint16_t* GetPreHeader() { in GetPreHeader() function
197 ALWAYS_INLINE const uint16_t* GetPreHeader() const { in GetPreHeader() function
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libdexfile/dex/
Dcompact_dex_file.h193 ALWAYS_INLINE uint16_t* GetPreHeader() { in GetPreHeader() function
197 ALWAYS_INLINE const uint16_t* GetPreHeader() const { in GetPreHeader() function
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libdexfile/dex/
Dcompact_dex_file.h193 ALWAYS_INLINE uint16_t* GetPreHeader() { in GetPreHeader() function
197 ALWAYS_INLINE const uint16_t* GetPreHeader() const { in GetPreHeader() function
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libdexfile/dex/
Dcompact_dex_file.h193 ALWAYS_INLINE uint16_t* GetPreHeader() { in GetPreHeader() function
197 ALWAYS_INLINE const uint16_t* GetPreHeader() const { in GetPreHeader() function
/aosp_15_r20/art/compiler/optimizing/
H A Dbounds_check_elimination.cc1809 HBasicBlock* GetPreHeader(HLoopInformation* loop, HInstruction* instruction) { in GetPreHeader() function in art::BCEVisitor
H A Dnodes.cc966 HBasicBlock* HLoopInformation::GetPreHeader() const { in GetPreHeader() function in art::HLoopInformation