Searched defs:bin (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dpc_relative_fixups_x86.cc92 void BinaryFP(HBinaryOperation* bin) { argument
93 HConstant* rhs = bin->InputAt(1)->AsConstant();
95 ReplaceInput(bin, rhs, 1, false);
/art/compiler/
H A Dimage_writer.cc156 // bin size sums being calculated.
341 // The object is already deflated from when we set the bin slot. Just overwrite the lock word.
368 // Will also return true if the bin slot was assigned since we are reusing the lock word.
497 // Likely-to-dirty objects get packed together into the same bin so that
503 Bin bin = kBinRegular; local
508 // Changing the bin of an object is purely a memory-use tuning.
514 // * Dex cache arrays are stored in a special bin. The arrays for each dex cache have
523 // so bin them separately
534 // We assume that "regular" bin objects are highly unlikely to become dirtied,
538 bin
2323 BinSlot(Bin bin, uint32_t index) argument
[all...]

Completed in 69 milliseconds