Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlocations.h29 class HConstant; variable
Dnodes.h3018 : HConstant(kNullConstant, DataType::Type::kReference, dex_pc) { in HConstant() function
3058 : HConstant(kIntConstant, DataType::Type::kInt32, dex_pc), value_(value) { in HConstant() function
3061 : HConstant(kIntConstant, DataType::Type::kInt32, dex_pc), in HConstant() function
3097 : HConstant(kLongConstant, DataType::Type::kInt64, dex_pc), in HConstant() function
3150 : HConstant(kFloatConstant, DataType::Type::kFloat32, dex_pc), in HConstant() function
3154 : HConstant(kFloatConstant, DataType::Type::kFloat32, dex_pc), in HConstant() function
3207 : HConstant(kDoubleConstant, DataType::Type::kFloat64, dex_pc), in HConstant() function
3211 : HConstant(kDoubleConstant, DataType::Type::kFloat64, dex_pc), in HConstant() function