• Home
  • Raw
  • Download

Lines Matching refs:Runtime

197 Runtime* Runtime::instance_ = nullptr;
228 Runtime::Runtime() in Runtime() function in art::Runtime
301 static_assert(Runtime::kCalleeSaveSize == in Runtime()
313 Runtime::~Runtime() { in ~Runtime()
524 if (Runtime::Current() == nullptr) { in Dump()
563 Runtime* runtime = Runtime::Current(); in DumpAllThreads()
611 void Runtime::Abort(const char* msg) { in Abort()
620 Runtime* current = Runtime::Current(); in Abort()
629 Runtime* current = Runtime::Current(); in Abort()
669 if (Runtime::Current() != nullptr && Runtime::Current()->abort_ != nullptr) { in Abort()
671 Runtime::Current()->abort_(); in Abort()
680 void Runtime::PreZygoteFork() { in PreZygoteFork()
688 void Runtime::PostZygoteFork() { in PostZygoteFork()
696 void Runtime::CallExitHook(jint status) { in CallExitHook()
704 void Runtime::SweepSystemWeaks(IsMarkedVisitor* visitor) { in SweepSystemWeaks()
725 bool Runtime::ParseOptions(const RuntimeOptions& raw_options, in ParseOptions()
742 Runtime* runtime = Runtime::Current(); in IsSafeToCallAbort()
746 bool Runtime::Create(RuntimeArgumentMap&& runtime_options) { in Create()
748 if (Runtime::instance_ != nullptr) { in Create()
751 instance_ = new Runtime; in Create()
763 bool Runtime::Create(const RuntimeOptions& raw_options, bool ignore_unrecognized) { in Create()
769 static jobject CreateSystemClassLoader(Runtime* runtime) { in CreateSystemClassLoader()
775 ClassLinker* cl = Runtime::Current()->GetClassLinker(); in CreateSystemClassLoader()
814 std::string Runtime::GetCompilerExecutable() const { in GetCompilerExecutable()
828 void Runtime::RunRootClinits(Thread* self) { in RunRootClinits()
845 bool Runtime::Start() { in Start()
994 void Runtime::EndThreadBirth() REQUIRES(Locks::runtime_shutdown_lock_) { in EndThreadBirth()
1002 void Runtime::InitNonZygoteOrPostFork( in InitNonZygoteOrPostFork()
1068 Runtime::Current()->IsSystemServer())) { in InitNonZygoteOrPostFork()
1089 void Runtime::StartSignalCatcher() { in StartSignalCatcher()
1095 bool Runtime::IsShuttingDown(Thread* self) { in IsShuttingDown()
1100 void Runtime::StartDaemonThreads() { in StartDaemonThreads()
1135 bool verify = Runtime::Current()->IsVerificationEnabled(); in OpenBootDexFiles()
1149 void Runtime::SetSentinel(ObjPtr<mirror::Object> sentinel) { in SetSentinel()
1156 GcRoot<mirror::Object> Runtime::GetSentinel() { in GetSentinel()
1161 Runtime* runtime, in CreatePreAllocatedException()
1186 bool Runtime::Init(RuntimeArgumentMap&& runtime_options_in) { in Init()
1300 for (const std::string& option : Runtime::Current()->GetCompilerOptions()) { in Init()
1809 bool Runtime::EnsurePluginLoaded(const char* plugin_name, std::string* error_msg) { in EnsurePluginLoaded()
1825 bool Runtime::EnsurePerfettoPlugin(std::string* error_msg) { in EnsurePerfettoPlugin()
1831 static bool EnsureJvmtiPlugin(Runtime* runtime, in EnsureJvmtiPlugin()
1853 void Runtime::AttachAgent(JNIEnv* env, const std::string& agent_arg, jobject class_loader) { in AttachAgent()
1877 void Runtime::InitNativeMethods() { in InitNativeMethods()
1930 void Runtime::ReclaimArenaPoolMemory() { in ReclaimArenaPoolMemory()
1934 void Runtime::InitThreadGroups(Thread* self) { in InitThreadGroups()
1949 jobject Runtime::GetMainThreadGroup() const { in GetMainThreadGroup()
1954 jobject Runtime::GetSystemThreadGroup() const { in GetSystemThreadGroup()
1959 jobject Runtime::GetSystemClassLoader() const { in GetSystemClassLoader()
1964 void Runtime::RegisterRuntimeNativeMethods(JNIEnv* env) { in RegisterRuntimeNativeMethods()
2001 void Runtime::DumpDeoptimizations(std::ostream& os) { in DumpDeoptimizations()
2013 void Runtime::DumpForSigQuit(std::ostream& os) { in DumpForSigQuit()
2038 void Runtime::DumpLockHolders(std::ostream& os) { in DumpLockHolders()
2051 void Runtime::SetStatsEnabled(bool new_state) { in SetStatsEnabled()
2067 void Runtime::ResetStats(int kinds) { in ResetStats()
2073 uint64_t Runtime::GetStat(int kind) { in GetStat()
2107 void Runtime::BlockSignals() { in BlockSignals()
2117 bool Runtime::AttachCurrentThread(const char* thread_name, bool as_daemon, jobject thread_group, in AttachCurrentThread()
2129 void Runtime::DetachCurrentThread() { in DetachCurrentThread()
2141 mirror::Throwable* Runtime::GetPreAllocatedOutOfMemoryErrorWhenThrowingException() { in GetPreAllocatedOutOfMemoryErrorWhenThrowingException()
2149 mirror::Throwable* Runtime::GetPreAllocatedOutOfMemoryErrorWhenThrowingOOME() { in GetPreAllocatedOutOfMemoryErrorWhenThrowingOOME()
2157 mirror::Throwable* Runtime::GetPreAllocatedOutOfMemoryErrorWhenHandlingStackOverflow() { in GetPreAllocatedOutOfMemoryErrorWhenHandlingStackOverflow()
2165 mirror::Throwable* Runtime::GetPreAllocatedNoClassDefFoundError() { in GetPreAllocatedNoClassDefFoundError()
2173 void Runtime::VisitConstantRoots(RootVisitor* visitor) { in VisitConstantRoots()
2195 void Runtime::VisitConcurrentRoots(RootVisitor* visitor, VisitRootFlags flags) { in VisitConcurrentRoots()
2206 void Runtime::VisitTransactionRoots(RootVisitor* visitor) { in VisitTransactionRoots()
2212 void Runtime::VisitNonThreadRoots(RootVisitor* visitor) { in VisitNonThreadRoots()
2227 void Runtime::VisitNonConcurrentRoots(RootVisitor* visitor, VisitRootFlags flags) { in VisitNonConcurrentRoots()
2232 void Runtime::VisitThreadRoots(RootVisitor* visitor, VisitRootFlags flags) { in VisitThreadRoots()
2236 void Runtime::VisitRoots(RootVisitor* visitor, VisitRootFlags flags) { in VisitRoots()
2241 void Runtime::VisitReflectiveTargets(ReflectiveValueVisitor *visitor) { in VisitReflectiveTargets()
2248 void Runtime::VisitImageRoots(RootVisitor* visitor) { in VisitImageRoots()
2282 ArtMethod* Runtime::CreateImtConflictMethod(LinearAlloc* linear_alloc) { in CreateImtConflictMethod()
2298 void Runtime::SetImtConflictMethod(ArtMethod* method) { in SetImtConflictMethod()
2304 ArtMethod* Runtime::CreateResolutionMethod() { in CreateResolutionMethod()
2316 ArtMethod* Runtime::CreateCalleeSaveMethod() { in CreateCalleeSaveMethod()
2325 void Runtime::DisallowNewSystemWeaks() { in DisallowNewSystemWeaks()
2341 void Runtime::AllowNewSystemWeaks() { in AllowNewSystemWeaks()
2357 void Runtime::BroadcastForNewSystemWeaks(bool broadcast_for_checkpoint) { in BroadcastForNewSystemWeaks()
2375 void Runtime::SetInstructionSet(InstructionSet instruction_set) { in SetInstructionSet()
2393 void Runtime::ClearInstructionSet() { in ClearInstructionSet()
2397 void Runtime::SetCalleeSaveMethod(ArtMethod* method, CalleeSaveType type) { in SetCalleeSaveMethod()
2403 void Runtime::ClearCalleeSaveMethods() { in ClearCalleeSaveMethods()
2409 void Runtime::RegisterAppInfo(const std::vector<std::string>& code_paths, in RegisterAppInfo()
2436 bool Runtime::IsActiveTransaction() const { in IsActiveTransaction()
2440 void Runtime::EnterTransactionMode(bool strict, mirror::Class* root) { in EnterTransactionMode()
2451 void Runtime::ExitTransactionMode() { in ExitTransactionMode()
2457 void Runtime::RollbackAndExitTransactionMode() { in RollbackAndExitTransactionMode()
2464 bool Runtime::IsTransactionAborted() const { in IsTransactionAborted()
2473 void Runtime::RollbackAllTransactions() { in RollbackAllTransactions()
2481 bool Runtime::IsActiveStrictTransactionMode() const { in IsActiveStrictTransactionMode()
2485 const std::unique_ptr<Transaction>& Runtime::GetTransaction() const { in GetTransaction()
2490 void Runtime::AbortTransactionAndThrowAbortError(Thread* self, const std::string& abort_message) { in AbortTransactionAndThrowAbortError()
2502 void Runtime::ThrowTransactionAbortError(Thread* self) { in ThrowTransactionAbortError()
2509 void Runtime::RecordWriteFieldBoolean(mirror::Object* obj, MemberOffset field_offset, in RecordWriteFieldBoolean()
2516 void Runtime::RecordWriteFieldByte(mirror::Object* obj, MemberOffset field_offset, in RecordWriteFieldByte()
2523 void Runtime::RecordWriteFieldChar(mirror::Object* obj, MemberOffset field_offset, in RecordWriteFieldChar()
2530 void Runtime::RecordWriteFieldShort(mirror::Object* obj, MemberOffset field_offset, in RecordWriteFieldShort()
2537 void Runtime::RecordWriteField32(mirror::Object* obj, MemberOffset field_offset, in RecordWriteField32()
2544 void Runtime::RecordWriteField64(mirror::Object* obj, MemberOffset field_offset, in RecordWriteField64()
2551 void Runtime::RecordWriteFieldReference(mirror::Object* obj, in RecordWriteFieldReference()
2563 void Runtime::RecordWriteArray(mirror::Array* array, size_t index, uint64_t value) const { in RecordWriteArray()
2569 void Runtime::RecordStrongStringInsertion(ObjPtr<mirror::String> s) const { in RecordStrongStringInsertion()
2575 void Runtime::RecordWeakStringInsertion(ObjPtr<mirror::String> s) const { in RecordWeakStringInsertion()
2581 void Runtime::RecordStrongStringRemoval(ObjPtr<mirror::String> s) const { in RecordStrongStringRemoval()
2587 void Runtime::RecordWeakStringRemoval(ObjPtr<mirror::String> s) const { in RecordWeakStringRemoval()
2593 void Runtime::RecordResolveString(ObjPtr<mirror::DexCache> dex_cache, in RecordResolveString()
2600 void Runtime::SetFaultMessage(const std::string& message) { in SetFaultMessage()
2606 std::string Runtime::GetFaultMessage() { in GetFaultMessage()
2624 void Runtime::AddCurrentRuntimeFeaturesAsDex2OatArguments(std::vector<std::string>* argv) in AddCurrentRuntimeFeaturesAsDex2OatArguments()
2648 void Runtime::CreateJitCodeCache(bool rwx_memory_allowed) { in CreateJitCodeCache()
2668 void Runtime::CreateJit() { in CreateJit()
2693 bool Runtime::CanRelocate() const { in CanRelocate()
2697 bool Runtime::IsCompilingBootImage() const { in IsCompilingBootImage()
2701 void Runtime::SetResolutionMethod(ArtMethod* method) { in SetResolutionMethod()
2707 void Runtime::SetImtUnimplementedMethod(ArtMethod* method) { in SetImtUnimplementedMethod()
2713 void Runtime::FixupConflictTables() { in FixupConflictTables()
2728 void Runtime::DisableVerifier() { in DisableVerifier()
2732 bool Runtime::IsVerificationEnabled() const { in IsVerificationEnabled()
2737 bool Runtime::IsVerificationSoftFail() const { in IsVerificationSoftFail()
2741 bool Runtime::IsAsyncDeoptimizeable(uintptr_t code) const { in IsAsyncDeoptimizeable()
2758 LinearAlloc* Runtime::CreateLinearAlloc() { in CreateLinearAlloc()
2767 double Runtime::GetHashTableMinLoadFactor() const { in GetHashTableMinLoadFactor()
2771 double Runtime::GetHashTableMaxLoadFactor() const { in GetHashTableMaxLoadFactor()
2775 void Runtime::UpdateProcessState(ProcessState process_state) { in UpdateProcessState()
2781 void Runtime::RegisterSensitiveThread() const { in RegisterSensitiveThread()
2786 bool Runtime::UseJitCompilation() const { in UseJitCompilation()
2790 void Runtime::EnvSnapshot::TakeSnapshot() { in TakeSnapshot()
2804 char** Runtime::EnvSnapshot::GetSnapshot() const { in GetSnapshot()
2808 void Runtime::AddSystemWeakHolder(gc::AbstractSystemWeakHolder* holder) { in AddSystemWeakHolder()
2817 void Runtime::RemoveSystemWeakHolder(gc::AbstractSystemWeakHolder* holder) { in RemoveSystemWeakHolder()
2827 RuntimeCallbacks* Runtime::GetRuntimeCallbacks() { in GetRuntimeCallbacks()
2839 auto pointer_size = Runtime::Current()->GetClassLinker()->GetImagePointerSize(); in operator ()()
2842 if (Runtime::Current()->GetHeap()->IsInBootImageOatFile(code) && in operator ()()
2848 if (Runtime::Current()->GetJit() != nullptr && in operator ()()
2849 Runtime::Current()->GetJit()->GetCodeCache()->IsInZygoteExecSpace(code) && in operator ()()
2869 void Runtime::SetJavaDebuggable(bool value) { in SetJavaDebuggable()
2874 void Runtime::DeoptimizeBootImage() { in DeoptimizeBootImage()
2910 Runtime::ScopedThreadPoolUsage::ScopedThreadPoolUsage() in ScopedThreadPoolUsage()
2911 : thread_pool_(Runtime::Current()->AcquireThreadPool()) {} in ScopedThreadPoolUsage()
2913 Runtime::ScopedThreadPoolUsage::~ScopedThreadPoolUsage() { in ~ScopedThreadPoolUsage()
2914 Runtime::Current()->ReleaseThreadPool(); in ~ScopedThreadPoolUsage()
2917 bool Runtime::DeleteThreadPool() { in DeleteThreadPool()
2930 ThreadPool* Runtime::AcquireThreadPool() { in AcquireThreadPool()
2936 void Runtime::ReleaseThreadPool() { in ReleaseThreadPool()
2942 void Runtime::WaitForThreadPoolWorkersToStart() { in WaitForThreadPoolWorkersToStart()
2950 void Runtime::ResetStartupCompleted() { in ResetStartupCompleted()
2954 class Runtime::NotifyStartupCompletedTask : public gc::HeapTask {
2960 Runtime* const runtime = Runtime::Current(); in Run()
3002 void Runtime::NotifyStartupCompleted() { in NotifyStartupCompleted()
3021 bool Runtime::GetStartupCompleted() const { in GetStartupCompleted()
3025 void Runtime::SetSignalHookDebuggable(bool value) { in SetSignalHookDebuggable()
3029 void Runtime::SetJniIdType(JniIdType t) { in SetJniIdType()
3039 bool Runtime::GetOatFilesExecutable() const { in GetOatFilesExecutable()
3043 void Runtime::ProcessWeakClass(GcRoot<mirror::Class>* root_ptr, in ProcessWeakClass()