Searched refs:EmitGetCurrentThread (Results 1 – 9 of 9) sorted by relevance
57 ::llvm::Value* RuntimeSupportBuilder::EmitGetCurrentThread() { in EmitGetCurrentThread() function in art::llvm::RuntimeSupportBuilder67 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()
31 virtual ::llvm::Value* EmitGetCurrentThread();
76 irb_.CreateCall2(slow_func, object, EmitGetCurrentThread()); in EmitLockObject()
44 Value* RuntimeSupportBuilderX86::EmitGetCurrentThread() { in EmitGetCurrentThread() function in art::llvm::RuntimeSupportBuilderX86
45 virtual ::llvm::Value* EmitGetCurrentThread();
62 Value* RuntimeSupportBuilderARM::EmitGetCurrentThread() { in EmitGetCurrentThread() function in art::llvm::RuntimeSupportBuilderARM
1763 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()
194 args.push_back(irb_.Runtime().EmitGetCurrentThread()); in Compile()217 args.push_back(irb_.Runtime().EmitGetCurrentThread()); in Compile()