Home
last modified time | relevance | path

Searched defs:ext (Results 1 – 5 of 5) sorted by relevance

/dalvik/vm/compiler/codegen/x86/libenc/
Denc_wrapper.cpp45 inline void add_r(EncoderBase::Operands & args, int physicalReg, OpndSize sz, OpndExt ext = OpndExt… in add_r()
52 inline void add_m(EncoderBase::Operands & args, int baseReg, int disp, OpndSize sz, OpndExt ext = O… in add_m()
59 OpndSize sz, OpndExt ext = OpndExt_None) { in add_m_scale()
66 OpndSize sz, OpndExt ext = OpndExt_None) { in add_m_disp_scale()
Denc_base.h163 OpndExt ext; member
411 OpndExt ext(void) const { return m_ext; } in ext() function
Dencoder.inl62 inline static void add_r(EncoderBase::Operands & args, const R_Opnd & r, Opnd_Size sz, OpndExt ext
73 inline static void add_m(EncoderBase::Operands & args, const M_Opnd & m, Opnd_Size sz, OpndExt ext
80 …add_rm(EncoderBase::Operands & args, const RM_Opnd & rm, Opnd_Size sz, OpndExt ext = OpndExt_None)…
/dalvik/libdex/
Dsha1.cpp435 char ext[MAXEXT]; in main() local
/dalvik/vm/
DJni.cpp2940 JavaVMExt* ext = (JavaVMExt*) vm; in DestroyJavaVM() local