Searched refs:thread_offset (Results 1 - 3 of 3) sorted by relevance

/art/compiler/dex/quick/x86/
H A Dcodegen_x86.h841 LIR* OpThreadMem(OpKind op, ThreadOffset<4> thread_offset);
842 LIR* OpThreadMem(OpKind op, ThreadOffset<8> thread_offset);
843 void OpRegThreadMem(OpKind op, RegStorage r_dest, ThreadOffset<4> thread_offset);
844 void OpRegThreadMem(OpKind op, RegStorage r_dest, ThreadOffset<8> thread_offset);
H A Dutility_x86.cc530 LIR* X86Mir2Lir::OpThreadMem(OpKind op, ThreadOffset<4> thread_offset) { argument
540 return NewLIR1(opcode, thread_offset.Int32Value());
543 LIR* X86Mir2Lir::OpThreadMem(OpKind op, ThreadOffset<8> thread_offset) { argument
553 return NewLIR1(opcode, thread_offset.Int32Value());
H A Dint_x86.cc2406 void X86Mir2Lir::OpRegThreadMem(OpKind op, RegStorage r_dest, ThreadOffset<4> thread_offset) { argument
2416 NewLIR2(opcode, r_dest.GetReg(), thread_offset.Int32Value());
2419 void X86Mir2Lir::OpRegThreadMem(OpKind op, RegStorage r_dest, ThreadOffset<8> thread_offset) { argument
2439 NewLIR2(opcode, r_dest.GetReg(), thread_offset.Int32Value());

Completed in 62 milliseconds