Searched defs:start_index (Results 1 - 4 of 4) sorted by relevance

/art/compiler/optimizing/
H A Dbuilder.cc341 size_t start_index = 0; local
349 start_index = 1;
353 uint32_t argument_index = start_index;
354 for (size_t i = start_index; i < number_of_vreg_arguments; i++, argument_index++) {
/art/compiler/dex/quick/arm64/
H A Dtarget_arm64.cc1043 const int start_index = skip_this ? 1 : 0; local
1120 for (int i = start_index; i <= last_mapped_in + regs_left_to_pass_via_stack; i++) {
1166 for (int i = start_index; i <= last_mapped_in; i++) {
/art/runtime/
H A Dutils.cc927 unsigned int start_index = 0; local
931 while (start_index < s.size()) {
932 if (!isspace(s[start_index])) {
935 start_index++;
939 while (end_index >= start_index) {
947 if (end_index < start_index) {
951 return s.substr(start_index, end_index - start_index + 1);
/art/compiler/dex/quick/x86/
H A Dtarget_x86.cc2601 const int start_index = skip_this ? 1 : 0; local
2755 for (int i = start_index;
2791 for (int i = start_index; i <= last_mapped_in; i++) {

Completed in 301 milliseconds