Home
last modified time | relevance | path

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

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