Home
last modified time | relevance | path

Searched refs:EmbeddedData (Results 1 – 6 of 6) sorted by relevance

/art/compiler/dex/quick/mips/
Dassemble_mips.cc542 EmbeddedData *tab_rec = reinterpret_cast<EmbeddedData*>(UnwrapPointer(lir->operands[3])); in AssembleInstructions()
569 EmbeddedData *tab_rec = reinterpret_cast<EmbeddedData*>(UnwrapPointer(lir->operands[3])); in AssembleInstructions()
575 EmbeddedData *tab_rec = reinterpret_cast<EmbeddedData*>(UnwrapPointer(lir->operands[3])); in AssembleInstructions()
/art/compiler/dex/quick/arm/
Dassemble_arm.cc1502 EmbeddedData *tab_rec = reinterpret_cast<EmbeddedData*>(UnwrapPointer(lir->operands[2])); in AssembleLIR()
1556 EmbeddedData *tab_rec = reinterpret_cast<EmbeddedData*>(UnwrapPointer(lir->operands[3])); in AssembleLIR()
1566 EmbeddedData *tab_rec = reinterpret_cast<EmbeddedData*>(UnwrapPointer(lir->operands[3])); in AssembleLIR()
/art/compiler/dex/quick/
Dmir_to_lir.h239 struct EmbeddedData { struct
245 struct FillArrayData : EmbeddedData { argument
249 struct SwitchTable : EmbeddedData {
/art/compiler/dex/quick/arm64/
Dassemble_arm64.cc893 EmbeddedData* tab = reinterpret_cast<EmbeddedData*>(UnwrapPointer(lir->operands[2])); in AssembleLIR()
/art/compiler/dex/quick/x86/
Dassemble_x86.cc1530 Mir2Lir::EmbeddedData *tab_rec = in EmitPcRel()
1531 reinterpret_cast<Mir2Lir::EmbeddedData*>(UnwrapPointer(table_or_disp)); in EmitPcRel()
1535 Mir2Lir::EmbeddedData *tab_rec = in EmitPcRel()
1536 reinterpret_cast<Mir2Lir::EmbeddedData*>(UnwrapPointer(raw_base_or_table)); in EmitPcRel()
Dtarget_x86.cc367 EmbeddedData *tab_rec = reinterpret_cast<EmbeddedData*>(UnwrapPointer(operand)); in BuildInsnString()