Home
last modified time | relevance | path

Searched refs:RuntimeSupportBuilderARM (Results 1 – 3 of 3) sorted by relevance

/art/compiler/llvm/
Druntime_support_builder_arm.cc62 Value* RuntimeSupportBuilderARM::EmitGetCurrentThread() { in EmitGetCurrentThread()
71 Value* RuntimeSupportBuilderARM::EmitLoadFromThreadOffset(int64_t offset, ::llvm::Type* type, in EmitLoadFromThreadOffset()
85 void RuntimeSupportBuilderARM::EmitStoreToThreadOffset(int64_t offset, Value* value, in EmitStoreToThreadOffset()
98 Value* RuntimeSupportBuilderARM::EmitSetCurrentThread(Value* thread) { in EmitSetCurrentThread()
Druntime_support_builder_arm.h25 class RuntimeSupportBuilderARM : public RuntimeSupportBuilder {
27 RuntimeSupportBuilderARM(::llvm::LLVMContext& context, ::llvm::Module& module, IRBuilder& irb) in RuntimeSupportBuilderARM() function
Dllvm_compilation_unit.cc122 runtime_support_.reset(new RuntimeSupportBuilderARM(*context_, *module_, *irb_)); in LlvmCompilationUnit()