OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is2WordType
(Results
1 - 4
of
4
) sorted by null
/external/javassist/src/main/javassist/bytecode/stackmap/
MapMaker.java
381
if (td != TOP && td.
is2WordType
()) {
410
if (td.
is2WordType
())
459
if (td != TOP && td.
is2WordType
())
508
if (td != null && td.
is2WordType
()) {
521
if (td.
is2WordType
())
TypeData.java
65
public boolean
is2WordType
() { return false; }
96
public boolean
is2WordType
() {
TypedBlock.java
166
if (locals[n].
is2WordType
())
Tracer.java
71
if (t.
is2WordType
())
305
if (type.
is2WordType
())
441
if (type.
is2WordType
()) {
Completed in 1802 milliseconds