Home
last modified time | relevance | path

Searched refs:increase (Results 1 – 4 of 4) sorted by relevance

/art/runtime/mirror/
Dclass_ext.cc54 bool ClassExt::ExtendObsoleteArrays(Thread* self, uint32_t increase) { in ExtendObsoleteArrays() argument
64 new_len = increase; in ExtendObsoleteArrays()
67 new_len = increase + old_methods->GetLength(); in ExtendObsoleteArrays()
Dclass_ext.h72 bool ExtendObsoleteArrays(Thread* self, uint32_t increase)
/art/tools/hiddenapi/
DREADME.md32 as unsigned LEB128 values in DEX and so as to not increase the size of the DEX,
41 is no single unused bit such that setting it would not increase the size of the
/art/dex2oat/
DAndroid.bp177 // Ignore frame-size increase resulting from instrumentation.