Home
last modified time | relevance | path

Searched defs:code (Results 1 – 25 of 36) sorted by relevance

12

/art/runtime/
Doat_file-inl.h25 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
Ddex_instruction_visitor.h28 void Visit(const uint16_t* code, size_t size_in_bytes) { in Visit()
Dfault_handler.cc271 const void* code = Runtime::Current()->GetInstrumentation()->GetQuickCodeFor(method_obj, in IsInGeneratedCode() local
Ddex_instruction.cc385 std::ostream& operator<<(std::ostream& os, const Instruction::Code& code) { in operator <<()
/art/compiler/trampolines/
Dtrampoline_compiler.cc51 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/
Dassembler_thumb_test.cc136 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/
Dassembler_arm64.h197 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/
Dportable_invoke_entrypoints.cc41 const void* code = method->GetEntryPointFromPortableCompiledCode(); in FindMethodHelper() local
43 const void* code = nullptr; in FindMethodHelper() local
Dportable_trampoline_entrypoints.cc330 const DexFile::CodeItem* code = caller->GetCodeItem(); in artPortableResolutionTrampoline() local
397 const void* code = nullptr; in artPortableResolutionTrampoline() local
/art/test/701-easy-div-rem/
DgenMain.py70 code = \ variable
/art/runtime/arch/x86_64/
Dthread_x86_64.cc33 static void arch_prctl(int code, void* val) { in arch_prctl()
/art/compiler/
Dcompiled_method.cc163 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()
Dcommon_compiler_test.cc145 OatFile::OatMethod CommonCompilerTest::CreateOatMethod(const void* code) { in CreateOatMethod()
165 const SwapVector<uint8_t>* code = compiled_method->GetQuickCode(); in MakeExecutable() local
Delf_writer_mclinker.cc269 const std::vector<uint8_t>* code = compiled_code.GetPortableCode(); in AddCompiledCodeInput() local
/art/runtime/mirror/
Dart_method-inl.h147 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
Dart_method.h334 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/
Dcode_generator.cc65 MemoryRegion code(buffer, code_size); in CompileBaseline() local
91 MemoryRegion code(buffer, code_size); in CompileOptimized() local
/art/runtime/arch/
Dstub_test.cc66 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/
Dverified_method.cc280 Instruction::Code code = inst->Opcode(); in GenerateSafeCastSet() local
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc719 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/
Dinterpreter_goto_table_impl.cc122 #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/
Dint_arm.cc48 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/
Ddex_file_method_inliner.cc369 #define UNSAFE_GET_PUT(type, code, type_flags) \ argument
/art/compiler/jni/quick/
Djni_compiler.cc435 MemoryRegion code(&managed_code[0], managed_code.size()); in ArtJniCompileMethodInternal() local
/art/compiler/dex/quick/x86/
Dfp_x86.cc448 void X86Mir2Lir::GenCmpFP(Instruction::Code code, RegLocation rl_dest, in GenCmpFP()

12