Home
last modified time | relevance | path

Searched refs:runtime_support (Results 1 – 8 of 8) sorted by relevance

/art/compiler/llvm/
Druntime_support_builder.cc48 runtime_support_func_decls_[runtime_support::ID] = fn; \ in RuntimeSupportBuilder()
58 Function* func = GetRuntimeSupportFunction(runtime_support::GetCurrentThread); in EmitGetCurrentThread()
78 Function* func = GetRuntimeSupportFunction(runtime_support::SetCurrentThread); in EmitSetCurrentThread()
120 Function* func = GetRuntimeSupportFunction(runtime_support::PushShadowFrame); in EmitPushShadowFrameNoInline()
142 Function* slow_func = GetRuntimeSupportFunction(runtime_support::GetAndClearException); in EmitGetAndClearException()
158 Function* slow_func = GetRuntimeSupportFunction(runtime_support::TestSuspend); in EmitTestSuspend()
167 Function* slow_func = GetRuntimeSupportFunction(runtime_support::LockObject); in EmitLockObject()
172 Function* slow_func = GetRuntimeSupportFunction(runtime_support::UnlockObject); in EmitUnlockObject()
Druntime_support_builder.h73 ::llvm::Function* GetRuntimeSupportFunction(runtime_support::RuntimeId id) { in GetRuntimeSupportFunction()
74 if (id >= 0 && id < runtime_support::MAX_ID) { in GetRuntimeSupportFunction()
90 ::llvm::Function* runtime_support_func_decls_[runtime_support::MAX_ID];
91 bool target_runtime_support_func_[runtime_support::MAX_ID];
Druntime_support_llvm_func.h24 namespace runtime_support {
Druntime_support_builder_arm.cc63 Function* ori_func = GetRuntimeSupportFunction(runtime_support::GetCurrentThread); in EmitGetCurrentThread()
106 Function* ori_func = GetRuntimeSupportFunction(runtime_support::GetCurrentThread); in EmitSetCurrentThread()
Dgbc_expander.cc71 using ::art::llvm::runtime_support::AllocArray;
72 using ::art::llvm::runtime_support::AllocArrayWithAccessCheck;
73 using ::art::llvm::runtime_support::AllocObject;
74 using ::art::llvm::runtime_support::AllocObjectWithAccessCheck;
75 using ::art::llvm::runtime_support::CheckAndAllocArray;
76 using ::art::llvm::runtime_support::CheckAndAllocArrayWithAccessCheck;
77 using ::art::llvm::runtime_support::CheckCast;
78 using ::art::llvm::runtime_support::CheckPutArrayElement;
79 using ::art::llvm::runtime_support::FillArrayData;
80 using ::art::llvm::runtime_support::FindCatchBlock;
[all …]
Dir_builder.h291 ::llvm::Function* GetRuntime(runtime_support::RuntimeId rt) { in GetRuntime()
296 void SetRuntimeSupport(RuntimeSupportBuilder* runtime_support) { in SetRuntimeSupport() argument
299 if (runtime_support_ == NULL && runtime_support != NULL) { in SetRuntimeSupport()
300 runtime_support_ = runtime_support; in SetRuntimeSupport()
Druntime_support_builder_x86.cc45 Function* ori_func = GetRuntimeSupportFunction(runtime_support::GetCurrentThread); in EmitGetCurrentThread()
/art/compiler/jni/portable/
Djni_compiler.cc44 using ::art::llvm::runtime_support::JniMethodEnd;
45 using ::art::llvm::runtime_support::JniMethodEndSynchronized;
46 using ::art::llvm::runtime_support::JniMethodEndWithReference;
47 using ::art::llvm::runtime_support::JniMethodEndWithReferenceSynchronized;
48 using ::art::llvm::runtime_support::JniMethodStart;
49 using ::art::llvm::runtime_support::JniMethodStartSynchronized;
50 using ::art::llvm::runtime_support::RuntimeId;