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

  /external/v8/src/
hydrogen-instructions.cc 788 Range* HConstant::InferRange() {
1018 HConstant::HConstant(Handle<Object> handle, Representation r)
1038 HConstant* HConstant::CopyToRepresentation(Representation r) const {
1041 return new HConstant(handle_, r);
1045 HConstant* HConstant::CopyToTruncatedInt32() const {
1048 return new HConstant(FACTORY->NewNumberFromInt(truncated),
1053 bool HConstant::ToBoolean() const
    [all...]
hydrogen-instructions.h     [all...]

Completed in 507 milliseconds