Searched defs:RETURN_VOID (Results 1 - 2 of 2) sorted by relevance

/art/compiler/dex/
H A Dinline_method_analyser.cc278 // of the parameters or 0 and the code must then finish with RETURN_VOID.
288 &Matcher::Required<&Matcher::Opcode<Instruction::RETURN_VOID>>,
306 instruction->Opcode() != Instruction::RETURN_VOID;
325 Instruction::RETURN_VOID); member in class:art::__anon5::Instruction
452 case Instruction::RETURN_VOID:
648 if (return_opcode != Instruction::RETURN_VOID) {
/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOpcode.java34 RETURN_VOID, enum constant in enum:Opcode

Completed in 95 milliseconds