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

  /external/v8/test/cctest/
types-fuzz.h 38 template<class Type, class TypeHandle, class Region>
134 #define DECLARE_TYPE(name, value) TypeHandle name;
138 #define DECLARE_TYPE(name, value) TypeHandle Mask##name##ForTesting;
141 TypeHandle SignedSmall;
142 TypeHandle UnsignedSmall;
144 TypeHandle ObjectClass;
145 TypeHandle ArrayClass;
146 TypeHandle NumberClass;
147 TypeHandle UninitializedClass;
149 TypeHandle SmiConstant
    [all...]
test-types.cc 95 template<class Type, class TypeHandle, class Region, class Rep>
97 typedef Types<Type, TypeHandle, Region> TypesInstance;
114 bool Equal(TypeHandle type1, TypeHandle type2) {
128 void CheckEqual(TypeHandle type1, TypeHandle type2) {
132 void CheckSub(TypeHandle type1, TypeHandle type2) {
140 void CheckSubOrEqual(TypeHandle type1, TypeHandle type2)
    [all...]
  /art/compiler/optimizing/
reference_type_propagation.h 57 ReferenceTypeInfo::TypeHandle GetObjectClassHandle();
58 ReferenceTypeInfo::TypeHandle GetClassClassHandle();
59 ReferenceTypeInfo::TypeHandle GetStringClassHandle();
60 ReferenceTypeInfo::TypeHandle GetThrowableClassHandle();
65 ReferenceTypeInfo::TypeHandle object_class_handle_;
66 ReferenceTypeInfo::TypeHandle class_class_handle_;
67 ReferenceTypeInfo::TypeHandle string_class_handle_;
68 ReferenceTypeInfo::TypeHandle throwable_class_handle_;
reference_type_propagation.cc 37 static inline ReferenceTypeInfo::TypeHandle GetRootHandle(StackHandleScopeCollection* handles,
39 ReferenceTypeInfo::TypeHandle* cache) {
56 ReferenceTypeInfo::TypeHandle ReferenceTypePropagation::HandleCache::GetObjectClassHandle() {
60 ReferenceTypeInfo::TypeHandle ReferenceTypePropagation::HandleCache::GetClassClassHandle() {
64 ReferenceTypeInfo::TypeHandle ReferenceTypePropagation::HandleCache::GetStringClassHandle() {
68 ReferenceTypeInfo::TypeHandle ReferenceTypePropagation::HandleCache::GetThrowableClassHandle() {
464 ReferenceTypeInfo::TypeHandle handle = handle_cache_->NewHandle(klass);
699 ReferenceTypeInfo::TypeHandle result_type_handle;
700 ReferenceTypeInfo::TypeHandle a_type_handle = a.GetTypeHandle();
701 ReferenceTypeInfo::TypeHandle b_type_handle = b.GetTypeHandle()
    [all...]
nodes.h 159 typedef Handle<mirror::Class> TypeHandle;
161 static ReferenceTypeInfo Create(TypeHandle type_handle, bool is_exact);
163 static ReferenceTypeInfo CreateUnchecked(TypeHandle type_handle, bool is_exact) {
169 static bool IsValidHandle(TypeHandle handle) {
262 ReferenceTypeInfo() : type_handle_(TypeHandle()), is_exact_(false) {}
263 ReferenceTypeInfo(TypeHandle type_handle, bool is_exact)
267 TypeHandle type_handle_;
    [all...]
inliner.cc     [all...]
nodes.cc     [all...]
  /external/v8/src/
types.h 336 typedef typename Config::template Handle<TypeImpl>::type TypeHandle;
352 static TypeHandle type(Region* region) { \
361 static TypeHandle SignedSmall(Region* region) {
367 static TypeHandle UnsignedSmall(Region* region) {
371 static TypeHandle Class(i::Handle<i::Map> map, Region* region) {
374 static TypeHandle Constant(i::Handle<i::Object> value, Region* region) {
377 static TypeHandle Range(double min, double max, Region* region) {
384 static TypeHandle Context(TypeHandle outer, Region* region) {
387 static TypeHandle Array(TypeHandle element, Region* region)
    [all...]
types.cc 749 typename TypeImpl<Config>::TypeHandle TypeImpl<Config>::Intersect(
750 TypeHandle type1, TypeHandle type2, Region* region) {
854 TypeHandle range, TypeHandle bitset, Region* region) {
862 int TypeImpl<Config>::IntersectAux(TypeHandle lhs, TypeHandle rhs,
930 typename TypeImpl<Config>::TypeHandle TypeImpl<Config>::NormalizeRangeAndBitset(
975 typename TypeImpl<Config>::TypeHandle TypeImpl<Config>::Union(
976 TypeHandle type1, TypeHandle type2, Region* region)
    [all...]
types-inl.h 34 typename TypeImpl<Config>::TypeHandle TypeImpl<Config>::Name( \
53 typename TypeImpl<Config>::TypeHandle TypeImpl<Config>::NowOf(
  /external/v8/src/crankshaft/
hydrogen-types.cc 16 HType HType::FromType(typename T::TypeHandle type) {
hydrogen-types.h 66 static HType FromType(typename T::TypeHandle type) WARN_UNUSED_RESULT;

Completed in 896 milliseconds