Home
last modified time | relevance | path

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

/art/simulator/
Dcode_simulator_arm64.cc40 : CodeSimulator(), decoder_(nullptr), simulator_(nullptr) { in CodeSimulatorArm64()
42 decoder_ = new Decoder(); in CodeSimulatorArm64()
43 simulator_ = new Simulator(decoder_); in CodeSimulatorArm64()
49 delete decoder_; in ~CodeSimulatorArm64()
Dcode_simulator_arm64.h48 vixl::aarch64::Decoder* decoder_; variable