Home
last modified time | relevance | path

Searched refs:indices (Results 1 – 3 of 3) sorted by relevance

/art/runtime/jit/
Dprofile_saver.cc452 const MethodReferenceCollection::IndexVector& indices = pair.second; in FetchAndCacheResolvedClassesAndMethods() local
456 << " indices size=" << indices.size(); in FetchAndCacheResolvedClassesAndMethods()
463 indices.begin(), in FetchAndCacheResolvedClassesAndMethods()
464 indices.end()); in FetchAndCacheResolvedClassesAndMethods()
470 const MethodReferenceCollection::IndexVector& indices = pair.second; in FetchAndCacheResolvedClassesAndMethods() local
473 << " indices size=" << indices.size(); in FetchAndCacheResolvedClassesAndMethods()
477 indices.begin(), in FetchAndCacheResolvedClassesAndMethods()
478 indices.end()); in FetchAndCacheResolvedClassesAndMethods()
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S2721 # No explicit null check for variable indices or large constant indices/offsets
2756 # Entry points for offsets/indices not fitting into int16_t and for variable indices.
2778 # Entry points for offsets/indices fitting into int16_t.
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S2929 # No explicit null check for variable indices or large constant indices/offsets
2976 # Entry points for offsets/indices not fitting into int16_t and for variable indices.
2999 # Entry points for offsets/indices fitting into int16_t.