Home
last modified time | relevance | path

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

/art/compiler/dex/
Dinline_method_analyser.cc442 case Instruction::RETURN_OBJECT: in AnalyseMethodCode()
509 data->is_object = (return_opcode == Instruction::RETURN_OBJECT) ? 1u : 0u; in AnalyseReturnMethod()
522 return_opcode != Instruction::RETURN_OBJECT) { in AnalyseConstMethod()
537 if (return_opcode == Instruction::RETURN_OBJECT && const_value != 0) { in AnalyseConstMethod()
557 !(return_opcode == Instruction::RETURN_OBJECT && opcode == Instruction::IGET_OBJECT) && in AnalyseIGetMethod()
622 return_opcode != Instruction::RETURN_OBJECT && in AnalyseIPutMethod()
/art/runtime/jit/
Dsmall_pattern_matcher.cc222 if (instruction.Opcode() == Instruction::RETURN_OBJECT) { in TryMatch()
263 case Instruction::RETURN_OBJECT: { in TryMatch()
388 case Instruction::RETURN_OBJECT: in TryMatch()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java37 RETURN_OBJECT, enumConstant
DInstruction.java337 addOpcodeInfo(Opcode.RETURN_OBJECT, "return-object", 0x11, new Format11x()); in addOpcodeInfo() argument
/art/libdexfile/dex/
Ddex_instruction_utils.h63 return Instruction::RETURN_VOID <= opcode && opcode <= Instruction::RETURN_OBJECT; in IsInstructionReturn()
Ddex_instruction_list.h39 V(0x11, RETURN_OBJECT, "return-object", k11x, kIndexNone, kReturn, 0, kVerifyRegA) \
/art/tools/dexanalyze/
Ddexanalyze_bytecode.cc499 case Instruction::RETURN_OBJECT: in ProcessCodeItem()
/art/tools/veridex/
Dflow_analysis.cc364 case Instruction::RETURN_OBJECT: in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc118 return opcode == Instruction::Code::RETURN_OBJECT || opcode == Instruction::Code::MOVE_EXCEPTION; in IsCompatThrow()
1969 case Instruction::RETURN_OBJECT: in AdjustReturnLine()
2154 case Instruction::RETURN_OBJECT: in CodeFlowVerifyInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h638 HANDLER_ATTRIBUTES bool RETURN_OBJECT() { in RETURN_OBJECT() function
/art/compiler/optimizing/
Dinliner.cc438 case Instruction::RETURN_OBJECT: in AlwaysThrows()
Dinstruction_builder.cc2918 case Instruction::RETURN_OBJECT: { in ProcessDexInstruction()