Home
last modified time | relevance | path

Searched refs:GetMaxMappedIn (Results 1 – 4 of 4) sorted by relevance

/art/compiler/dex/quick/arm64/
Dcodegen_arm64.h51 int GetMaxMappedIn() { return max_mapped_in_; } in GetMaxMappedIn() function
Dtarget_arm64.cc1049 const int last_mapped_in = in_to_reg_storage_mapping.GetMaxMappedIn(); in GenDalvikArgsRange()
/art/compiler/dex/quick/x86/
Dcodegen_x86.h52 int GetMaxMappedIn() { return max_mapped_in_; } in GetMaxMappedIn() function
Dtarget_x86.cc2607 const int last_mapped_in = in_to_reg_storage_mapping.GetMaxMappedIn(); in GenDalvikArgsRange()