| /art/test/ti-agent/ |
| D | common_load.cc | 55 OnLoad load; member
|
| /art/test/004-checker-UnsafeTest18/src/ |
| D | Main.java | 98 private static void load() { in load() method in Main
|
| /art/tools/ahat/src/test/com/android/ahat/ |
| D | TestDump.java | 114 private void load() throws IOException { in load() method in TestDump
|
| /art/disassembler/ |
| D | disassembler_x86.cc | 173 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/compiler/optimizing/ |
| D | graph_checker.cc | 462 void GraphChecker::VisitLoadClass(HLoadClass* load) { in VisitLoadClass() 476 void GraphChecker::VisitLoadException(HLoadException* load) { in VisitLoadException()
|
| D | optimizing_unit_test.h | 410 HLoadClass* load = variable
|
| D | code_generator.h | 690 static LocationSummary::CallKind GetLoadStringCallKind(HLoadString* load) { in GetLoadStringCallKind()
|
| D | load_store_elimination.cc | 764 void AddRemovedLoad(HInstruction* load, HInstruction* heap_value) { in AddRemovedLoad() 2541 PhiPlaceholder phi_placeholder, HInstruction* load) { in TryToMaterializeLoopPhis() 2732 HInstruction* load = it->first; in ProcessLoadsRequiringLoopPhis() local 3962 HInstruction* load = record.load_or_store; in FinishFullLSE() local
|
| D | load_store_elimination_test.cc | 746 HInstruction* load = AddArrayGet(return_block_, array_, j_); in TEST_F() local 907 HInstruction* load = AddArrayGet(loop_, array_, phi_); in TEST_F() local 938 HInstruction* load = AddArrayGet(loop_, array_, phi_); in TEST_F() local 1014 HInstruction* load = AddArrayGet(loop_, array_a, phi_); in TEST_F() local 1037 HInstruction* load = AddArrayGet(pre_header_, array_a, c0); in TEST_F() local 1065 HInstruction* load = AddArrayGet(loop_, array_a, phi_); in TEST_F() local 1096 HInstruction* load = AddArrayGet(pre_header_, array_a, c0); in TEST_F() local
|
| D | code_generator_arm64.cc | 5565 void LocationsBuilderARM64::VisitLoadMethodHandle(HLoadMethodHandle* load) { in VisitLoadMethodHandle() 5571 void InstructionCodeGeneratorARM64::VisitLoadMethodHandle(HLoadMethodHandle* load) { in VisitLoadMethodHandle() 5575 void LocationsBuilderARM64::VisitLoadMethodType(HLoadMethodType* load) { in VisitLoadMethodType() 5581 void InstructionCodeGeneratorARM64::VisitLoadMethodType(HLoadMethodType* load) { in VisitLoadMethodType() 5589 void LocationsBuilderARM64::VisitLoadException(HLoadException* load) { in VisitLoadException() 5625 void LocationsBuilderARM64::VisitLoadString(HLoadString* load) { in VisitLoadString() 5646 void InstructionCodeGeneratorARM64::VisitLoadString(HLoadString* load) NO_THREAD_SAFETY_ANALYSIS { in VisitLoadString()
|
| D | code_generator_x86_64.cc | 6604 void LocationsBuilderX86_64::VisitLoadMethodHandle(HLoadMethodHandle* load) { in VisitLoadMethodHandle() 6610 void InstructionCodeGeneratorX86_64::VisitLoadMethodHandle(HLoadMethodHandle* load) { in VisitLoadMethodHandle() 6614 void LocationsBuilderX86_64::VisitLoadMethodType(HLoadMethodType* load) { in VisitLoadMethodType() 6620 void InstructionCodeGeneratorX86_64::VisitLoadMethodType(HLoadMethodType* load) { in VisitLoadMethodType() 6651 void LocationsBuilderX86_64::VisitLoadString(HLoadString* load) { in VisitLoadString() 6681 void InstructionCodeGeneratorX86_64::VisitLoadString(HLoadString* load) NO_THREAD_SAFETY_ANALYSIS { in VisitLoadString() 6749 void LocationsBuilderX86_64::VisitLoadException(HLoadException* load) { in VisitLoadException() 6755 void InstructionCodeGeneratorX86_64::VisitLoadException(HLoadException* load) { in VisitLoadException()
|
| D | code_generator_x86.cc | 7300 void LocationsBuilderX86::VisitLoadMethodHandle(HLoadMethodHandle* load) { in VisitLoadMethodHandle() 7306 void InstructionCodeGeneratorX86::VisitLoadMethodHandle(HLoadMethodHandle* load) { in VisitLoadMethodHandle() 7310 void LocationsBuilderX86::VisitLoadMethodType(HLoadMethodType* load) { in VisitLoadMethodType() 7316 void InstructionCodeGeneratorX86::VisitLoadMethodType(HLoadMethodType* load) { in VisitLoadMethodType() 7385 void LocationsBuilderX86::VisitLoadString(HLoadString* load) { in VisitLoadString() 7421 void InstructionCodeGeneratorX86::VisitLoadString(HLoadString* load) NO_THREAD_SAFETY_ANALYSIS { in VisitLoadString() 7487 void LocationsBuilderX86::VisitLoadException(HLoadException* load) { in VisitLoadException() 7493 void InstructionCodeGeneratorX86::VisitLoadException(HLoadException* load) { in VisitLoadException()
|
| D | code_generator_arm_vixl.cc | 7714 void LocationsBuilderARMVIXL::VisitLoadMethodHandle(HLoadMethodHandle* load) { in VisitLoadMethodHandle() 7720 void InstructionCodeGeneratorARMVIXL::VisitLoadMethodHandle(HLoadMethodHandle* load) { in VisitLoadMethodHandle() 7724 void LocationsBuilderARMVIXL::VisitLoadMethodType(HLoadMethodType* load) { in VisitLoadMethodType() 7730 void InstructionCodeGeneratorARMVIXL::VisitLoadMethodType(HLoadMethodType* load) { in VisitLoadMethodType() 7842 void LocationsBuilderARMVIXL::VisitLoadString(HLoadString* load) { in VisitLoadString() 7863 void InstructionCodeGeneratorARMVIXL::VisitLoadString(HLoadString* load) NO_THREAD_SAFETY_ANALYSIS { in VisitLoadString() 7931 void LocationsBuilderARMVIXL::VisitLoadException(HLoadException* load) { in VisitLoadException() 7937 void InstructionCodeGeneratorARMVIXL::VisitLoadException(HLoadException* load) { in VisitLoadException()
|
| /art/runtime/interpreter/mterp/x86_64ng/ |
| D | main.S | 1500 .macro OP_SGET load="movl", wide="0" argument 1622 .macro OP_IGET load="movl", wide="0" argument
|
| /art/runtime/interpreter/mterp/x86ng/ |
| D | main.S | 1519 .macro OP_SGET load="movl", wide="0" argument 1666 .macro OP_IGET load="movl", wide="0" argument
|
| /art/libelffile/elf/ |
| D | elf_builder.h | 904 Elf_Phdr load = Elf_Phdr(); in MakeProgramHeaders() local 921 Elf_Phdr load = Elf_Phdr(); in MakeProgramHeaders() local
|
| /art/tools/jvmti-agents/wrapagentproperties/ |
| D | wrapagentproperties.cc | 58 AgentLoadFunction load; member
|
| /art/dex2oat/ |
| D | dex2oat_image_test.cc | 419 auto load = [&](const std::string& image_location) { in TEST_F() local
|
| /art/libartservice/service/java/com/android/server/art/ |
| D | DexUseManagerLocal.java | 551 private void load() { in load() method in DexUseManagerLocal
|
| /art/compiler/utils/x86_64/ |
| D | assembler_x86_64.cc | 434 bool load = dst.NeedsRex(); in vmovaps() local 1070 bool load = dst.NeedsRex(); in vmovapd() local 1611 bool load = dst.NeedsRex(); in vmovdqa() local
|