Home
last modified time | relevance | path

Searched refs:InstructionDecoder (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/tools/jvmti-agents/titrace/
H A Dinstruction_decoder.h29 class InstructionDecoder {
35 virtual ~InstructionDecoder() {} in ~InstructionDecoder()
37 static InstructionDecoder* NewInstance(InstructionFileFormat file_format);
H A Dinstruction_decoder.cc24 class ClassInstructionDecoder : public InstructionDecoder {
467 class DexInstructionDecoder : public InstructionDecoder {
509 InstructionDecoder* InstructionDecoder::NewInstance(InstructionFileFormat file_format) { in NewInstance()
H A Dtitrace.cc118 stats.instruction_decoder_.reset(InstructionDecoder::NewInstance(format)); in Initialize()
196 std::unique_ptr<InstructionDecoder> instruction_decoder_;
/aosp12/system/extras/simpleperf/
H A DETMDecoder.cpp308 class InstructionDecoder : public TrcIDecode { class
371 InstructionDecoder instruction_decoder_;
864 InstructionDecoder instruction_decoder_;