Home
last modified time | relevance | path

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

/art/compiler/dex/
Dtype_inference.h359 struct SplitSRegData { struct
360 int32_t current_mod_s_reg;
361 int32_t* starting_mod_s_reg; // Indexed by BasicBlock::id.
362 int32_t* ending_mod_s_reg; // Indexed by BasicBlock::id.
388 SplitSRegData* GetSplitSRegData(int32_t s_reg); argument