Home
last modified time | relevance | path

Searched refs:ArrayDataPayload (Results 1 – 5 of 5) sorted by relevance

/art/runtime/entrypoints/portable/
Dportable_fillarray_entrypoints.cc30 const Instruction::ArrayDataPayload* payload = in art_portable_fill_array_data_from_code()
31 reinterpret_cast<const Instruction::ArrayDataPayload*>(code_item->insns_ + payload_offset); in art_portable_fill_array_data_from_code()
/art/runtime/entrypoints/quick/
Dquick_fillarray_entrypoints.cc41 const Instruction::ArrayDataPayload* payload, in artHandleFillArrayDataFromCode()
/art/runtime/
Ddex_instruction.h72 struct PACKED(4) ArrayDataPayload { struct
79 DISALLOW_COPY_AND_ASSIGN(ArrayDataPayload); argument
/art/compiler/llvm/
Dgbc_expander.cc2421 const art::Instruction::ArrayDataPayload* payload = in Expand_HLFillArrayData()
2422 reinterpret_cast<const art::Instruction::ArrayDataPayload*>( in Expand_HLFillArrayData()
/art/runtime/interpreter/
Dinterpreter.cc1503 const Instruction::ArrayDataPayload* payload = in ExecuteImpl()
1504 reinterpret_cast<const Instruction::ArrayDataPayload*>(payload_addr); in ExecuteImpl()