Searched defs:cell (Results 1 - 2 of 2) sorted by relevance
/dalvik/vm/compiler/codegen/x86/ |
H A D | Assemble.cpp | 38 * chain cell offset codeAddress - 2, and (if present) executionCount is at 44 * +--| Offset to chain cell counts| -> 2 bytes 59 * +->| Chaining cell counts | -> 8 bytes, chain cell counts by type 90 * written in assembly and have setup method, cell, and clazz at r0, r2, and 98 * 3) Enqueue the new content for the chaining cell which will be appled in 103 PredictedChainingCell *cell, 120 * Returns the address following the last cell unchained. Note that 101 dvmJitToPatchPredictedChain(const Method *method, Thread *self, PredictedChainingCell *cell, const ClassObject *clazz) argument
|
/dalvik/vm/compiler/codegen/arm/ |
H A D | Assemble.cpp | 1193 * chain cell offset codeAddress - 2, and the address of the trace profile 1199 * +--| Offset to chain cell counts| -> 2 bytes (CHAIN_CELL_OFFSET_SIZE) 1214 * +->| Chaining cell counts | -> 8 bytes, chain cell counts by type 1274 /* Get the pointer of the chain cell count */ 1369 /* Beginning offset needs to allow space for chain cell offset */ 1396 * Get the gap (# of u4) between the offset of chaining cell count and 1402 /* Add space for chain cell counts & trace description */ 1458 /* Restore pristine chain cell marker on retry */ 1510 /* Install the chaining cell count 1751 dvmJitToPatchPredictedChain(const Method *method, Thread *self, PredictedChainingCell *cell, const ClassObject *clazz) argument 2203 PredictedChainingCell *cell = local [all...] |
Completed in 75 milliseconds