| /art/runtime/ |
| D | dex_instruction_utils.h | 82 constexpr bool IsInstructionIGet(Instruction::Code code) { in IsInstructionIGet() 86 constexpr bool IsInstructionIPut(Instruction::Code code) { in IsInstructionIPut() 90 constexpr bool IsInstructionSGet(Instruction::Code code) { in IsInstructionSGet() 94 constexpr bool IsInstructionSPut(Instruction::Code code) { in IsInstructionSPut() 98 constexpr bool IsInstructionAGet(Instruction::Code code) { in IsInstructionAGet() 102 constexpr bool IsInstructionAPut(Instruction::Code code) { in IsInstructionAPut() 106 constexpr bool IsInstructionIGetOrIPut(Instruction::Code code) { in IsInstructionIGetOrIPut() 110 constexpr bool IsInstructionIGetQuickOrIPutQuick(Instruction::Code code) { in IsInstructionIGetQuickOrIPutQuick() 115 constexpr bool IsInstructionSGetOrSPut(Instruction::Code code) { in IsInstructionSGetOrSPut() 119 constexpr bool IsInstructionAGetOrAPut(Instruction::Code code) { in IsInstructionAGetOrAPut() [all …]
|
| D | oat_file-inl.h | 25 const void* code = ArtMethod::EntryPointToCodePointer(GetQuickCode()); in GetOatQuickMethodHeader() local 42 const void* code = ArtMethod::EntryPointToCodePointer(GetQuickCode()); in GetQuickCodeSize() local 58 const void* code = ArtMethod::EntryPointToCodePointer(GetQuickCode()); in GetFrameSizeInBytes() local 66 const void* code = ArtMethod::EntryPointToCodePointer(GetQuickCode()); in GetCoreSpillMask() local 74 const void* code = ArtMethod::EntryPointToCodePointer(GetQuickCode()); in GetFpSpillMask() local 82 const void* code = ArtMethod::EntryPointToCodePointer(GetQuickCode()); in GetGcMap() local 133 const void* code = ArtMethod::EntryPointToCodePointer(GetQuickCode()); in GetMappingTable() local 145 const void* code = ArtMethod::EntryPointToCodePointer(GetQuickCode()); in GetVmapTable() local
|
| D | dex_instruction_visitor.h | 28 void Visit(const uint16_t* code, size_t size_in_bytes) { in Visit()
|
| D | art_method.h | 331 uintptr_t code = reinterpret_cast<uintptr_t>(entry_point); in EntryPointToCodePointer() local 623 static bool PcIsWithinQuickCode(uintptr_t code, uintptr_t pc) { in PcIsWithinQuickCode()
|
| D | art_method-inl.h | 160 inline uint32_t ArtMethod::GetCodeSize(const void* code) { in GetCodeSize() 311 const void* code = Runtime::Current()->GetInstrumentation()->GetQuickCodeFor( in NativeQuickPcOffset() local
|
| D | art_method.cc | 305 const void* code = GetEntryPointFromQuickCompiledCode(); in AssertPcIsWithinQuickCode() local 348 const void* code = runtime->GetInstrumentation()->GetQuickCodeFor(this, pointer_size); in GetQuickOatEntryPoint() local
|
| D | fault_handler.cc | 364 const void* code = Runtime::Current()->GetInstrumentation()->GetQuickCodeFor(method_obj, in IsInGeneratedCode() local
|
| /art/compiler/linker/arm/ |
| D | relative_patcher_thumb2.cc | 31 void Thumb2RelativePatcher::PatchCall(std::vector<uint8_t>* code, uint32_t literal_offset, in PatchCall() 57 void Thumb2RelativePatcher::PatchDexCacheReference(std::vector<uint8_t>* code, in PatchDexCacheReference() 86 MemoryRegion code(thunk_code.data(), thunk_code.size()); in CompileThunkCode() local 91 void Thumb2RelativePatcher::SetInsn32(std::vector<uint8_t>* code, uint32_t offset, uint32_t value) { in SetInsn32() 101 uint32_t Thumb2RelativePatcher::GetInsn32(ArrayRef<const uint8_t> code, uint32_t offset) { in GetInsn32() 113 uint32_t Thumb2RelativePatcher::GetInsn32(std::vector<uint8_t, Alloc>* code, uint32_t offset) { in GetInsn32()
|
| /art/compiler/linker/arm64/ |
| D | relative_patcher_arm64.cc | 76 ArrayRef<const uint8_t> code(*compiled_method->GetQuickCode()); in ReserveSpace() local 133 void Arm64RelativePatcher::PatchCall(std::vector<uint8_t>* code, uint32_t literal_offset, in PatchCall() 151 void Arm64RelativePatcher::PatchDexCacheReference(std::vector<uint8_t>* code, in PatchDexCacheReference() 238 MemoryRegion code(thunk_code.data(), thunk_code.size()); in CompileThunkCode() local 257 bool Arm64RelativePatcher::NeedsErratum843419Thunk(ArrayRef<const uint8_t> code, in NeedsErratum843419Thunk() 298 void Arm64RelativePatcher::SetInsn(std::vector<uint8_t>* code, uint32_t offset, uint32_t value) { in SetInsn() 308 uint32_t Arm64RelativePatcher::GetInsn(ArrayRef<const uint8_t> code, uint32_t offset) { in GetInsn() 320 uint32_t Arm64RelativePatcher::GetInsn(std::vector<uint8_t, Alloc>* code, uint32_t offset) { in GetInsn()
|
| D | relative_patcher_arm64_test.cc | 181 auto code = GenNopsAndAdrpLdr(num_nops, 0u, 0u); // Unpatched. in TestNopsAdrpLdr() local 196 void InsertInsn(std::vector<uint8_t>* code, size_t pos, uint32_t insn) { in InsertInsn() 209 auto code = GenNopsAndAdrpLdr(num_nops, 0u, 0u); // Unpatched. in PrepareNopsAdrpInsn2Ldr() local
|
| /art/compiler/utils/arm64/ |
| D | assembler_arm64.h | 185 static vixl::Register reg_x(int code) { in reg_x() 195 static vixl::Register reg_w(int code) { in reg_w() 205 static vixl::FPRegister reg_d(int code) { in reg_d() 209 static vixl::FPRegister reg_s(int code) { in reg_s()
|
| /art/compiler/trampolines/ |
| D | trampoline_compiler.cc | 51 MemoryRegion code(&(*entry_stub)[0], entry_stub->size()); in CreateTrampoline() local 88 MemoryRegion code(&(*entry_stub)[0], entry_stub->size()); in CreateTrampoline() local 117 MemoryRegion code(&(*entry_stub)[0], entry_stub->size()); in CreateTrampoline() local 146 MemoryRegion code(&(*entry_stub)[0], entry_stub->size()); in CreateTrampoline() local 163 MemoryRegion code(&(*entry_stub)[0], entry_stub->size()); in CreateTrampoline() local 181 MemoryRegion code(&(*entry_stub)[0], entry_stub->size()); in CreateTrampoline() local
|
| /art/compiler/utils/ |
| D | assembler_thumb_test.cc | 66 void dump(std::vector<uint8_t>& code, const char* testname) { in dump() 172 MemoryRegion code(&managed_code[0], managed_code.size()); in TEST() local 187 MemoryRegion code(&managed_code[0], managed_code.size()); in TEST() local 202 MemoryRegion code(&managed_code[0], managed_code.size()); in TEST() local 249 MemoryRegion code(&managed_code[0], managed_code.size()); in TEST() local 283 MemoryRegion code(&managed_code[0], managed_code.size()); in TEST() local 311 MemoryRegion code(&managed_code[0], managed_code.size()); in TEST() local 331 MemoryRegion code(&managed_code[0], managed_code.size()); in TEST() local 355 MemoryRegion code(&managed_code[0], managed_code.size()); in TEST() local 382 MemoryRegion code(&managed_code[0], managed_code.size()); in TEST() local [all …]
|
| /art/compiler/linker/x86_64/ |
| D | relative_patcher_x86_64.cc | 24 void X86_64RelativePatcher::PatchDexCacheReference(std::vector<uint8_t>* code, in PatchDexCacheReference()
|
| /art/test/701-easy-div-rem/ |
| D | genMain.py | 70 code = \ variable
|
| /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/ |
| D | relative_patcher_x86.cc | 24 void X86RelativePatcher::PatchDexCacheReference(std::vector<uint8_t>* code, in PatchDexCacheReference()
|
| D | relative_patcher_x86_base.cc | 37 void X86BaseRelativePatcher::PatchCall(std::vector<uint8_t>* code, uint32_t literal_offset, in PatchCall()
|
| D | relative_patcher_x86_test.cc | 113 ArrayRef<const uint8_t> code(raw_code); in TEST_F() local
|
| /art/compiler/optimizing/ |
| D | common_arm64.h | 34 static inline int VIXLRegCodeFromART(int code) { in VIXLRegCodeFromART() 44 static inline int ARTRegCodeFromVIXL(int code) { in ARTRegCodeFromVIXL()
|
| /art/compiler/jni/ |
| D | jni_cfi_test.cc | 61 MemoryRegion code(&actual_asm[0], actual_asm.size()); in TestImpl() local
|
| /art/compiler/linker/ |
| D | relative_patcher_test.h | 71 const ArrayRef<const uint8_t>& code, in AddCompiledMethod() 95 const auto& code = *compiled_method->GetQuickCode(); in Link() local
|
| /art/runtime/jit/ |
| D | jit_code_cache.cc | 97 const void* code = method->GetEntryPointFromQuickCompiledCode(); in GetCodeFor() local
|
| /art/runtime/interpreter/ |
| D | interpreter_goto_table_impl.cc | 133 #define INSTRUCTION_HANDLER(o, code, n, f, r, i, a, v) &&op_##code, in ExecuteGotoImpl() argument 140 #define INSTRUCTION_HANDLER(o, code, n, f, r, i, a, v) &&alt_op_##code, in ExecuteGotoImpl() argument 2500 #define INSTRUMENTATION_INSTRUCTION_HANDLER(o, code, n, f, r, i, a, v) \ in ExecuteGotoImpl() argument
|
| /art/compiler/driver/ |
| D | compiler_driver_test.cc | 224 const void* code = m.GetEntryPointFromQuickCompiledCodePtrSize(pointer_size); in TEST_F() local
|