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

  /external/v8/src/compiler/
types.h 266 class TypeBase {
273 explicit TypeBase(Kind kind) : kind_(kind) {}
277 TypeBase* base = reinterpret_cast<TypeBase*>(type);
282 static Type* AsType(TypeBase* type) { return reinterpret_cast<Type*>(type); }
283 static TypeBase* FromType(Type* type) {
284 return reinterpret_cast<TypeBase*>(type);
294 class OtherNumberConstantType : public TypeBase {
316 : TypeBase(kOtherNumberConstant), value_(value) {
325 class V8_EXPORT_PRIVATE HeapConstantType : public NON_EXPORTED_BASE(TypeBase) {
    [all...]
types.cc 448 : TypeBase(kHeapConstant), bitset_(bitset), object_(object) {
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmsio0.c     [all...]
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.2.2/
jackson-databind-2.2.2.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.6/
jackson-databind-2.6.6.jar 

Completed in 80 milliseconds