Home
last modified time | relevance | path

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

/external/v8/src/
Dproperty-details.h121 static Representation FromKind(Kind kind) { return Representation(kind); } in FromKind() function
308 return Representation::FromKind(static_cast<Representation::Kind>(bits)); in DecodeRepresentation()
Dcode-stubs.h1731 return Representation::FromKind( in representation()
/external/v8/src/crankshaft/
Dhydrogen-instructions.h5298 return Representation::FromKind(RepresentationField::decode(value_)); in representation()