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

  /external/chromium_org/v8/src/
types-inl.h 104 i::Handle<i::Map> ZoneTypeConfig::as_class(Type* type) { function in class:v8::internal::ZoneTypeConfig
238 i::Handle<i::Map> HeapTypeConfig::as_class(Type* type) { function in class:v8::internal::HeapTypeConfig
types.h 228 // static i::Handle<i::Map> as_class(Type*);
593 ? BitsetType::New(BitsetType::Lub(*Config::as_class(this)), region)
598 ? Config::as_class(this)
803 static inline i::Handle<i::Map> as_class(Type* type);
845 static inline i::Handle<i::Map> as_class(Type* type);
    [all...]
types.cc 32 ? Lub(*Config::as_class(type))
64 return Config::is_class(type) ? Lub(*Config::as_class(type)) :

Completed in 701 milliseconds