Searched defs:Mir2Lir (Results 1 - 2 of 2) sorted by relevance

/art/compiler/dex/quick/
H A Dmir_to_lir.h209 class Mir2Lir { class in namespace:art
422 RegisterPool(Mir2Lir* m2l, ArenaAllocator* arena,
451 Mir2Lir* const m2l_;
499 LIRSlowPath(Mir2Lir* m2l, LIR* fromfast, LIR* cont = nullptr)
518 Mir2Lir* const m2l_;
532 ScopedMemRefType(Mir2Lir* m2l, ResourceMask::ResourceBit new_mem_ref_type)
543 Mir2Lir* const m2l_;
549 virtual ~Mir2Lir() {}
1508 Mir2Lir(CompilationUnit* cu, MIRGraph* mir_graph, ArenaAllocator* arena);
1925 }; // Class Mir2Lir
[all...]
H A Dcodegen_util.cc61 bool Mir2Lir::IsInexpensiveConstant(RegLocation rl_src) {
88 void Mir2Lir::MarkSafepointPC(LIR* inst) {
97 void Mir2Lir::MarkSafepointPCAfter(LIR* after) {
114 void Mir2Lir::UnlinkLIR(LIR* lir) {
134 void Mir2Lir::NopLIR(LIR* lir) {
141 void Mir2Lir::SetMemRefType(LIR* lir, bool is_load, int mem_type) {
181 void Mir2Lir::AnnotateDalvikRegAccess(LIR* lir, int reg_id, bool is_load,
199 void Mir2Lir::DumpLIRInsn(LIR* lir, unsigned char* base_addr) {
292 void Mir2Lir::DumpPromotionMap() {
319 void Mir2Lir
1030 Mir2Lir::Mir2Lir(CompilationUnit* cu, MIRGraph* mir_graph, ArenaAllocator* arena) function in class:art::Mir2Lir
[all...]

Completed in 64 milliseconds