Home
last modified time | relevance | path

Searched refs:kDex (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/startop/view_compiler/
H A Dapk_layout_compiler.cc127 case CompilationTarget::kDex: { in CompileApkAssetsLayouts()
155 if (target == CompilationTarget::kDex) { in CompileApkAssetsLayouts()
H A Dapk_layout_compiler.h26 enum class CompilationTarget { kJavaLanguage, kDex }; enumerator
H A Dmain.cc122 FLAGS_dex ? startop::CompilationTarget::kDex : startop::CompilationTarget::kJavaLanguage; in main()
/aosp12/art/tools/jvmti-agents/titrace/
H A Dinstruction_decoder.h26 kDex enumerator
H A Dtitrace.cc117 is_ri ? InstructionFileFormat::kClass : InstructionFileFormat::kDex; in Initialize()
H A Dinstruction_decoder.cc513 case InstructionFileFormat::kDex: in NewInstance()