Searched refs:CompileCheckCast (Results 1 - 1 of 1) sorted by relevance

/art/compiler/dex/
H A Ddex_to_dex_compiler.cc66 Instruction* CompileCheckCast(Instruction* inst, uint32_t dex_pc);
108 inst = CompileCheckCast(inst, dex_pc);
175 Instruction* DexCompiler::CompileCheckCast(Instruction* inst, uint32_t dex_pc) { function in class:art::optimizer::DexCompiler

Completed in 84 milliseconds