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

/art/runtime/quick/
H A Dinline_method_analyser.cc277 // of the parameters or 0 and the code must then finish with RETURN_VOID.
287 &Matcher::Required<&Matcher::Opcode<Instruction::RETURN_VOID>>,
305 instruction->Opcode() != Instruction::RETURN_VOID;
324 Instruction::RETURN_VOID); member in class:art::__anon126::Instruction
471 case Instruction::RETURN_VOID:
671 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 108 milliseconds