Home
last modified time | relevance | path

Searched refs:instruction (Results 126 – 140 of 140) sorted by relevance

123456

/art/tools/jvmti-agents/titrace/
DREADME.md3 Titrace is a bytecode instruction tracing tool that uses JVMTI and works on both ART and the RI.
/art/test/565-checker-doublenegbitwise/smali/
DSmaliTests.smali58 # Note that the graph before this instruction simplification pass does not
135 # Note that the graph before this instruction simplification pass does not
260 # Note that the graph before this instruction simplification pass does not
389 # Note that the graph before this instruction simplification pass does not
511 # Note that the graph before this instruction simplification pass does not
699 # Note that the graph before this instruction simplification pass does not
/art/tools/
Dart223 --instruction-set=$ISA \
/art/compiler/optimizing/
Dinliner.cc169 for (HInstruction* instruction = block->GetFirstInstruction(); instruction != nullptr;) { in Run() local
170 HInstruction* next = instruction->GetNext(); in Run()
171 HInvoke* call = instruction->AsInvoke(); in Run()
195 instruction = next; in Run()
Dintrinsics_x86.cc74 explicit ReadBarrierSystemArrayCopySlowPathX86(HInstruction* instruction) in ReadBarrierSystemArrayCopySlowPathX86() argument
75 : SlowPathCode(instruction) { in ReadBarrierSystemArrayCopySlowPathX86()
2443 static bool IsSameInput(HInstruction* instruction, size_t input0, size_t input1) { in IsSameInput() argument
2444 return instruction->InputAt(input0) == instruction->InputAt(input1); in IsSameInput()
Dinduction_var_range_test.cc44 EXPECT_EQ(v1.instruction, v2.instruction); in ExpectEqual()
Dintrinsics_x86_64.cc72 explicit ReadBarrierSystemArrayCopySlowPathX86_64(HInstruction* instruction) in ReadBarrierSystemArrayCopySlowPathX86_64() argument
73 : SlowPathCode(instruction) { in ReadBarrierSystemArrayCopySlowPathX86_64()
Dintrinsics_arm_vixl.cc120 explicit ReadBarrierSystemArrayCopySlowPathARMVIXL(HInstruction* instruction) in ReadBarrierSystemArrayCopySlowPathARMVIXL() argument
121 : SlowPathCodeARMVIXL(instruction) { in ReadBarrierSystemArrayCopySlowPathARMVIXL()
Dintrinsics_arm64.cc86 ReadBarrierSystemArrayCopySlowPathARM64(HInstruction* instruction, Location tmp) in ReadBarrierSystemArrayCopySlowPathARM64() argument
87 : SlowPathCodeARM64(instruction), tmp_(tmp) { in ReadBarrierSystemArrayCopySlowPathARM64()
/art/runtime/interpreter/mterp/arm/
Dmain.S427 GOTO_OPCODE ip @ jump to next instruction
/art/test/552-checker-primitive-typeprop/smali/
DArrayGet.smali209 # another. The situation needs to be resolved so that only one instruction
/art/test/
Drun-test490 run_args+=(--instruction-set-features "$1")
/art/tools/checker/
DREADME97 A possible use case of branching is to check whether the generated code exploits the instruction
/art/dexdump/
Ddexdump.cc1191 const Instruction* instruction = &pair.Inst(); in dumpBytecodes() local
1192 const u4 insnWidth = instruction->SizeInCodeUnits(); in dumpBytecodes()
1197 dumpInstruction(pDexFile, pCode, codeOffset, dexPc, insnWidth, instruction); in dumpBytecodes()
/art/test/510-checker-try-catch/smali/
DBuilder.smali926 # Test that a TryBoundary is inserted between a Throw instruction and the exit
1248 # Test that a MOVE_RESULT instruction is placed into the same block as the
1275 # Test that a MOVE_RESULT instruction is placed into the same block as the

123456