OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OpndKind_Null
(Results
1 - 3
of
3
) sorted by null
/dalvik/vm/compiler/codegen/x86/libenc/
enc_base.h
313
Operand() : m_kind(
OpndKind_Null
), m_size(OpndSize_Null), m_ext(OpndExt_None), m_need_rex(false) {}
enc_base.cpp
71
0xFF, // 0
OpndKind_Null
=0,
917
{ "Null",
OpndKind_Null
},
950
return
OpndKind_Null
;
[
all
...]
enc_defs.h
94
OpndKind_Null
=0,
753
* Returns
OpndKind_Null
if the name is invalid.
Completed in 615 milliseconds