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

/art/compiler/dex/quick/
H A Dcodegen_util.cc131 void Mir2Lir::SetMemRefType(LIR* lir, bool is_load, int mem_type) { argument
146 switch (mem_type) {
163 LOG(FATAL) << "Oat: invalid memref kind - " << mem_type;
H A Dmir_to_lir.h667 void SetMemRefType(LIR* lir, bool is_load, int mem_type);

Completed in 31 milliseconds