HomeSort by relevance Sort by last modified time
    Searched defs:AsConstant (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
types.h 388 ConstantType* AsConstant() { return ConstantType::cast(this); }
    [all...]
  /external/chromium_org/v8/test/cctest/
test-types.cc 61 static Object* AsConstant(Type* t) {
106 static Object* AsConstant(Handle<HeapType> t) { return AsStruct(t)->get(2); }
382 Rep::AsConstant(type1) == Rep::AsConstant(type2)) &&
537 CHECK(*value == *type->AsConstant()->Value());
    [all...]

Completed in 93 milliseconds