OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:runtime_support
(Results
1 - 8
of
8
) sorted by null
/art/compiler/llvm/
runtime_support_llvm_func.h
24
namespace
runtime_support
{
namespace in namespace:art::llvm
33
} // namespace
runtime_support
runtime_support_builder.h
73
::llvm::Function* GetRuntimeSupportFunction(
runtime_support
::RuntimeId id) {
74
if (id >= 0 && id <
runtime_support
::MAX_ID) {
90
::llvm::Function* runtime_support_func_decls_[
runtime_support
::MAX_ID];
91
bool target_runtime_support_func_[
runtime_support
::MAX_ID];
runtime_support_builder.cc
48
runtime_support_func_decls_[
runtime_support
::ID] = fn; \
58
Function* func = GetRuntimeSupportFunction(
runtime_support
::GetCurrentThread);
78
Function* func = GetRuntimeSupportFunction(
runtime_support
::SetCurrentThread);
120
Function* func = GetRuntimeSupportFunction(
runtime_support
::PushShadowFrame);
142
Function* slow_func = GetRuntimeSupportFunction(
runtime_support
::GetAndClearException);
158
Function* slow_func = GetRuntimeSupportFunction(
runtime_support
::TestSuspend);
167
Function* slow_func = GetRuntimeSupportFunction(
runtime_support
::LockObject);
172
Function* slow_func = GetRuntimeSupportFunction(
runtime_support
::UnlockObject);
runtime_support_builder_arm.cc
63
Function* ori_func = GetRuntimeSupportFunction(
runtime_support
::GetCurrentThread);
106
Function* ori_func = GetRuntimeSupportFunction(
runtime_support
::GetCurrentThread);
runtime_support_builder_x86.cc
45
Function* ori_func = GetRuntimeSupportFunction(
runtime_support
::GetCurrentThread);
gbc_expander.cc
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
...]
ir_builder.h
291
::llvm::Function* GetRuntime(
runtime_support
::RuntimeId rt) {
296
void SetRuntimeSupport(RuntimeSupportBuilder*
runtime_support
) {
299
if (runtime_support_ == NULL &&
runtime_support
!= NULL) {
300
runtime_support_ =
runtime_support
;
/art/compiler/jni/portable/
jni_compiler.cc
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;
Completed in 204 milliseconds