Home
last modified time | relevance | path

Searched defs:GetConstant (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dlocations.h103 HConstant* GetConstant() const { in GetConstant() function
Dnodes.cc316 HConstant* HGraph::GetConstant(Primitive::Type type, int64_t value) { in GetConstant() function in art::HGraph
Dbounds_check_elimination.cc109 int32_t GetConstant() const { return constant_; } in GetConstant() function in art::ValueBound
/art/runtime/
Dstack_map.h504 int32_t GetConstant(uint16_t dex_register_number, in GetConstant() function
/art/compiler/dex/
Dmir_graph.cc2273 bool MIR::DecodedInstruction::GetConstant(int64_t* ptr_value, bool* wide) const { in GetConstant() function in art::MIR::DecodedInstruction