HomeSort by relevance Sort by last modified time
    Searched refs:rsEnd (Results 1 - 9 of 9) sorted by null

  /frameworks/compile/mclinker/lib/LD/
GarbageCollection.cpp 129 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd();
130 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) {
348 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd();
349 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) {
ELFObjectReader.cpp 307 LDContext::sect_iterator rs, rsEnd = pInput.context()->relocSectEnd();
308 for (rs = pInput.context()->relocSectBegin(); rs != rsEnd; ++rs) {
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 586 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd();
587 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) {
790 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd();
791 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 563 rsEnd = (*input)->context()->relocSectEnd();
564 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) {
826 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd();
827 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp 379 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd();
380 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) {
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
UT_reduce.java 59 rsEnd = myRsEnd;
77 private long rsEnd = -1;
86 return rsEnd - rsStart;
90 return rsEnd - kernelStart;
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_reduce.java 61 rsEnd = myRsEnd;
79 private long rsEnd = -1;
88 return rsEnd - rsStart;
92 return rsEnd - kernelStart;
    [all...]
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 554 LDContext::sect_iterator rs, rsEnd = (*input)->context()->relocSectEnd();
555 for (rs = (*input)->context()->relocSectBegin(); rs != rsEnd; ++rs) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 1649 milliseconds