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

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

Completed in 1484 milliseconds