Home
last modified time | relevance | path

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

/art/dex2oat/dex/
Ddex_to_dex_compiler.cc82 Instruction* CompileCheckCast(Instruction* inst, uint32_t dex_pc);
228 inst = CompileCheckCast(inst, dex_pc); in Compile()
392 Instruction* DexToDexCompiler::CompilationState::CompileCheckCast(Instruction* inst, in CompileCheckCast() function in art::optimizer::DexToDexCompiler::CompilationState