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

  /external/v8/src/
types.cc 24 bool TypeImpl<Config>::Limits::IsEmpty() {
30 typename TypeImpl<Config>::Limits TypeImpl<Config>::Limits::Intersect(
41 typename TypeImpl<Config>::Limits TypeImpl<Config>::Limits::Union(
54 bool TypeImpl<Config>::Overlap(
55 typename TypeImpl<Config>::RangeType* lhs,
56 typename TypeImpl<Config>::RangeType* rhs) {
63 bool TypeImpl<Config>::Contains(
64 typename TypeImpl<Config>::RangeType* lhs
    [all...]
types.h 275 // typedef TypeImpl<Config> Type;
320 class TypeImpl : public Config::Base {
336 typedef typename Config::template Handle<TypeImpl>::type TypeHandle;
349 static TypeImpl* type() { \
358 static TypeImpl* SignedSmall() {
364 static TypeImpl* UnsignedSmall() {
455 bool Is(TypeImpl* that) { return this == that || this->SlowIs(that); }
459 bool Maybe(TypeImpl* that);
463 bool Equals(TypeImpl* that) { return this->Is(that) && that->Is(this); }
477 bool NowIs(TypeImpl* that)
    [all...]
types-inl.h 17 // TypeImpl
20 typename TypeImpl<Config>::bitset TypeImpl<Config>::BitsetType::SignedSmall() {
26 typename TypeImpl<Config>::bitset
27 TypeImpl<Config>::BitsetType::UnsignedSmall() {
34 typename TypeImpl<Config>::TypeHandle TypeImpl<Config>::Name( \
43 TypeImpl<Config>* TypeImpl<Config>::cast(typename Config::Base* object) {
44 TypeImpl* t = static_cast<TypeImpl*>(object)
    [all...]
list.h 210 template<class> class TypeImpl;
212 typedef TypeImpl<HeapTypeConfig> HeapType;
property-details.h 59 template<class> class TypeImpl;
61 typedef TypeImpl<ZoneTypeConfig> Type;
objects.h     [all...]
  /external/clang/test/Parser/
DelayedTemplateParsing.cpp 134 struct TypeImpl {
143 struct TypeImpl<Config>::BitsetType {
150 TypeImpl<HeapTypeConfig>::Any();
  /external/v8/src/compiler/
simplified-operator.h 19 class TypeImpl;
21 typedef TypeImpl<ZoneTypeConfig> Type;
common-operator.h 18 class TypeImpl;
20 typedef TypeImpl<ZoneTypeConfig> Type;
  /art/runtime/lambda/
shorty_field_type.h 394 static inline constexpr bool Is ## name ## TypeImpl(type* const = 0) { \
417 static inline constexpr bool Is ## name ## TypeImpl(T* const = 0) { \
  /external/v8/src/wasm/
asm-wasm-builder.cc 499 TypeImpl<ZoneTypeConfig>* type = obj->bounds().lower;
883 TypeImpl<ZoneTypeConfig>* type = expr->bounds().lower;
995 LocalType TypeFrom(TypeImpl<ZoneTypeConfig>* type) {
    [all...]
  /external/v8/test/unittests/compiler/
node-test-utils.h 21 class TypeImpl;
24 typedef TypeImpl<ZoneTypeConfig> Type;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 936 milliseconds