Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_instruction_utils.h104 constexpr bool IsInstructionSPut(Instruction::Code code) { in IsInstructionSPut() function
165 DCHECK(IsInstructionSPut(code)); in SPutMemAccessType()
/art/runtime/interpreter/mterp/
Dnterp.cc332 /* is_put */ IsInstructionSPut(inst->Opcode())); in NterpGetStaticField()