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

  /external/chromium_org/base/test/
trace_event_analyzer.cc 891 size_t* return_index) {
892 DCHECK(return_index);
895 *return_index = i;
905 size_t* return_index) {
906 DCHECK(return_index);
909 *return_index = i - 1;
trace_event_analyzer.h 671 size_t* return_index);
678 size_t* return_index);
  /art/compiler/dex/quick/
dex_file_method_inliner.cc 622 uint32_t return_index = FindClassIndex(dex_file, cache, proto_def.return_type); local
623 if (return_index == kIndexNotFound) {
627 uint16_t return_type = static_cast<uint16_t>(return_index);
628 DCHECK_EQ(static_cast<uint32_t>(return_type), return_index); local
    [all...]

Completed in 2938 milliseconds