HomeSort by relevance Sort by last modified time
    Searched defs:class_type (Results 1 - 16 of 16) sorted by null

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/utilities/meta/meta.type.synop/
meta.unary.comp.pass.cpp 17 struct class_type {}; struct
50 typedef class_type T;
55 typedef class_type T;
88 typedef int class_type::*T;
meta.unary.cat.pass.cpp 17 struct class_type {}; struct
112 typedef int class_type::*T;
123 typedef void(class_type::*T)();
156 typedef class_type T;
  /art/runtime/
method_handles_test.cc 52 ObjPtr<mirror::Class> class_type = mirror::Class::GetJavaLangClass(); local
53 ObjPtr<mirror::Class> class_array_type = cl->FindArrayClass(self, &class_type);
class_linker.cc 2130 ObjPtr<mirror::Class> class_type = mirror::Class::GetJavaLangClass(); local
8195 ObjPtr<mirror::Class> class_type = mirror::Class::GetJavaLangClass(); local
8293 ObjPtr<mirror::Class> class_type = mirror::Class::GetJavaLangClass(); local
8472 ObjPtr<mirror::Class> class_type = mirror::Class::GetJavaLangClass(); local
    [all...]
  /art/runtime/mirror/
method_type_test.cc 56 ObjPtr<mirror::Class> class_type = mirror::Class::GetJavaLangClass(); local
57 mirror::Class* class_array_type = class_linker->FindArrayClass(self, &class_type);
method_type.cc 52 ObjPtr<Class> class_type = Class::GetJavaLangClass(); local
54 Runtime::Current()->GetClassLinker()->FindArrayClass(self, &class_type);
var_handle_test.cc 236 ObjPtr<mirror::Class> class_type = mirror::Class::GetJavaLangClass(); local
237 ObjPtr<mirror::Class> array_of_class = class_linker->FindArrayClass(self, &class_type);
    [all...]
var_handle.cc 288 ObjPtr<mirror::Class> class_type = mirror::Class::GetJavaLangClass(); local
289 ObjPtr<mirror::Class> array_of_class = class_linker->FindArrayClass(self, &class_type);
    [all...]
  /system/core/libunwindstack/include/unwindstack/
Elf.h 85 uint8_t class_type() { return class_type_; } function in class:unwindstack::Elf
  /system/core/libunwindstack/
Elf.cpp 206 uint8_t class_type; local
207 if (!memory->ReadFully(EI_CLASS, &class_type, 1)) {
210 if (class_type == ELFCLASS32) {
212 } else if (class_type == ELFCLASS64) {
296 uint8_t class_type; local
297 if (!memory->Read(EI_CLASS, &class_type, 1)) {
301 if (class_type == ELFCLASS32) {
303 } else if (class_type == ELFCLASS64) {
  /art/dexlayout/
dex_ir.cc 363 const TypeId* class_type = GetTypeId(disk_class_def.class_idx_.index_); local
385 ClassDef* class_def = new ClassDef(class_type, access_flags, superclass, interfaces_type_list,
    [all...]
  /external/selinux/libsepol/cil/src/
cil_write_ast.c 438 char *class_type = (node->flavor == CIL_CLASS) ? CIL_KEY_CLASS : CIL_KEY_COMMON; local
441 fprintf(cil_out, "(%s %s ", class_type, datum->name);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Demangle/
ItaniumDemangle.cpp 1468 auto class_type = std::move(db.names.back()); local
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
cxa_demangle.cpp 1863 auto class_type = std::move(db.names.back()); local
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
stabs.c 2769 debug_type class_type, return_type; local
4692 debug_type class_type = DEBUG_TYPE_NULL; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
cp-tree.h 994 tree class_type; variable
4093 class_type, \/* "class" types. *\/ enumerator in enum:tag_types
4879 tree class_type; member in struct:cp_declarator::__anon63390::__anon63394
    [all...]

Completed in 459 milliseconds