Searched refs:instructions (Results 1 - 4 of 4) 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 Dinliner.cc581 // Add the control flow instructions.
857 // Try to recognize known simple patterns and replace invoke call with appropriate instructions.
1122 for (HInstructionIterator instructions(callee_graph->GetEntryBlock()->GetInstructions());
1123 !instructions.Done();
1124 instructions.Advance()) {
1125 HInstruction* current = instructions.Current();
1176 it.Advance(); // Past the entry block, it does not contain instructions that prevent inlining.
1265 << "No instructions can be added to the outer graph while inner graph is being built";
1272 << "No instructions can be added to the inner graph during inlining into the outer graph";
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...]
/art/runtime/arch/arm/
H A Dquick_entrypoints_arm.S597 ldrex r1, [r0, #MIRROR_OBJECT_LOCK_WORD_OFFSET] @ Need to use atomic instructions for read barrier
1518 * Unlike most ARM math operations, multiply instructions have

Completed in 91 milliseconds