Home
last modified time | relevance | path

Searched refs:EmitGetCurrentThread (Results 1 – 9 of 9) sorted by relevance

/art/compiler/llvm/
Druntime_support_builder.cc57 ::llvm::Value* RuntimeSupportBuilder::EmitGetCurrentThread() { in EmitGetCurrentThread() function in art::llvm::RuntimeSupportBuilder
67 Value* thread = EmitGetCurrentThread(); in EmitLoadFromThreadOffset()
73 Value* thread = EmitGetCurrentThread(); in EmitStoreToThreadOffset()
123 EmitGetCurrentThread(), in EmitPushShadowFrameNoInline()
143 return irb_.CreateCall(slow_func, EmitGetCurrentThread()); in EmitGetAndClearException()
159 CallInst* call_inst = irb_.CreateCall(slow_func, EmitGetCurrentThread()); in EmitTestSuspend()
206 irb_.CreateCall2(slow_func, object, EmitGetCurrentThread()); in EmitLockObject()
246 irb_.CreateCall2(slow_func, object, EmitGetCurrentThread()); in EmitUnlockObject()
Druntime_support_builder_x86.h31 virtual ::llvm::Value* EmitGetCurrentThread();
Druntime_support_builder_arm.h31 virtual ::llvm::Value* EmitGetCurrentThread();
Druntime_support_builder_thumb2.cc76 irb_.CreateCall2(slow_func, object, EmitGetCurrentThread()); in EmitLockObject()
Druntime_support_builder_x86.cc44 Value* RuntimeSupportBuilderX86::EmitGetCurrentThread() { in EmitGetCurrentThread() function in art::llvm::RuntimeSupportBuilderX86
Druntime_support_builder.h45 virtual ::llvm::Value* EmitGetCurrentThread();
Druntime_support_builder_arm.cc62 Value* RuntimeSupportBuilderARM::EmitGetCurrentThread() { in EmitGetCurrentThread() function in art::llvm::RuntimeSupportBuilderARM
Dgbc_expander.cc1763 llvm::Value* thread_object_addr = irb_.Runtime().EmitGetCurrentThread(); in EmitLoadConstantClass()
1810 llvm::Value* thread_object_addr = irb_.Runtime().EmitGetCurrentThread(); in EmitLoadConstantClass()
1865 llvm::Value* thread_object_addr = irb_.Runtime().EmitGetCurrentThread(); in EmitLoadStaticStorage()
2304 llvm::Value* thread_object_addr = irb_.Runtime().EmitGetCurrentThread(); in Expand_NewInstance()
2477 llvm::Value* thread_object_addr = irb_.Runtime().EmitGetCurrentThread(); in EmitAllocNewArray()
2533 llvm::Value* thread_object_addr = irb_.Runtime().EmitGetCurrentThread(); in EmitCallRuntimeForCalleeMethodObjectAddr()
2871 return irb_.Runtime().EmitGetCurrentThread(); in ExpandIntrinsic()
/art/compiler/jni/portable/
Djni_compiler.cc194 args.push_back(irb_.Runtime().EmitGetCurrentThread()); in Compile()
217 args.push_back(irb_.Runtime().EmitGetCurrentThread()); in Compile()