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

/art/compiler/utils/
H A Dassembler.cc82 void AssemblerBuffer::FinalizeInstructions(const MemoryRegion& instructions) { argument
83 // Copy the instructions from the buffer.
85 instructions.CopyFrom(0, from);
86 // Process fixups in the instructions.
87 ProcessFixups(instructions);
/art/compiler/optimizing/
H A Dnodes.h127 // of these instructions is found.
134 // Update the block of all instructions to be `block`.
141 // Return the number of instructions in the list. This is an expensive operation.
246 // Note that it does not mean that the instructions have the same actual type
368 // put deoptimization instructions, etc.
372 // other blocks and has no instructions or phis.
549 // called by the SsaBuilder when creating "equivalent" instructions.
797 // One of possibly several TryBoundary instructions entering the block's try.
809 // A block in a method. Contains the list of instructions represented
1376 // instructions the
2194 HInstructionIterator(const HInstructionList& instructions) argument
2215 HBackwardInstructionIterator(const HInstructionList& instructions) argument
[all...]

Completed in 65 milliseconds