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

  /external/clang/test/SemaTemplate/
recovery-crash.cpp 40 template <typename> class ArraySlice {};
43 void MemberFunction(ArraySlice<Foo>, int);
44 template <class T> void MemberFuncTemplate(ArraySlice<T>, int);
46 void NonTemplateClass::MemberFunction(ArraySlice<Foo> resource_data,
52 void NonTemplateClass::MemberFuncTemplate(ArraySlice<T> resource_data, int) {
  /art/runtime/base/
array_slice.h 28 // An ArraySlice is an abstraction over an array or a part of an array of a particular type. It does
31 class ArraySlice {
34 ArraySlice() : array_(nullptr), size_(0), element_size_(0) {}
38 ArraySlice(T* array,
50 ArraySlice(T* array,
68 ArraySlice(LengthPrefixedArray<T>* array,
  /art/runtime/mirror/
class-inl.h 83 inline ArraySlice<ArtMethod> Class::GetDirectMethodsSlice(size_t pointer_size) {
89 inline ArraySlice<ArtMethod> Class::GetDirectMethodsSliceUnchecked(size_t pointer_size) {
90 return ArraySlice<ArtMethod>(GetMethodsPtr(),
98 inline ArraySlice<ArtMethod> Class::GetDeclaredMethodsSlice(size_t pointer_size) {
104 inline ArraySlice<ArtMethod> Class::GetDeclaredMethodsSliceUnchecked(size_t pointer_size) {
105 return ArraySlice<ArtMethod>(GetMethodsPtr(),
112 inline ArraySlice<ArtMethod> Class::GetDeclaredVirtualMethodsSlice(size_t pointer_size) {
118 inline ArraySlice<ArtMethod> Class::GetDeclaredVirtualMethodsSliceUnchecked(size_t pointer_size) {
119 return ArraySlice<ArtMethod>(GetMethodsPtr(),
127 inline ArraySlice<ArtMethod> Class::GetVirtualMethodsSlice(size_t pointer_size)
    [all...]
class.h 44 template<typename T> class ArraySlice;
730 ALWAYS_INLINE ArraySlice<ArtMethod> GetDirectMethodsSlice(size_t pointer_size)
746 ALWAYS_INLINE ArraySlice<ArtMethod> GetMethodsSlice(size_t pointer_size)
750 ALWAYS_INLINE ArraySlice<ArtMethod> GetDeclaredMethodsSlice(size_t pointer_size)
    [all...]
  /external/v8/test/mjsunit/es6/
array-length.js 106 // ArraySlice
  /external/v8/src/
builtins.h 64 V(ArraySlice, kNone) \
builtins.cc 451 BUILTIN(ArraySlice) {
    [all...]
  /external/v8/src/js/
array.js 762 function ArraySlice(start, end) {
    [all...]
  /external/chromium-trace/catapult/third_party/polymer/components/polymer/
polymer.js     [all...]
  /external/chromium-trace/catapult/tracing/third_party/components/polymer/
polymer.js     [all...]
  /art/runtime/
class_linker.cc     [all...]

Completed in 212 milliseconds