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

/art/runtime/simulator/
H A Dcode_simulator.h24 class CodeSimulator { class in namespace:art
26 CodeSimulator() {} function in class:art::CodeSimulator
27 virtual ~CodeSimulator() {}
29 static CodeSimulator* CreateCodeSimulator(InstructionSet target_isa);
39 DISALLOW_COPY_AND_ASSIGN(CodeSimulator);
42 extern "C" CodeSimulator* CreateCodeSimulator(InstructionSet target_isa);

Completed in 47 milliseconds