Searched defs:target_type (Results 1 - 12 of 12) sorted by relevance

/external/v8/src/compiler/
H A Dc-linkage.cc230 MachineType target_type = MachineType::Pointer(); local
231 LinkageLocation target_loc = LinkageLocation::ForAnyRegister(target_type);
239 target_type, // target MachineType
H A Dwasm-linkage.cc305 MachineType target_type = MachineType::AnyTagged(); local
306 LinkageLocation target_loc = LinkageLocation::ForAnyRegister(target_type);
310 target_type, // target MachineType
H A Dlinkage.cc268 MachineType target_type = MachineType::AnyTagged(); local
273 target_type, // target MachineType
318 MachineType target_type = MachineType::AnyTagged(); local
326 target_type, // target MachineType
384 MachineType target_type = MachineType::AnyTagged(); local
389 target_type, // target MachineType
410 MachineType target_type = MachineType::AnyTagged(); local
415 target_type, // target MachineType
451 MachineType target_type = MachineType::Pointer(); local
452 LinkageLocation target_loc = LinkageLocation::ForAnyRegister(target_type);
[all...]
H A Djs-create-lowering.cc235 Type* const target_type = NodeProperties::GetType(target); local
240 if (target_type->IsHeapConstant() && new_target_type->IsHeapConstant() &&
243 Handle<JSFunction>::cast(target_type->AsHeapConstant()->Value());
H A Dlinkage.h196 CallDescriptor(Kind kind, MachineType target_type, LinkageLocation target_loc, argument
203 target_type_(target_type),
H A Djs-typed-lowering.cc1833 Type* target_type = NodeProperties::GetType(target); local
1839 if (target_type->IsHeapConstant() &&
1840 target_type->AsHeapConstant()->Value()->IsJSFunction()) {
1842 Handle<JSFunction>::cast(target_type->AsHeapConstant()->Value());
1883 if (target_type->Is(Type::Function())) {
1909 Type* target_type = NodeProperties::GetType(target); local
1924 if (target_type->IsHeapConstant() &&
1925 target_type->AsHeapConstant()->Value()->IsJSFunction()) {
1927 Handle<JSFunction>::cast(target_type->AsHeapConstant()->Value());
1992 if (target_type
[all...]
/external/selinux/libsepol/include/sepol/policydb/
H A Davtab.h52 uint16_t target_type; member in struct:avtab_key
H A Dpolicydb.h222 uint32_t target_type; member in struct:range_trans
/external/skia/tools/skp/
H A Dwebpages_playback.py343 print '\n\n=======Uploading to %s=======\n\n' % self.gs.target_type()
357 print '\n\n=======Not Uploading to %s=======\n\n' % self.gs.target_type()
449 raise Exception('%s and %s do not exist in %s!' % (gs.target_type(),
457 def target_type(self): member in class:DataStore
474 def target_type(self): member in class:GoogleStorageDataStore
504 def target_type(self): member in class:LocalFileSystemDataStore
/external/kernel-headers/original/uapi/linux/
H A Ddm-ioctl.h169 char target_type[DM_MAX_TYPE_NAME]; member in struct:dm_target_spec
/external/ImageMagick/MagickCore/
H A Dprofile.c405 const cmsHPROFILE target_profile,const cmsUInt32Number target_type,
426 source_type,target_profile,target_type,intent,flags);
894 target_type;
991 target_type=(cmsUInt32Number) TYPE_CMYK_16;
998 target_type=(cmsUInt32Number) TYPE_Lab_16;
1005 target_type=(cmsUInt32Number) TYPE_GRAY_16;
1012 target_type=(cmsUInt32Number) TYPE_YUV_16;
1019 target_type=(cmsUInt32Number) TYPE_RGB_16;
1026 target_type=(cmsUInt32Number) TYPE_XYZ_16;
1033 target_type
394 AcquireTransformThreadSet(Image *image, const cmsHPROFILE source_profile,const cmsUInt32Number source_type, const cmsHPROFILE target_profile,const cmsUInt32Number target_type, const int intent,const cmsUInt32Number flags) argument
885 target_type; local
[all...]
/external/selinux/libsepol/src/
H A Dlink.c857 type_datum_t *type, *base_type, *new_type = NULL, *target_type; local
880 target_type = hashtab_search(state->base->p_types.table, target_id);
881 if (target_type == NULL) {
893 target_type->flags |= (type->flags & TYPE_FLAGS_PERMISSIVE);
905 new_type->primary = target_type->s.value;
906 new_type->flags = target_type->flags;
925 assert(base_type->primary == target_type->s.value);
940 base_type->primary = target_type->s.value;
941 base_type->flags |= (target_type->flags & TYPE_FLAGS_PERMISSIVE);

Completed in 2953 milliseconds