OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:runtime_support_
(Results
1 - 4
of
4
) sorted by null
/art/compiler/llvm/
llvm_compilation_unit.cc
119
runtime_support_
.reset(new RuntimeSupportBuilder(*context_, *module_, *irb_));
122
runtime_support_
.reset(new RuntimeSupportBuilderARM(*context_, *module_, *irb_));
125
runtime_support_
.reset(new RuntimeSupportBuilderThumb2(*context_, *module_, *irb_));
128
runtime_support_
.reset(new RuntimeSupportBuilderX86(*context_, *module_, *irb_));
132
irb_->SetRuntimeSupport(
runtime_support_
.get());
llvm_compilation_unit.h
111
UniquePtr<RuntimeSupportBuilder>
runtime_support_
;
member in class:art::llvm::LlvmCompilationUnit
ir_builder.h
287
return *
runtime_support_
;
292
return
runtime_support_
->GetRuntimeSupportFunction(rt);
299
if (
runtime_support_
== NULL && runtime_support != NULL) {
300
runtime_support_
= runtime_support;
479
RuntimeSupportBuilder*
runtime_support_
;
member in class:art::llvm::IRBuilder
ir_builder.cc
64
runtime_support_
= NULL;
Completed in 749 milliseconds