Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dcodegen_util.cc141 void Mir2Lir::SetMemRefType(LIR* lir, bool is_load, int mem_type) { in SetMemRefType() argument
156 switch (mem_type) { in SetMemRefType()
173 LOG(FATAL) << "Oat: invalid memref kind - " << mem_type; in SetMemRefType()
Dmir_to_lir.h644 void SetMemRefType(LIR* lir, bool is_load, int mem_type);