Searched refs:bin (Results 1 - 5 of 5) sorted by relevance

/art/test/304-method-tracing/
H A Drun0 #!/bin/bash
18 exec ${RUN} "$@" --runtime-option -Xmethod-trace --runtime-option -Xmethod-trace-file:${DEX_LOCATION}/trace.bin
/art/compiler/
H A Dimage_writer.h133 friend std::ostream& operator<<(std::ostream& stream, const Bin& bin);
144 // We use the lock word to store the bin # and bin index of the object in the image.
150 BinSlot(Bin bin, uint32_t index);
152 // The bin an object belongs to, i.e. regular, class/verified, class/initialized, etc.
154 // The offset in bytes from the beginning of the bin. Aligned to object size.
207 static bool IsArtMethodBin(Bin bin) { argument
208 return bin == kBinArtMethodClean || bin == kBinArtMethodDirty;
284 // Calculate the sum total of the bin slo
[all...]
H A Dimage_writer.cc123 // bin size sums being calculated.
231 // The object is already deflated from when we set the bin slot. Just overwrite the lock word.
256 // Will also return true if the bin slot was assigned since we are reusing the lock word.
364 // Likely-to-dirty objects get packed together into the same bin so that
370 Bin bin = kBinRegular; local
375 // Changing the bin of an object is purely a memory-use tuning.
381 // * Dex cache arrays are stored in a special bin. The arrays for each dex cache have
390 // so bin them separately
401 // We assume that "regular" bin objects are highly unlikely to become dirtied,
405 bin
870 AssignMethodOffset(ArtMethod* method, Bin bin) argument
1489 BinSlot(Bin bin, uint32_t index) argument
[all...]
/art/test/
H A Drun-all-tests0 #!/bin/bash
21 newProg=`/bin/ls -ld "${prog}"`
H A Drun-test0 #!/bin/bash
22 newProg=`/bin/ls -ld "${prog}"`
366 run_args="${run_args} --runtime-option -Xmethod-trace-file:${DEX_LOCATION}/trace.bin"

Completed in 102 milliseconds