| /art/runtime/ |
| D | dex_instruction_utils.h | 92 constexpr bool IsInstructionIGet(Instruction::Code code) { in IsInstructionIGet() 96 constexpr bool IsInstructionIPut(Instruction::Code code) { in IsInstructionIPut() 100 constexpr bool IsInstructionSGet(Instruction::Code code) { in IsInstructionSGet() 104 constexpr bool IsInstructionSPut(Instruction::Code code) { in IsInstructionSPut() 108 constexpr bool IsInstructionAGet(Instruction::Code code) { in IsInstructionAGet() 112 constexpr bool IsInstructionAPut(Instruction::Code code) { in IsInstructionAPut() 116 constexpr bool IsInstructionIGetOrIPut(Instruction::Code code) { in IsInstructionIGetOrIPut() 120 constexpr bool IsInstructionIGetQuickOrIPutQuick(Instruction::Code code) { in IsInstructionIGetQuickOrIPutQuick() 125 constexpr bool IsInstructionSGetOrSPut(Instruction::Code code) { in IsInstructionSGetOrSPut() 129 constexpr bool IsInstructionAGetOrAPut(Instruction::Code code) { in IsInstructionAGetOrAPut() [all …]
|
| D | oat_file-inl.h | 26 const void* code = EntryPointToCodePointer(GetOatPointer<const void*>(code_offset_)); in GetOatQuickMethodHeader() local 51 const void* code = EntryPointToCodePointer(GetQuickCode()); in GetFrameSizeInBytes() local 59 const void* code = EntryPointToCodePointer(GetQuickCode()); in GetCoreSpillMask() local 67 const void* code = EntryPointToCodePointer(GetQuickCode()); in GetFpSpillMask() local 88 const void* code = EntryPointToCodePointer(GetOatPointer<const void*>(code_offset_)); in GetVmapTable() local 100 const void* code = EntryPointToCodePointer(GetOatPointer<const void*>(code_offset_)); in GetQuickCodeSize() local
|
| D | dex_instruction_visitor.h | 28 void Visit(const uint16_t* code, size_t size_in_bytes) { in Visit()
|
| /art/compiler/linker/arm/ |
| D | relative_patcher_thumb2.cc | 39 void Thumb2RelativePatcher::PatchCall(std::vector<uint8_t>* code, in PatchCall() 67 void Thumb2RelativePatcher::PatchPcRelativeReference(std::vector<uint8_t>* code, in PatchPcRelativeReference() 112 MemoryRegion code(thunk_code.data(), thunk_code.size()); in CompileThunk() local 127 void Thumb2RelativePatcher::SetInsn32(std::vector<uint8_t>* code, uint32_t offset, uint32_t value) { in SetInsn32() 137 uint32_t Thumb2RelativePatcher::GetInsn32(ArrayRef<const uint8_t> code, uint32_t offset) { in GetInsn32() 149 uint32_t Thumb2RelativePatcher::GetInsn32(Vector* code, uint32_t offset) { in GetInsn32()
|
| /art/compiler/utils/arm64/ |
| D | assembler_arm64.h | 108 static vixl::aarch64::Register reg_x(int code) { in reg_x() 118 static vixl::aarch64::Register reg_w(int code) { in reg_w() 128 static vixl::aarch64::FPRegister reg_d(int code) { in reg_d() 132 static vixl::aarch64::FPRegister reg_s(int code) { in reg_s()
|
| /art/compiler/trampolines/ |
| D | trampoline_compiler.cc | 87 MemoryRegion code(entry_stub->data(), entry_stub->size()); in CreateTrampoline() local 129 MemoryRegion code(entry_stub->data(), entry_stub->size()); in CreateTrampoline() local 161 MemoryRegion code(entry_stub->data(), entry_stub->size()); in CreateTrampoline() local 193 MemoryRegion code(entry_stub->data(), entry_stub->size()); in CreateTrampoline() local 214 MemoryRegion code(entry_stub->data(), entry_stub->size()); in CreateTrampoline() local 235 MemoryRegion code(entry_stub->data(), entry_stub->size()); in CreateTrampoline() local
|
| /art/compiler/linker/arm64/ |
| D | relative_patcher_arm64.cc | 118 ArrayRef<const uint8_t> code = compiled_method->GetQuickCode(); in ReserveSpace() local 183 void Arm64RelativePatcher::PatchCall(std::vector<uint8_t>* code, in PatchCall() 203 void Arm64RelativePatcher::PatchPcRelativeReference(std::vector<uint8_t>* code, in PatchPcRelativeReference() 298 void Arm64RelativePatcher::PatchBakerReadBarrierBranch(std::vector<uint8_t>* code, in PatchBakerReadBarrierBranch() 485 MemoryRegion code(thunk_code.data(), thunk_code.size()); in CompileThunk() local 526 bool Arm64RelativePatcher::NeedsErratum843419Thunk(ArrayRef<const uint8_t> code, in NeedsErratum843419Thunk() 576 void Arm64RelativePatcher::SetInsn(std::vector<uint8_t>* code, uint32_t offset, uint32_t value) { in SetInsn() 586 uint32_t Arm64RelativePatcher::GetInsn(ArrayRef<const uint8_t> code, uint32_t offset) { in GetInsn() 598 uint32_t Arm64RelativePatcher::GetInsn(std::vector<uint8_t, Alloc>* code, uint32_t offset) { in GetInsn()
|
| D | relative_patcher_arm64_test.cc | 73 void InsertInsn(std::vector<uint8_t>* code, size_t pos, uint32_t insn) { in InsertInsn() 85 void PushBackInsn(std::vector<uint8_t>* code, uint32_t insn) { in PushBackInsn() 249 auto code = GenNopsAndAdrpLdr(num_nops, 0u, 0u); // Unpatched. in TestNopsAdrpLdr() local 274 auto code = GenNopsAndAdrpAdd(num_nops, 0u, 0u); // Unpatched. in TestNopsAdrpAdd() local 294 auto code = GenNopsAndAdrpLdr(num_nops, 0u, 0u); // Unpatched. in PrepareNopsAdrpInsn2Ldr() local 309 auto code = GenNopsAndAdrpAdd(num_nops, 0u, 0u); // Unpatched. in PrepareNopsAdrpInsn2Add() local 905 ArrayRef<const uint8_t> code(raw_code); in TestBakerField() local 1150 ArrayRef<const uint8_t> code(raw_code); in TEST_F() local
|
| /art/compiler/linker/ |
| D | multi_oat_relative_patcher.h | 96 void PatchCall(std::vector<uint8_t>* code, in PatchCall() 106 void PatchPcRelativeReference(std::vector<uint8_t>* code, in PatchPcRelativeReference() 115 void PatchBakerReadBarrierBranch(std::vector<uint8_t>* code, in PatchBakerReadBarrierBranch()
|
| D | relative_patcher_test.h | 118 const auto code = compiled_method->GetQuickCode(); in Link() local 149 ArrayRef<const uint8_t> code = compiled_method->GetQuickCode(); in Link() local
|
| /art/compiler/linker/mips64/ |
| D | relative_patcher_mips64.cc | 39 void Mips64RelativePatcher::PatchCall(std::vector<uint8_t>* code, in PatchCall() 73 void Mips64RelativePatcher::PatchPcRelativeReference(std::vector<uint8_t>* code, in PatchPcRelativeReference()
|
| /art/runtime/arch/x86_64/ |
| D | thread_x86_64.cc | 33 static void arch_prctl(int code, void* val) { in arch_prctl()
|
| /art/compiler/linker/x86_64/ |
| D | relative_patcher_x86_64.cc | 24 void X86_64RelativePatcher::PatchPcRelativeReference(std::vector<uint8_t>* code, in PatchPcRelativeReference()
|
| /art/compiler/linker/x86/ |
| D | relative_patcher_x86_test.cc | 119 ArrayRef<const uint8_t> code(raw_code); in TEST_F() local 152 ArrayRef<const uint8_t> code(raw_code); in TEST_F() local
|
| D | relative_patcher_x86.cc | 24 void X86RelativePatcher::PatchPcRelativeReference(std::vector<uint8_t>* code, in PatchPcRelativeReference()
|
| D | relative_patcher_x86_base.cc | 37 void X86BaseRelativePatcher::PatchCall(std::vector<uint8_t>* code, in PatchCall()
|
| /art/test/701-easy-div-rem/ |
| D | genMain.py | 85 code = \ variable
|
| /art/compiler/dex/ |
| D | verified_method.cc | 70 Instruction::Code code = inst->Opcode(); in GenerateSafeCastSet() local
|
| /art/compiler/driver/ |
| D | compiled_method_storage.cc | 202 const ArrayRef<const uint8_t>& code) { in DeduplicateCode() 206 void CompiledMethodStorage::ReleaseCode(const LengthPrefixedArray<uint8_t>* code) { in ReleaseCode()
|
| D | compiled_method_storage_test.cc | 50 ArrayRef<const uint8_t> code[] = { in TEST() local
|
| /art/compiler/jni/ |
| D | jni_cfi_test.cc | 89 MemoryRegion code(&actual_asm[0], actual_asm.size()); in TestImplSized() local
|
| /art/compiler/linker/mips/ |
| D | relative_patcher_mips.cc | 46 void MipsRelativePatcher::PatchPcRelativeReference(std::vector<uint8_t>* code, in PatchPcRelativeReference()
|
| /art/compiler/optimizing/ |
| D | common_arm64.h | 46 inline int VIXLRegCodeFromART(int code) { in VIXLRegCodeFromART() 56 inline int ARTRegCodeFromVIXL(int code) { in ARTRegCodeFromVIXL()
|
| /art/dexlayout/ |
| D | dexlayout.cc | 794 void DexLayout::DumpCatches(const dex_ir::CodeItem* code) { in DumpCatches() 822 void DexLayout::DumpPositionInfo(const dex_ir::CodeItem* code) { in DumpPositionInfo() 836 void DexLayout::DumpLocalInfo(const dex_ir::CodeItem* code) { in DumpLocalInfo() 853 void DexLayout::DumpInstruction(const dex_ir::CodeItem* code, in DumpInstruction() 1068 void DexLayout::DumpBytecodes(uint32_t idx, const dex_ir::CodeItem* code, uint32_t code_offset) { in DumpBytecodes() 1096 void DexLayout::DumpCode(uint32_t idx, const dex_ir::CodeItem* code, uint32_t code_offset) { in DumpCode() 1121 void DexLayout::DumpMethod(uint32_t idx, uint32_t flags, const dex_ir::CodeItem* code, int i) { in DumpMethod()
|
| /art/runtime/jit/ |
| D | jit_code_cache.cc | 225 const uint8_t* code, in CommitCode() 278 static uintptr_t FromCodeToAllocation(const void* code) { in FromCodeToAllocation() 535 const uint8_t* code, in CommitCodeInternal() 824 const void* code = method_header->GetCode(); in VisitFrame() local 859 const void* code = method_header->GetCode(); in Run() local 1460 void JitCodeCache::FreeCode(uint8_t* code) { in FreeCode()
|