Searched defs:EmitGetCurrentThread (Results 1 - 3 of 3) sorted by relevance

/art/compiler/llvm/
H A Druntime_support_builder_x86.cc44 Value* RuntimeSupportBuilderX86::EmitGetCurrentThread() { function in class:art::llvm::RuntimeSupportBuilderX86
H A Druntime_support_builder_arm.cc62 Value* RuntimeSupportBuilderARM::EmitGetCurrentThread() { function in class:art::llvm::RuntimeSupportBuilderARM
103 // Here we don't call EmitGetCurrentThread, because we mark it as DoesNotAccessMemory and
H A Druntime_support_builder.cc57 ::llvm::Value* RuntimeSupportBuilder::EmitGetCurrentThread() { function in class:art::llvm::RuntimeSupportBuilder
67 Value* thread = EmitGetCurrentThread();
73 Value* thread = EmitGetCurrentThread();
123 EmitGetCurrentThread(),
143 return irb_.CreateCall(slow_func, EmitGetCurrentThread());
159 CallInst* call_inst = irb_.CreateCall(slow_func, EmitGetCurrentThread());
168 irb_.CreateCall2(slow_func, object, EmitGetCurrentThread());
173 irb_.CreateCall2(slow_func, object, EmitGetCurrentThread());

Completed in 60 milliseconds