Home
last modified time | relevance | path

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

/art/compiler/dex/quick/arm64/
Dcodegen_arm64.h48 InToRegStorageMapping() : max_mapped_in_(0), is_there_stack_mapped_(false), in InToRegStorageMapping()
51 int GetMaxMappedIn() { return max_mapped_in_; } in GetMaxMappedIn()
57 int max_mapped_in_; variable
Dtarget_arm64.cc835 max_mapped_in_ = -1; in Initialize()
847 max_mapped_in_ = std::max(max_mapped_in_, in_position); in Initialize()
/art/compiler/dex/quick/x86/
Dcodegen_x86.h49 InToRegStorageMapping() : max_mapped_in_(0), is_there_stack_mapped_(false), in InToRegStorageMapping()
52 int GetMaxMappedIn() { return max_mapped_in_; } in GetMaxMappedIn()
58 int max_mapped_in_; variable
Dtarget_x86.cc2408 max_mapped_in_ = -1; in Initialize()
2415 max_mapped_in_ = std::max(max_mapped_in_, in_position); in Initialize()