HomeSort by relevance Sort by last modified time
    Searched full:variable_locations (Results 1 - 1 of 1) sorted by null

  /art/compiler/debug/
elf_debug_loc_writer.h 97 std::vector<VariableLocation> variable_locations; local
160 if (!variable_locations.empty() &&
161 variable_locations.back().reg_lo == reg_lo &&
162 variable_locations.back().reg_hi == reg_hi &&
163 variable_locations.back().high_pc == low_pc) {
165 variable_locations.back().high_pc = high_pc;
167 variable_locations.push_back({low_pc, high_pc, reg_lo, reg_hi});
171 return variable_locations;
193 std::vector<VariableLocation> variable_locations = GetVariableLocations( local
208 for (const VariableLocation& variable_location : variable_locations) {
    [all...]

Completed in 60 milliseconds