HomeSort by relevance Sort by last modified time
    Searched refs:type_index (Results 1 - 25 of 47) sorted by null

1 2

  /external/libcxx/test/std/utilities/type.index/type.index.overview/
copy_ctor.pass.cpp 12 // class type_index
14 // type_index(const type_index& ti);
21 std::type_index t1(typeid(int));
22 std::type_index t2 = t1;
copy_assign.pass.cpp 12 // class type_index
14 // type_index& operator=(const type_index& ti);
21 std::type_index t1(typeid(int));
22 std::type_index t2(typeid(double));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/type.index/type.index.overview/
copy_ctor.pass.cpp 12 // class type_index
14 // type_index(const type_index& ti);
21 std::type_index t1(typeid(int));
22 std::type_index t2 = t1;
copy_assign.pass.cpp 12 // class type_index
14 // type_index& operator=(const type_index& ti);
21 std::type_index t1(typeid(int));
22 std::type_index t2(typeid(double));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/type.index/type.index.members/
ctor.pass.cpp 12 // class type_index
14 // type_index(const type_info& rhs);
21 std::type_index t1 = typeid(int);
eq.pass.cpp 12 // class type_index
14 // bool operator==(const type_index& rhs) const;
15 // bool operator!=(const type_index& rhs) const;
22 std::type_index t1 = typeid(int);
23 std::type_index t2 = typeid(int);
24 std::type_index t3 = typeid(long);
lt.pass.cpp 12 // class type_index
14 // bool operator< (const type_index& rhs) const;
15 // bool operator<=(const type_index& rhs) const;
16 // bool operator> (const type_index& rhs) const;
17 // bool operator>=(const type_index& rhs) const;
24 std::type_index t1 = typeid(int);
25 std::type_index t2 = typeid(int);
26 std::type_index t3 = typeid(long);
hash_code.pass.cpp 12 // class type_index
22 std::type_index t1 = typeid(int);
name.pass.cpp 12 // class type_index
23 std::type_index t1 = typeid(int);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/type.index/type.index.hash/
hash.pass.cpp 12 // class type_index
15 // struct hash<type_index>
16 // : public unary_function<type_index, size_t>
18 // size_t operator()(type_index index) const;
26 std::type_index t1 = typeid(int);
27 assert(std::hash<std::type_index>()(t1) == t1.hash_code());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/type.index/type.index.synopsis/
hash_type_index.pass.cpp 12 // struct hash<type_index>
13 // : public unary_function<type_index, size_t>
15 // size_t operator()(type_index index) const;
23 static_assert((std::is_base_of<std::unary_function<std::type_index, std::size_t>,
24 std::hash<std::type_index> >::value), "");
  /external/libcxx/test/std/utilities/type.index/type.index.hash/
hash.pass.cpp 12 // class type_index
15 // struct hash<type_index>
16 // : public unary_function<type_index, size_t>
18 // size_t operator()(type_index index) const;
26 typedef std::hash<std::type_index> H;
27 static_assert((std::is_same<typename H::argument_type, std::type_index>::value), "" );
30 std::type_index t1 = typeid(int);
31 assert(std::hash<std::type_index>()(t1) == t1.hash_code());
  /external/libcxx/test/std/utilities/type.index/type.index.members/
eq.pass.cpp 12 // class type_index
14 // bool operator==(const type_index& rhs) const;
15 // bool operator!=(const type_index& rhs) const;
22 std::type_index t1 = typeid(int);
23 std::type_index t2 = typeid(int);
24 std::type_index t3 = typeid(long);
lt.pass.cpp 12 // class type_index
14 // bool operator< (const type_index& rhs) const;
15 // bool operator<=(const type_index& rhs) const;
16 // bool operator> (const type_index& rhs) const;
17 // bool operator>=(const type_index& rhs) const;
24 std::type_index t1 = typeid(int);
25 std::type_index t2 = typeid(int);
26 std::type_index t3 = typeid(long);
ctor.pass.cpp 12 // class type_index
14 // type_index(const type_info& rhs);
23 std::type_index t1(info);
hash_code.pass.cpp 12 // class type_index
22 std::type_index t1 = typeid(int);
name.pass.cpp 12 // class type_index
23 std::type_index t1 = typeid(int);
  /external/libcxx/test/std/utilities/type.index/type.index.synopsis/
