Searched refs:runtime_support (Results 1 – 8 of 8) sorted by relevance
48 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()
73 ::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];
24 namespace runtime_support {
63 Function* ori_func = GetRuntimeSupportFunction(runtime_support::GetCurrentThread); in EmitGetCurrentThread()106 Function* ori_func = GetRuntimeSupportFunction(runtime_support::GetCurrentThread); in EmitSetCurrentThread()
71 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 …]
291 ::llvm::Function* GetRuntime(runtime_support::RuntimeId rt) { in GetRuntime()296 void SetRuntimeSupport(RuntimeSupportBuilder* runtime_support) { in SetRuntimeSupport() argument299 if (runtime_support_ == NULL && runtime_support != NULL) { in SetRuntimeSupport()300 runtime_support_ = runtime_support; in SetRuntimeSupport()
45 Function* ori_func = GetRuntimeSupportFunction(runtime_support::GetCurrentThread); in EmitGetCurrentThread()
44 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;