OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tb1
(Results
1 - 2
of
2
) sorted by null
/dalvik/dx/src/com/android/dx/cf/code/
Merger.java
57
TypeBearer
tb1
= locals1.getOrNull(i);
local
59
TypeBearer resultType = mergeType(
tb1
, tb2);
60
if (resultType !=
tb1
) {
109
TypeBearer
tb1
= stack1.peek(i);
local
111
TypeBearer resultType = mergeType(
tb1
, tb2);
112
if (resultType !=
tb1
) {
124
throw new SimException("incompatible: " +
tb1
+ ", " +
/external/qemu/
exec.c
719
TranslationBlock *
tb1
;
local
721
tb1
= *ptb;
722
if (
tb1
== tb) {
723
*ptb = *(TranslationBlock **)((char *)
tb1
+ next_offset);
726
ptb = (TranslationBlock **)((char *)
tb1
+ next_offset);
732
TranslationBlock *
tb1
;
local
736
tb1
= *ptb;
737
n1 = (long)
tb1
& 3;
738
tb1
= (TranslationBlock *)((long)
tb1
& ~3)
749
TranslationBlock *
tb1
, **ptb;
local
788
TranslationBlock *
tb1
, *tb2;
local
1300
TranslationBlock *
tb1
, *tb_next, **ptb;
local
[
all
...]
Completed in 618 milliseconds