Searched defs:func (Results 1 – 12 of 12) sorted by relevance
/art/compiler/llvm/ |
D | runtime_support_builder_arm.cc | 64 InlineAsm* func = InlineAsm::get(ori_func->getFunctionType(), "mov $0, r9", "=r", false); in EmitGetCurrentThread() local 78 InlineAsm* func = InlineAsm::get(func_ty, inline_asm, "=r", true); in EmitLoadFromThreadOffset() local 93 InlineAsm* func = InlineAsm::get(func_ty, inline_asm, "r", true); in EmitStoreToThreadOffset() local 107 InlineAsm* func = InlineAsm::get(ori_func->getFunctionType(), "mov $0, r9", "=r", true); in EmitSetCurrentThread() local
|
D | runtime_support_builder_x86.cc | 47 InlineAsm* func = InlineAsm::get(ori_func->getFunctionType(), inline_asm, "=r", false); in EmitGetCurrentThread() local 59 InlineAsm* func = InlineAsm::get(func_ty, inline_asm, "=r", true); in EmitLoadFromThreadOffset() local 72 InlineAsm* func = InlineAsm::get(func_ty, inline_asm, "r", true); in EmitStoreToThreadOffset() local
|
D | utils_llvm.h | 25 #define VERIFY_LLVM_FUNCTION(func) ::llvm::verifyFunction(func, ::llvm::AbortProcessAction) argument
|
D | runtime_support_builder.cc | 58 Function* func = GetRuntimeSupportFunction(runtime_support::GetCurrentThread); in EmitGetCurrentThread() local 78 Function* func = GetRuntimeSupportFunction(runtime_support::SetCurrentThread); in EmitSetCurrentThread() local 120 Function* func = GetRuntimeSupportFunction(runtime_support::PushShadowFrame); in EmitPushShadowFrameNoInline() local
|
D | intrinsic_helper.h | 134 IntrinsicId GetIntrinsicId(const ::llvm::Function* func) const { in GetIntrinsicId()
|
D | gbc_expander.cc | 427 bool GBCExpanderPass::runOnFunction(llvm::Function& func) { in runOnFunction() 662 llvm::Function* func = first_non_alloca->getParent()->getParent(); in EmitStackOverflowCheck() local 1398 void GBCExpanderPass::InsertStackOverflowCheck(llvm::Function& func) { in InsertStackOverflowCheck()
|
/art/test/065-mismatched-implements/src/ |
D | Defs.java | 18 public void func(); in func() method
|
D | Base.java | 18 public void func() { in func() method in Base
|
/art/test/066-mismatched-super/src2/ |
D | Defs.java | 18 public void func(); in func() method
|
/art/test/066-mismatched-super/src/ |
D | Defs.java | 18 public void func() { in func() method in Defs
|
/art/test/065-mismatched-implements/src2/ |
D | Defs.java | 18 public void func() { in func() method in Defs
|
/art/runtime/jdwp/ |
D | jdwp_handler.cc | 1457 JdwpRequestHandler func; member
|