Home
last modified time | relevance | path

Searched defs:HConstant (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dlocations.h28 class HConstant; variable
Dnodes.h2205 explicit HConstant(Primitive::Type type) : HExpression(type, SideEffects::None()) {} in HConstant() function