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

  /external/chromium_org/v8/test/cctest/
test-types.cc 79 template<class Type, class TypeHandle, class Region>
169 #define DECLARE_TYPE(name, value) TypeHandle name;
173 TypeHandle ObjectClass;
174 TypeHandle ArrayClass;
175 TypeHandle NumberClass;
176 TypeHandle UninitializedClass;
178 TypeHandle SmiConstant;
179 TypeHandle Signed32Constant;
180 TypeHandle ObjectConstant1;
181 TypeHandle ObjectConstant2
    [all...]
  /external/chromium_org/v8/src/
types.h 305 typedef typename Config::template Handle<TypeImpl>::type TypeHandle;
321 static TypeHandle type(Region* region) { \
327 static TypeHandle Class(i::Handle<i::Map> map, Region* region) {
330 static TypeHandle Constant(i::Handle<i::Object> value, Region* region) {
333 static TypeHandle Range(
337 static TypeHandle Context(TypeHandle outer, Region* region) {
340 static TypeHandle Array(TypeHandle element, Region* region) {
344 TypeHandle result, TypeHandle receiver, int arity, Region* region)
    [all...]
types.cc 609 typename TypeImpl<Config>::TypeHandle TypeImpl<Config>::Intersect(
610 TypeHandle type1, TypeHandle type2, Region* region) {
641 TypeHandle range = None(region);
660 TypeHandle old_range = result->Get(1);
683 TypeHandle lhs, TypeHandle rhs,
739 typename TypeImpl<Config>::TypeHandle TypeImpl<Config>::Union(
740 TypeHandle type1, TypeHandle type2, Region* region)
    [all...]
hydrogen-types.cc 16 HType HType::FromType(typename T::TypeHandle type) {
hydrogen-types.h 65 static HType FromType(typename T::TypeHandle type) WARN_UNUSED_RESULT;
accessors.h 81 static bool IsJSObjectFieldAccessor(typename T::TypeHandle type,
types-inl.h 30 typename TypeImpl<Config>::TypeHandle TypeImpl<Config>::NowOf(
accessors.cc 85 bool Accessors::IsJSObjectFieldAccessor(typename T::TypeHandle type,
    [all...]
  /external/chromium_org/v8/src/ic/
ic.h 124 static typename T::TypeHandle MapToType(Handle<Map> map,
ic.cc 733 typename T::TypeHandle IC::MapToType(Handle<Map> map,
    [all...]

Completed in 226 milliseconds