OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EmitGetCurrentThread
(Results
1 - 3
of
3
) sorted by null
/art/compiler/llvm/
runtime_support_builder_x86.cc
44
Value* RuntimeSupportBuilderX86::
EmitGetCurrentThread
() {
runtime_support_builder_arm.cc
62
Value* RuntimeSupportBuilderARM::
EmitGetCurrentThread
() {
103
// Here we don't call
EmitGetCurrentThread
, because we mark it as DoesNotAccessMemory and
runtime_support_builder.cc
57
::llvm::Value* RuntimeSupportBuilder::
EmitGetCurrentThread
() {
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
());
206
irb_.CreateCall2(slow_func, object,
EmitGetCurrentThread
());
246
irb_.CreateCall2(slow_func, object,
EmitGetCurrentThread
());
Completed in 43 milliseconds