Searched defs:cell (Results 1 - 3 of 3) sorted by relevance

/dalvik/vm/compiler/codegen/x86/
H A DCodegenInterface.cpp144 /* Patch the chaining cell */
295 * chaining cell for virtual/interface calls.
303 * Make sure only one thread gets here since updating the cell (ie fast
309 /* Fast path for uninitialized chaining cell */
320 * will bring the uninitialized chaining cell to life.
370 * Cannot patch the chaining cell inline - queue it until the next safe
408 * written in assembly and have setup method, cell, and clazz at r0, r2, and
416 * 3) Ask all other threads to stop before patching this chaining cell.
418 * but hasn't reached the chaining cell yet to follow the chain. If we
425 PredictedChainingCell *cell,
423 dvmJitToPatchPredictedChain(const Method *method, Thread *self, PredictedChainingCell *cell, const ClassObject *clazz) argument
[all...]
/dalvik/vm/compiler/codegen/arm/
H A DAssemble.cpp1199 * chain cell offset codeAddress - 2, and the address of the trace profile
1205 * +--| Offset to chain cell counts| -> 2 bytes (CHAIN_CELL_OFFSET_SIZE)
1220 * +->| Chaining cell counts | -> 8 bytes, chain cell counts by type
1280 /* Get the pointer of the chain cell count */
1375 /* Beginning offset needs to allow space for chain cell offset */
1402 * Get the gap (# of u4) between the offset of chaining cell count and
1408 /* Add space for chain cell counts & trace description */
1464 /* Restore pristine chain cell marker on retry */
1516 /* Install the chaining cell count
1757 dvmJitToPatchPredictedChain(const Method *method, Thread *self, PredictedChainingCell *cell, const ClassObject *clazz) argument
2210 PredictedChainingCell *cell = local
[all...]
/dalvik/vm/compiler/codegen/mips/
H A DAssemble.cpp580 * chain cell offset codeAddress - 4, and the address of the trace profile
586 * +--| Offset to chain cell counts| -> 4 bytes (CHAIN_CELL_OFFSET_SIZE)
601 * +->| Chaining cell counts | -> 8 bytes, chain cell counts by type
660 /* Get the pointer of the chain cell count */
755 /* Beginning offset needs to allow space for chain cell offset */
775 * Get the gap (# of u4) between the offset of chaining cell count and
781 /* Add space for chain cell counts & trace description */
837 /* Restore pristine chain cell marker on retry */
889 /* Install the chaining cell count
1096 dvmJitToPatchPredictedChain(const Method *method, Thread *self, PredictedChainingCell *cell, const ClassObject *clazz) argument
1575 PredictedChainingCell *cell = local
[all...]

Completed in 72 milliseconds