/art/runtime/ |
D | oat_file-inl.h | 25 const void* code = mirror::ArtMethod::EntryPointToCodePointer(GetQuickCode()); in GetOatQuickMethodHeader() local 42 const void* code = mirror::ArtMethod::EntryPointToCodePointer(GetQuickCode()); in GetQuickCodeSize() local 58 const void* code = mirror::ArtMethod::EntryPointToCodePointer(GetQuickCode()); in GetFrameSizeInBytes() local 66 const void* code = mirror::ArtMethod::EntryPointToCodePointer(GetQuickCode()); in GetCoreSpillMask() local 74 const void* code = mirror::ArtMethod::EntryPointToCodePointer(GetQuickCode()); in GetFpSpillMask() local 82 const void* code = mirror::ArtMethod::EntryPointToCodePointer(GetQuickCode()); in GetGcMap() local 133 const void* code = mirror::ArtMethod::EntryPointToCodePointer(GetQuickCode()); in GetMappingTable() local 145 const void* code = mirror::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 | fault_handler.cc | 271 const void* code = Runtime::Current()->GetInstrumentation()->GetQuickCodeFor(method_obj, in IsInGeneratedCode() local
|
D | dex_instruction.cc | 385 std::ostream& operator<<(std::ostream& os, const Instruction::Code& code) { in operator <<()
|
/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 118 MemoryRegion code(&(*entry_stub)[0], entry_stub->size()); in CreateTrampoline() local 135 MemoryRegion code(&(*entry_stub)[0], entry_stub->size()); in CreateTrampoline() local 153 MemoryRegion code(&(*entry_stub)[0], entry_stub->size()); in CreateTrampoline() local
|
/art/compiler/utils/ |
D | assembler_thumb_test.cc | 136 void dump(std::vector<uint8_t>& code, const char* testname) { in dump() 243 MemoryRegion code(&managed_code[0], managed_code.size()); in TEST() local 258 MemoryRegion code(&managed_code[0], managed_code.size()); in TEST() local 273 MemoryRegion code(&managed_code[0], managed_code.size()); in TEST() local 320 MemoryRegion code(&managed_code[0], managed_code.size()); in TEST() local 354 MemoryRegion code(&managed_code[0], managed_code.size()); in TEST() local 382 MemoryRegion code(&managed_code[0], managed_code.size()); in TEST() local 402 MemoryRegion code(&managed_code[0], managed_code.size()); in TEST() local 426 MemoryRegion code(&managed_code[0], managed_code.size()); in TEST() local 453 MemoryRegion code(&managed_code[0], managed_code.size()); in TEST() local [all …]
|
/art/compiler/utils/arm64/ |
D | assembler_arm64.h | 197 static vixl::Register reg_x(int code) { in reg_x() 207 static vixl::Register reg_w(int code) { in reg_w() 211 static vixl::FPRegister reg_d(int code) { in reg_d() 215 static vixl::FPRegister reg_s(int code) { in reg_s()
|
/art/runtime/entrypoints/portable/ |
D | portable_invoke_entrypoints.cc | 41 const void* code = method->GetEntryPointFromPortableCompiledCode(); in FindMethodHelper() local 43 const void* code = nullptr; in FindMethodHelper() local
|
D | portable_trampoline_entrypoints.cc | 330 const DexFile::CodeItem* code = caller->GetCodeItem(); in artPortableResolutionTrampoline() local 397 const void* code = nullptr; in artPortableResolutionTrampoline() local
|
/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/ |
D | compiled_method.cc | 163 const ArrayRef<const uint8_t>& code, in CompiledMethod() 178 const std::string& code, const ArrayRef<const uint8_t>& gc_map, in CompiledMethod() 189 const std::string& code, const std::string& symbol) in CompiledMethod()
|
D | common_compiler_test.cc | 145 OatFile::OatMethod CommonCompilerTest::CreateOatMethod(const void* code) { in CreateOatMethod() 165 const SwapVector<uint8_t>* code = compiled_method->GetQuickCode(); in MakeExecutable() local
|
D | elf_writer_mclinker.cc | 269 const std::vector<uint8_t>* code = compiled_code.GetPortableCode(); in AddCompiledCodeInput() local
|
/art/runtime/mirror/ |
D | art_method-inl.h | 147 const void* code = EntryPointToCodePointer(GetEntryPointFromQuickCompiledCode()); in GetCodeSize() local 188 const void* code = GetEntryPointFromQuickCompiledCode(); in AssertPcIsWithinQuickCode() local 349 const void* code = Runtime::Current()->GetInstrumentation()->GetQuickCodeFor(this, sizeof(void*)); in NativePcOffset() local
|
D | art_method.h | 334 uintptr_t code = reinterpret_cast<uintptr_t>(GetEntryPointFromQuickCompiledCode()); in IsWithinQuickCode() local 358 uintptr_t code = reinterpret_cast<uintptr_t>(entry_point); in EntryPointToCodePointer() local
|
/art/compiler/optimizing/ |
D | code_generator.cc | 65 MemoryRegion code(buffer, code_size); in CompileBaseline() local 91 MemoryRegion code(buffer, code_size); in CompileOptimized() local
|
/art/runtime/arch/ |
D | stub_test.cc | 66 size_t Invoke3(size_t arg0, size_t arg1, size_t arg2, uintptr_t code, Thread* self) { in Invoke3() 71 size_t Invoke3WithReferrer(size_t arg0, size_t arg1, size_t arg2, uintptr_t code, Thread* self, in Invoke3WithReferrer() 294 size_t Invoke3WithReferrerAndHidden(size_t arg0, size_t arg1, size_t arg2, uintptr_t code, in Invoke3WithReferrerAndHidden() 521 size_t Invoke3UWithReferrer(size_t arg0, uint64_t arg1, uintptr_t code, Thread* self, in Invoke3UWithReferrer() 536 size_t Invoke3UUWithReferrer(uint32_t arg0, uint32_t arg1, uint64_t arg2, uintptr_t code, in Invoke3UUWithReferrer()
|
/art/compiler/dex/ |
D | verified_method.cc | 280 Instruction::Code code = inst->Opcode(); in GenerateSafeCastSet() local
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 719 const DexFile::CodeItem* code; in artQuickResolutionTrampoline() local 794 const void* code = NULL; in artQuickResolutionTrampoline() local 1804 const void* code = method->GetEntryPointFromQuickCompiledCode(); in artInvokeCommon() local 1908 const DexFile::CodeItem* code = caller_method->GetCodeItem(); in artInvokeInterfaceTrampoline() local 1943 const void* code = method->GetEntryPointFromQuickCompiledCode(); in artInvokeInterfaceTrampoline() local
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 122 #define INSTRUCTION_HANDLER(o, code, n, f, r, i, a, v) &&op_##code, in ExecuteGotoImpl() argument 129 #define INSTRUCTION_HANDLER(o, code, n, f, r, i, a, v) &&alt_op_##code, in ExecuteGotoImpl() argument 2418 #define INSTRUMENTATION_INSTRUCTION_HANDLER(o, code, n, f, r, i, a, v) \ in ExecuteGotoImpl() argument
|
/art/compiler/dex/quick/arm/ |
D | int_arm.cc | 48 ArmConditionCode code = ArmConditionEncoding(ccode); in OpIT() local 76 ArmConditionCode code = static_cast<ArmConditionCode>(it->operands[0]); in UpdateIT() local 206 void ArmMir2Lir::GenSelectConst32(RegStorage left_op, RegStorage right_op, ConditionCode code, in GenSelectConst32()
|
/art/compiler/dex/quick/ |
D | dex_file_method_inliner.cc | 369 #define UNSAFE_GET_PUT(type, code, type_flags) \ argument
|
/art/compiler/jni/quick/ |
D | jni_compiler.cc | 435 MemoryRegion code(&managed_code[0], managed_code.size()); in ArtJniCompileMethodInternal() local
|
/art/compiler/dex/quick/x86/ |
D | fp_x86.cc | 448 void X86Mir2Lir::GenCmpFP(Instruction::Code code, RegLocation rl_dest, in GenCmpFP()
|