Searched refs:RETURN_OBJECT (Results 1 – 11 of 11) sorted by relevance
/art/compiler/dex/ |
D | inline_method_analyser.cc | 463 case Instruction::RETURN_OBJECT: in AnalyseMethodCode() 537 data->is_object = (return_opcode == Instruction::RETURN_OBJECT) ? 1u : 0u; in AnalyseReturnMethod() 550 return_opcode != Instruction::RETURN_OBJECT) { in AnalyseConstMethod() 565 if (return_opcode == Instruction::RETURN_OBJECT && const_value != 0) { in AnalyseConstMethod() 587 !(return_opcode == Instruction::RETURN_OBJECT && opcode == Instruction::IGET_OBJECT) && in AnalyseIGetMethod() 654 return_opcode != Instruction::RETURN_OBJECT && in AnalyseIPutMethod()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 37 RETURN_OBJECT, enumConstant
|
D | Instruction.java | 337 addOpcodeInfo(Opcode.RETURN_OBJECT, "return-object", 0x11, new Format11x()); in addOpcodeInfo() argument
|
/art/libdexfile/dex/ |
D | dex_instruction_utils.h | 63 return Instruction::RETURN_VOID <= opcode && opcode <= Instruction::RETURN_OBJECT; in IsInstructionReturn()
|
D | dex_instruction_list.h | 39 V(0x11, RETURN_OBJECT, "return-object", k11x, kIndexNone, kReturn, 0, kVerifyRegA) \
|
/art/tools/dexanalyze/ |
D | dexanalyze_bytecode.cc | 499 case Instruction::RETURN_OBJECT: in ProcessCodeItem()
|
/art/tools/veridex/ |
D | flow_analysis.cc | 341 case Instruction::RETURN_OBJECT: in ProcessDexInstruction()
|
/art/compiler/optimizing/ |
D | inliner.cc | 455 case Instruction::RETURN_OBJECT: in AlwaysThrows()
|
D | instruction_builder.cc | 2243 case Instruction::RETURN_OBJECT: { in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1979 case Instruction::RETURN_OBJECT: in AdjustReturnLine() 2193 case Instruction::RETURN_OBJECT: in CodeFlowVerifyInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 583 ALWAYS_INLINE void RETURN_OBJECT() REQUIRES_SHARED(Locks::mutator_lock_) { in RETURN_OBJECT() function
|