Home
last modified time | relevance | path

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

/art/test/ti-agent/
Dcommon_load.cc54 OnLoad load; member
/art/test/004-checker-UnsafeTest18/src/
DMain.java98 private static void load() { in load() method in Main
/art/tools/ahat/src/test/com/android/ahat/
DTestDump.java114 private void load() throws IOException { in load() method in TestDump
/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/x86ng/
Dmain.S1517 .macro OP_SGET load="movl", wide="0" argument
1664 .macro OP_IGET load="movl", wide="0" argument
/art/runtime/interpreter/mterp/x86_64ng/
Dmain.S1498 .macro OP_SGET load="movl", wide="0" argument
1620 .macro OP_IGET load="movl", wide="0" argument
/art/libelffile/elf/
Delf_builder.h897 Elf_Phdr load = Elf_Phdr(); in MakeProgramHeaders() local
914 Elf_Phdr load = Elf_Phdr(); in MakeProgramHeaders() local
/art/tools/jvmti-agents/wrapagentproperties/
Dwrapagentproperties.cc58 AgentLoadFunction load; member
/art/dex2oat/
Ddex2oat_image_test.cc419 auto load = [&](const std::string& image_location) { in TEST_F() local
/art/compiler/optimizing/
Dgraph_checker.cc344 void GraphChecker::VisitLoadException(HLoadException* load) { in VisitLoadException()
Doptimizing_unit_test.h422 HLoadClass* load = variable
Dload_store_elimination.cc764 void AddRemovedLoad(HInstruction* load, HInstruction* heap_value) { in AddRemovedLoad()
2485 PhiPlaceholder phi_placeholder, HInstruction* load) { in TryToMaterializeLoopPhis()
2677 HInstruction* load = it->first; in ProcessLoadsRequiringLoopPhis() local
3909 HInstruction* load = record.load_or_store; in FinishFullLSE() local
Dcode_generator.h671 static LocationSummary::CallKind GetLoadStringCallKind(HLoadString* load) { in GetLoadStringCallKind()
Dload_store_elimination_test.cc710 HInstruction* load = AddArrayGet(return_block_, array_, j_); in TEST_F() local
868 HInstruction* load = AddArrayGet(loop_, array_, phi_); in TEST_F() local
899 HInstruction* load = AddArrayGet(loop_, array_, phi_); in TEST_F() local
973 HInstruction* load = AddArrayGet(loop_, array_a, phi_); in TEST_F() local
996 HInstruction* load = AddArrayGet(pre_header_, array_a, c0); in TEST_F() local
1024 HInstruction* load = AddArrayGet(loop_, array_a, phi_); in TEST_F() local
1054 HInstruction* load = AddArrayGet(pre_header_, array_a, c0); in TEST_F() local
Dcode_generator_arm64.cc5457 void LocationsBuilderARM64::VisitLoadMethodHandle(HLoadMethodHandle* load) { in VisitLoadMethodHandle()
5463 void InstructionCodeGeneratorARM64::VisitLoadMethodHandle(HLoadMethodHandle* load) { in VisitLoadMethodHandle()
5467 void LocationsBuilderARM64::VisitLoadMethodType(HLoadMethodType* load) { in VisitLoadMethodType()
5473 void InstructionCodeGeneratorARM64::VisitLoadMethodType(HLoadMethodType* load) { in VisitLoadMethodType()
5481 void LocationsBuilderARM64::VisitLoadException(HLoadException* load) { in VisitLoadException()
5517 void LocationsBuilderARM64::VisitLoadString(HLoadString* load) { in VisitLoadString()
5538 void InstructionCodeGeneratorARM64::VisitLoadString(HLoadString* load) NO_THREAD_SAFETY_ANALYSIS { in VisitLoadString()
Dcode_generator_x86_64.cc6498 void LocationsBuilderX86_64::VisitLoadMethodHandle(HLoadMethodHandle* load) { in VisitLoadMethodHandle()
6504 void InstructionCodeGeneratorX86_64::VisitLoadMethodHandle(HLoadMethodHandle* load) { in VisitLoadMethodHandle()
6508 void LocationsBuilderX86_64::VisitLoadMethodType(HLoadMethodType* load) { in VisitLoadMethodType()
6514 void InstructionCodeGeneratorX86_64::VisitLoadMethodType(HLoadMethodType* load) { in VisitLoadMethodType()
6545 void LocationsBuilderX86_64::VisitLoadString(HLoadString* load) { in VisitLoadString()
6575 void InstructionCodeGeneratorX86_64::VisitLoadString(HLoadString* load) NO_THREAD_SAFETY_ANALYSIS { in VisitLoadString()
6643 void LocationsBuilderX86_64::VisitLoadException(HLoadException* load) { in VisitLoadException()
6649 void InstructionCodeGeneratorX86_64::VisitLoadException(HLoadException* load) { in VisitLoadException()
Dcode_generator_arm_vixl.cc7582 void LocationsBuilderARMVIXL::VisitLoadMethodHandle(HLoadMethodHandle* load) { in VisitLoadMethodHandle()
7588 void InstructionCodeGeneratorARMVIXL::VisitLoadMethodHandle(HLoadMethodHandle* load) { in VisitLoadMethodHandle()
7592 void LocationsBuilderARMVIXL::VisitLoadMethodType(HLoadMethodType* load) { in VisitLoadMethodType()
7598 void InstructionCodeGeneratorARMVIXL::VisitLoadMethodType(HLoadMethodType* load) { in VisitLoadMethodType()
7715 void LocationsBuilderARMVIXL::VisitLoadString(HLoadString* load) { in VisitLoadString()
7736 void InstructionCodeGeneratorARMVIXL::VisitLoadString(HLoadString* load) NO_THREAD_SAFETY_ANALYSIS { in VisitLoadString()
7804 void LocationsBuilderARMVIXL::VisitLoadException(HLoadException* load) { in VisitLoadException()
7810 void InstructionCodeGeneratorARMVIXL::VisitLoadException(HLoadException* load) { in VisitLoadException()
Dcode_generator_x86.cc7194 void LocationsBuilderX86::VisitLoadMethodHandle(HLoadMethodHandle* load) { in VisitLoadMethodHandle()
7200 void InstructionCodeGeneratorX86::VisitLoadMethodHandle(HLoadMethodHandle* load) { in VisitLoadMethodHandle()
7204 void LocationsBuilderX86::VisitLoadMethodType(HLoadMethodType* load) { in VisitLoadMethodType()
7210 void InstructionCodeGeneratorX86::VisitLoadMethodType(HLoadMethodType* load) { in VisitLoadMethodType()
7285 void LocationsBuilderX86::VisitLoadString(HLoadString* load) { in VisitLoadString()
7321 void InstructionCodeGeneratorX86::VisitLoadString(HLoadString* load) NO_THREAD_SAFETY_ANALYSIS { in VisitLoadString()
7387 void LocationsBuilderX86::VisitLoadException(HLoadException* load) { in VisitLoadException()
7393 void InstructionCodeGeneratorX86::VisitLoadException(HLoadException* load) { in VisitLoadException()
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc434 bool load = dst.NeedsRex(); in vmovaps() local
1070 bool load = dst.NeedsRex(); in vmovapd() local
1611 bool load = dst.NeedsRex(); in vmovdqa() local