hash_type_index.pass.cpp 12 // struct hash<type_index>
13 // : public unary_function<type_index, size_t>
15 // size_t operator()(type_index index) const;
23 typedef std::hash<std::type_index> H;
24 static_assert((std::is_same<typename H::argument_type, std::type_index>::value), "" );
  /art/runtime/native/
java_lang_DexCache.cc 52 static jobject DexCache_getResolvedType(JNIEnv* env, jobject javaDexCache, jint type_index) {
55 CHECK_LT(static_cast<size_t>(type_index), dex_cache->NumResolvedTypes());
56 return soa.AddLocalReference<jobject>(dex_cache->GetResolvedType(type_index));
66 static void DexCache_setResolvedType(JNIEnv* env, jobject javaDexCache, jint type_index,
70 CHECK_LT(static_cast<size_t>(type_index), dex_cache->NumResolvedTypes());
71 dex_cache->SetResolvedType(type_index, soa.Decode<mirror::Class*>(type));
  /art/compiler/optimizing/
instruction_builder.h 101 bool NeedsAccessCheck(uint32_t type_index,
105 bool NeedsAccessCheck(uint32_t type_index, /*out*/bool* finalizable) const;
177 uint32_t type_index,
206 uint16_t type_index,
218 // Returns whether `type_index` points to the outer-most compiling method's class.
219 bool IsOutermostCompilingClass(uint16_t type_index) const;
258 bool BuildNewInstance(uint16_t type_index, uint32_t dex_pc);
instruction_builder.cc 2420 uint16_t type_index = instruction.VRegC_22c(); local
2438 uint32_t type_index = instruction.VRegB_35c(); local
2447 uint32_t type_index = instruction.VRegB_3rc(); local
2604 uint16_t type_index = instruction.VRegB_21c(); local
2646 uint16_t type_index = instruction.VRegC_22c(); local
2653 uint16_t type_index = instruction.VRegB_21c(); local
    [all...]
  /external/v8/test/mjsunit/wasm/
wasm-module-builder.js 76 constructor(name, type_index) {
78 this.type_index = type_index;
142 let type_index = (typeof type) == "number" ? type : this.addType(type);
143 let func = new WasmFunctionBuilder(name, type_index);
150 let type_index = (typeof type) == "number" ? type : this.addType(type);
151 this.imports.push({module: module, name: name, type: type_index});
220 section.emit_varint(func.type_index);
  /toolchain/binutils/binutils-2.25/binutils/
wrstabs.c 151 long type_index; member in struct:stab_write_handle
495 info.type_index = 1;
594 tindex = info->type_index;
595 ++info->type_index;
617 tindex = info->type_index;
618 ++info->type_index;
654 tindex = info->type_index;
655 ++info->type_index;
713 tindex = info->type_index;
714 ++info->type_index;
    [all...]
  /art/runtime/
art_method-inl.h 180 inline mirror::Class* ArtMethod::GetDexCacheResolvedType(uint32_t type_index, size_t ptr_size) {
184 if (UNLIKELY(type_index >= dex_cache->NumResolvedTypes())) {
185 ThrowArrayIndexOutOfBoundsException(type_index, dex_cache->NumResolvedTypes());
189 mirror::Class* klass = GetDexCacheResolvedTypes(ptr_size)[type_index].Read();
  /art/compiler/driver/
compiler_driver.h 247 Handle<mirror::ClassLoader> class_loader, uint16_t type_index,
453 bool IsStringTypeIndex(uint16_t type_index, const DexFile* dex_file);

Completed in 590 milliseconds

1 2