Home
last modified time | relevance | path

Searched refs:FromKind (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
Dproperty-details.h88 static Representation FromKind(Kind kind) { return Representation(kind); } in FromKind() function
229 return Representation::FromKind(static_cast<Representation::Kind>(bits)); in DecodeRepresentation()
Dcode-stubs.h1037 return Representation::FromKind( in representation()
Dhydrogen-instructions.h5998 return Representation::FromKind(RepresentationField::decode(value_)); in representation()