Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass_ext.cc64 bool ClassExt::ExtendObsoleteArrays(Handle<ClassExt> h_this, Thread* self, uint32_t increase) { in ExtendObsoleteArrays() argument
73 new_len = increase; in ExtendObsoleteArrays()
76 new_len = increase + old_methods->GetLength(); in ExtendObsoleteArrays()
Dclass_ext.h126 static bool ExtendObsoleteArrays(Handle<ClassExt> h_this, 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.bp280 // Ignore frame-size increase resulting from instrumentation.