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

  /external/v8/test/cctest/
test-field-type-tracking.cc 442 Handle<FieldType> any_type = FieldType::Any(isolate);
479 expectations.SetDataField(0, NONE, Representation::Smi(), any_type);
559 Handle<FieldType> any_type = FieldType::Any(isolate); local
580 expectations.AddDataField(map, NONE, Representation::Smi(), any_type);
595 Representation::Tagged(), any_type, FORCE_FIELD);
597 Representation::Tagged(), any_type);
729 Handle<FieldType> any_type = FieldType::Any(isolate);
731 TestGeneralizeRepresentation(Representation::Smi(), any_type,
732 Representation::Double(), any_type,
733 Representation::Double(), any_type);
    [all...]
test-unboxed-doubles.cc 950 Handle<FieldType> any_type = FieldType::Any(isolate); local
953 map = Map::CopyWithField(map, MakeName("prop", i), any_type, NONE,
1038 Handle<FieldType> any_type = FieldType::Any(isolate); local
1100 Handle<FieldType> any_type = FieldType::Any(isolate); local
1323 Handle<FieldType> any_type = FieldType::Any(isolate); local
1517 Handle<FieldType> any_type = FieldType::Any(isolate); local
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
type_traits_test.cpp 81 struct any_type struct
85 any_type() : m_data(1) {} function in struct:any_type
86 any_type(const any_type&) : m_data(2) {} function in struct:any_type
87 any_type& operator = (const any_type&)
89 ~any_type() { m_data = 0; }
94 any_type any;
95 any_type* any_pointer;
96 any_type const* any_const_pointer
    [all...]
  /ndk/tests/device/test-stlport/unit/
type_traits_test.cpp 81 struct any_type struct
85 any_type() : m_data(1) {} function in struct:any_type
86 any_type(const any_type&) : m_data(2) {} function in struct:any_type
87 any_type& operator = (const any_type&)
89 ~any_type() { m_data = 0; }
94 any_type any;
95 any_type* any_pointer;
96 any_type const* any_const_pointer
    [all...]

Completed in 333 milliseconds