Home
last modified time | relevance | path

Searched refs:table (Results 1 – 9 of 9) sorted by relevance

/dalvik/docs/
Djava-bytecode.css2 table { selector
8 table { selector
17 table { selector
34 td.outer table {
Djava-constraints.css18 table { selector
24 table { selector
32 table { selector
40 table th {
46 table td {
Ddalvik-constraints.css18 table { selector
24 table { selector
32 table { selector
40 table th {
46 table td {
/dalvik/dx/src/com/android/dx/dex/file/
DCatchStructs.java49 private CatchTable table; field in CatchStructs
76 this.table = null; in CatchStructs()
86 if (table == null) { in finishProcessingIfNecessary()
87 table = code.getCatches(); in finishProcessingIfNecessary()
98 return table.size(); in triesSize()
120 int size = table.size(); in encode()
129 handlerOffsets.put(table.get(i).getHandlers(), null); in encode()
199 int tableSize = table.size(); in writeTo()
201 CatchTable.Entry one = table.get(i); in writeTo()
236 int size = table.size(); in annotateEntries()
[all …]
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DCatchStructs.java52 private CatchTable table; field in CatchStructs
79 this.table = null; in CatchStructs()
89 if (table == null) { in finishProcessingIfNecessary()
90 table = code.getCatches(); in finishProcessingIfNecessary()
101 return table.size(); in triesSize()
123 int size = table.size(); in encode()
132 handlerOffsets.put(table.get(i).getHandlers(), null); in encode()
202 int tableSize = table.size(); in writeTo()
204 CatchTable.Entry one = table.get(i); in writeTo()
239 int size = table.size(); in annotateEntries()
[all …]
/dalvik/libdex/
DDexFile.cpp193 while (pLookup->table[idx].classDescriptorOffset != 0) { in classLookupAdd()
200 pLookup->table[idx].classDescriptorHash = hash; in classLookupAdd()
201 pLookup->table[idx].classDescriptorOffset = stringOff; in classLookupAdd()
202 pLookup->table[idx].classDefOffset = classDefOff; in classLookupAdd()
230 allocSize = offsetof(DexClassLookup, table) in dexCreateClassLookup()
231 + numEntries * sizeof(pLookup->table[0]); in dexCreateClassLookup()
458 offset = pLookup->table[idx].classDescriptorOffset; in dexFindClass()
462 if (pLookup->table[idx].classDescriptorHash == hash) { in dexFindClass()
468 (pDexFile->baseAddr + pLookup->table[idx].classDefOffset); in dexFindClass()
DDexFile.h505 } table[1]; member
/dalvik/dx/tests/100-local-mismatch/
Dinfo.txt2 variable table entry fundamentally disagrees with an instruction that
/dalvik/dx/tests/023-code-exception-table/
Dinfo.txt7 sports a non-empty syntactically valid exception table.