Home
last modified time | relevance | path

Searched defs:load (Results 1 – 17 of 17) sorted by relevance

/art/compiler/optimizing/
Dload_store_elimination_test.cc501 HInstruction* load = AddArrayGet(return_block_, array_, j_); in TEST_F() local
659 HInstruction* load = AddArrayGet(loop_, array_, phi_); in TEST_F() local
734 HInstruction* load = AddArrayGet(loop_, array_a, phi_); in TEST_F() local
758 HInstruction* load = AddArrayGet(pre_header_, array_a, c0); in TEST_F() local
787 HInstruction* load = AddArrayGet(loop_, array_a, phi_); in TEST_F() local
818 HInstruction* load = AddArrayGet(pre_header_, array_a, c0); in TEST_F() local
Dload_store_elimination.cc152 void AddRemovedLoad(HInstruction* load, HInstruction* heap_value) { in AddRemovedLoad()
165 HInstruction* load = removed_loads_[index]; in TryToReuseTypeConversion() local
198 HInstruction* load = removed_loads_[i]; in RemoveInstructions() local
282 static bool IsDefaultAllowedForLoad(const HInstruction* load) { in IsDefaultAllowedForLoad()
Dgraph_checker.cc343 void GraphChecker::VisitLoadException(HLoadException* load) { in VisitLoadException()
Dcode_generator.h630 static LocationSummary::CallKind GetLoadStringCallKind(HLoadString* load) { in GetLoadStringCallKind()
Dcode_generator_x86_64.cc6130 void LocationsBuilderX86_64::VisitLoadMethodHandle(HLoadMethodHandle* load) { in VisitLoadMethodHandle()
6136 void InstructionCodeGeneratorX86_64::VisitLoadMethodHandle(HLoadMethodHandle* load) { in VisitLoadMethodHandle()
6140 void LocationsBuilderX86_64::VisitLoadMethodType(HLoadMethodType* load) { in VisitLoadMethodType()
6146 void InstructionCodeGeneratorX86_64::VisitLoadMethodType(HLoadMethodType* load) { in VisitLoadMethodType()
6177 void LocationsBuilderX86_64::VisitLoadString(HLoadString* load) { in VisitLoadString()
6207 void InstructionCodeGeneratorX86_64::VisitLoadString(HLoadString* load) NO_THREAD_SAFETY_ANALYSIS { in VisitLoadString()
6273 void LocationsBuilderX86_64::VisitLoadException(HLoadException* load) { in VisitLoadException()
6279 void InstructionCodeGeneratorX86_64::VisitLoadException(HLoadException* load) { in VisitLoadException()
Dcode_generator_arm64.cc4909 void LocationsBuilderARM64::VisitLoadMethodHandle(HLoadMethodHandle* load) { in VisitLoadMethodHandle()
4915 void InstructionCodeGeneratorARM64::VisitLoadMethodHandle(HLoadMethodHandle* load) { in VisitLoadMethodHandle()
4919 void LocationsBuilderARM64::VisitLoadMethodType(HLoadMethodType* load) { in VisitLoadMethodType()
4925 void InstructionCodeGeneratorARM64::VisitLoadMethodType(HLoadMethodType* load) { in VisitLoadMethodType()
4933 void LocationsBuilderARM64::VisitLoadException(HLoadException* load) { in VisitLoadException()
4969 void LocationsBuilderARM64::VisitLoadString(HLoadString* load) { in VisitLoadString()
4990 void InstructionCodeGeneratorARM64::VisitLoadString(HLoadString* load) NO_THREAD_SAFETY_ANALYSIS { in VisitLoadString()
Dcode_generator_x86.cc6791 void LocationsBuilderX86::VisitLoadMethodHandle(HLoadMethodHandle* load) { in VisitLoadMethodHandle()
6797 void InstructionCodeGeneratorX86::VisitLoadMethodHandle(HLoadMethodHandle* load) { in VisitLoadMethodHandle()
6801 void LocationsBuilderX86::VisitLoadMethodType(HLoadMethodType* load) { in VisitLoadMethodType()
6807 void InstructionCodeGeneratorX86::VisitLoadMethodType(HLoadMethodType* load) { in VisitLoadMethodType()
6882 void LocationsBuilderX86::VisitLoadString(HLoadString* load) { in VisitLoadString()
6918 void InstructionCodeGeneratorX86::VisitLoadString(HLoadString* load) NO_THREAD_SAFETY_ANALYSIS { in VisitLoadString()
6984 void LocationsBuilderX86::VisitLoadException(HLoadException* load) { in VisitLoadException()
6990 void InstructionCodeGeneratorX86::VisitLoadException(HLoadException* load) { in VisitLoadException()
Dcode_generator_arm_vixl.cc7270 void LocationsBuilderARMVIXL::VisitLoadMethodHandle(HLoadMethodHandle* load) { in VisitLoadMethodHandle()
7276 void InstructionCodeGeneratorARMVIXL::VisitLoadMethodHandle(HLoadMethodHandle* load) { in VisitLoadMethodHandle()
7280 void LocationsBuilderARMVIXL::VisitLoadMethodType(HLoadMethodType* load) { in VisitLoadMethodType()
7286 void InstructionCodeGeneratorARMVIXL::VisitLoadMethodType(HLoadMethodType* load) { in VisitLoadMethodType()
7403 void LocationsBuilderARMVIXL::VisitLoadString(HLoadString* load) { in VisitLoadString()
7424 void InstructionCodeGeneratorARMVIXL::VisitLoadString(HLoadString* load) NO_THREAD_SAFETY_ANALYSIS { in VisitLoadString()
7494 void LocationsBuilderARMVIXL::VisitLoadException(HLoadException* load) { in VisitLoadException()
7500 void InstructionCodeGeneratorARMVIXL::VisitLoadException(HLoadException* load) { in VisitLoadException()
/art/test/ti-agent/
Dcommon_load.cc54 OnLoad load; member
/art/tools/ahat/src/test/com/android/ahat/
DTestDump.java114 private void load() throws IOException { in load() method in TestDump
/art/test/004-checker-UnsafeTest18/src/
DMain.java101 private static void load() { in load() method in Main
/art/disassembler/
Ddisassembler_x86.cc173 uint8_t* prefix, bool load, RegFile src_reg_file, in DumpAddress()
343 bool load = false; // loads from memory (ie rm is on the right) in DumpInstruction() local
/art/runtime/interpreter/mterp/x86_64ng/
Dmain.S1198 .macro OP_SGET load="movl", wide="0" argument
1317 .macro OP_IGET load="movl", wide="0" argument
/art/libelffile/elf/
Delf_builder.h870 Elf_Phdr load = Elf_Phdr(); in MakeProgramHeaders() local
887 Elf_Phdr load = Elf_Phdr(); in MakeProgramHeaders() local
/art/tools/jvmti-agents/wrapagentproperties/
Dwrapagentproperties.cc58 AgentLoadFunction load; member
/art/dex2oat/
Ddex2oat_image_test.cc423 auto load = [&](const std::string& image_location) { in TEST_F() local
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc434 bool load = dst.NeedsRex(); in vmovaps() local
1033 bool load = dst.NeedsRex(); in vmovapd() local
1574 bool load = dst.NeedsRex(); in vmovdqa() local