Home
last modified time | relevance | path

Searched refs:ptr_value (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/
Dmir_graph.cc2273 bool MIR::DecodedInstruction::GetConstant(int64_t* ptr_value, bool* wide) const { in GetConstant() argument
2277 DCHECK(ptr_value != nullptr); in GetConstant()
2313 *ptr_value = value; in GetConstant()
Dmir_graph.h271 bool GetConstant(int64_t* ptr_value, bool* wide) const;