Home
last modified time | relevance | path

Searched refs:RUNTIME (Results 1 - 25 of 96) sorted by relevance

1234

/arkcompiler/runtime_core/static_core/runtime/profilesaver/
H A Dprofile_saver.cpp56 LOG(INFO, RUNTIME) << "Cannot find app dir, bad output filename"; in AddTrackedLocations()
67 LOG(ERROR, RUNTIME) << "Runtime is nullptr"; in Start()
72 LOG(ERROR, RUNTIME) << "ProfileSaver is forbidden"; in Start()
77 LOG(ERROR, RUNTIME) << "Invalid output filename"; in Start()
89 LOG(INFO, RUNTIME) << "No code paths should be profiled."; in Start()
94 LOG(INFO, RUNTIME) << "Profile Saver Singleton already exists"; in Start()
99 LOG(INFO, RUNTIME) << "Starting dumping profile saver output file" << outputFilename; in Start()
111 LOG(ERROR, RUNTIME) << "Tried to stop a profile saver which was not started"; in Stop()
116 LOG(ERROR, RUNTIME) << "Tried to stop the profile saver twice"; in Stop()
143 LOG(INFO, RUNTIME) << "ProfileSave in DumpInfo()
[all...]
H A Dprofile_dump_info.cpp150 LOG(INFO, RUNTIME) << "info_it->second.checksum" << infoIt->second.checksum; in MergeWith()
151 LOG(INFO, RUNTIME) << "other_it->second.checksum" << otherIt.second.checksum; in MergeWith()
152 LOG(INFO, RUNTIME) << "Checksum mismatch" << otherIt.first; in MergeWith()
156 LOG(INFO, RUNTIME) << "All checksums match"; in MergeWith()
284 LOG(INFO, RUNTIME) << "Checksum mismatch" << pandaFileLocation; in GetOrAddProfileLineData()
313 LOG(INFO, RUNTIME) << "PandaFileKey exceeds allocated limit"; in Save()
333 LOG(INFO, RUNTIME) << "EMPTY FILE DATA, WERIED!"; in Save()
355 LOG(INFO, RUNTIME) << "Error when reading profile " << error; in Load()
370 LOG(INFO, RUNTIME) << "empty file"; in LoadInternal()
379 LOG(INFO, RUNTIME) << "numbe in LoadInternal()
[all...]
/arkcompiler/runtime_core/static_core/runtime/
H A Dmonitor.cpp150 LOG(DEBUG, RUNTIME) << "The lightweight monitor was successfully recursively acquired"; in HandleLightLockedState()
217 LOG(DEBUG, RUNTIME) << "The lightweight monitor was successfully acquired for the first time"; in HandleUnlockedState()
253 LOG(DEBUG, RUNTIME) << "Try to enter monitor " << std::hex << obj << " with state " << std::dec << state; in MonitorEnter()
297 LOG(FATAL, RUNTIME) << "Not yet implemented"; in MonitorEnter()
300 LOG(FATAL, RUNTIME) << "Undefined object state"; in MonitorEnter()
315 LOG(DEBUG, RUNTIME) << "Try to exit monitor " << std::hex << obj << " with state " << std::dec << state; in MonitorExit()
327 LOG(DEBUG, RUNTIME) << "Caling MonitorEnter on object which isn't owned by this thread"; in MonitorExit()
339 LOG(DEBUG, RUNTIME) << "Exited lightweight lock"; in MonitorExit()
349 LOG(ERROR, RUNTIME) << "Try to perform monitor exit from unlocked state"; in MonitorExit()
352 LOG(FATAL, RUNTIME) << "No in MonitorExit()
[all...]
H A Dmark_word.cpp25 LOG_IF(GetState() != STATE_HASHED, DEBUG, RUNTIME) << "Wrong State"; in GetHashConfigured() local
32 LOG(ERROR, RUNTIME) << "Hash is not stored inside object header!"; in GetHashConfigured()
54 LOG(ERROR, RUNTIME) << "Hash is not stored inside object header!"; in DecodeFromHashConfigured()
66 LOG(ERROR, RUNTIME) << "Hash is stored inside object header and we don't use hash status bit!"; in SetHashedConfigured()
84 LOG(ERROR, RUNTIME) << "Hash is stored inside object header and we don't use hash status bit!"; in IsHashedConfigured()
H A Dloadable_agent.cpp36 LOG(ERROR, RUNTIME) << "Couldn't load library '" << libraryPath_ << "': " << handle.Error().ToString(); in Load()
42 LOG(ERROR, RUNTIME) << "Couldn't resolve '" << loadCallbackName_ << "' in '" << libraryPath_ in Load()
49 LOG(ERROR, RUNTIME) << "Couldn't resolve '" << unloadCallbackName_ << "' in '" << libraryPath_ in Load()
55 LOG(ERROR, RUNTIME) << "'" << loadCallbackName_ << "' failed in '" << libraryPath_ << "'"; in Load()
70 LOG(ERROR, RUNTIME) << "'" << unloadCallbackName_ << "' failed in '" << libraryPath_ << "'"; in Unload()
H A Dthread.cpp124 LOG(FATAL, RUNTIME) << "Post barrier expected"; in InitCardTableData()
177 LOG(DEBUG, RUNTIME) << "Reschedule the execution of a current thread"; in Yield()
246 LOG(FATAL, RUNTIME) << "Initial TLAB size must be greater than 4Kb"; in ManagedThread()
249 LOG(FATAL, RUNTIME) << "Initial TLAB size must be less or equal to max TLAB size"; in ManagedThread()
321 LOG(ERROR, RUNTIME) << "RetrieveStackInfo: fail to get stack info, error = " << strerror(errno); in RetrieveStackInfo()
344 LOG(ERROR, RUNTIME) << "InitForStackOverflowCheck: stack size not enough, stack_base = " << stackBase in InitForStackOverflowCheck()
348 LOG(DEBUG, RUNTIME) << "InitForStackOverflowCheck: stack_base = " << stackBase << ", stack_size = " << stackSize in InitForStackOverflowCheck()
379 LOG(DEBUG, RUNTIME) << "ProtectNativeStack: try to load pages, mprotect error = " << strerror(errno) in ProtectNativeStack()
384 LOG(ERROR, RUNTIME) << "ProtectNativeStack: too large stack, mprotect error = " << strerror(errno) in ProtectNativeStack()
392 LOG(ERROR, RUNTIME) << "ProtectNativeStac in ProtectNativeStack()
504 LOG_IF(HasClearStack(), FATAL, RUNTIME) << "stack should be not empty"; IsInNativeCode() local
513 LOG_IF(HasClearStack(), FATAL, RUNTIME) << "stack should be not empty"; ManagedCodeBegin() local
520 LOG_IF(HasClearStack(), FATAL, RUNTIME) << "stack should be not empty"; ManagedCodeEnd() local
530 LOG_IF(HasClearStack(), FATAL, RUNTIME) << "stack should be not empty"; IsManagedCode() local
[all...]
H A Dlocks.cpp61 LOG(DEBUG, RUNTIME) << "MutatorLock::ReadLock"; in ReadLock()
69 LOG(DEBUG, RUNTIME) << "MutatorLock::WriteLock"; in WriteLock()
76 LOG(DEBUG, RUNTIME) << "MutatorLock::TryReadLock"; in TryReadLock()
86 LOG(DEBUG, RUNTIME) << "MutatorLock::TryWriteLock"; in TryWriteLock()
97 LOG(DEBUG, RUNTIME) << "MutatorLock::Unlock"; in Unlock()
H A Druntime_helpers.cpp30 LOG(ERROR, RUNTIME) << "====================== Stack trace begin ======================"; in PrintStackTrace()
33 LOG(ERROR, RUNTIME) << method->GetClass()->GetName() << "." << method->GetName().data << " at " in PrintStackTrace()
36 LOG(ERROR, RUNTIME) << "====================== Stack trace end ======================"; in PrintStackTrace()
H A Drelayout_profiler.cpp24 LOG(INFO, RUNTIME) << "start writing profile data!"; in WriteProfileData()
25 LOG(INFO, RUNTIME) << "relayout profile location is: " in WriteProfileData()
37 LOG(ERROR, RUNTIME) << "Cannot open the profile file " << profileFileName; in WriteProfileData()
47 LOG(ERROR, RUNTIME) << "record " << itemWithLine << " failed! " << ret.Error().ToString(); in WriteProfileData()
55 LOG(ERROR, RUNTIME) << "record " << itemWithLine << " failed! " << ret.Error().ToString(); in WriteProfileData()
63 LOG(ERROR, RUNTIME) << "record " << itemWithLine << " failed! " << ret.Error().ToString(); in WriteProfileData()
H A Dthread_pool.h124 LOG(DEBUG, RUNTIME) << "Scale thread pool for " << newNThreads << " new threads"; in Scale()
126 LOG(ERROR, RUNTIME) << "Incorrect number of threads " << newNThreads << " for thread pool"; in Scale()
154 LOG(DEBUG, RUNTIME) << "Scale has been completed"; in Scale()
171 LOG(FATAL, RUNTIME) << "Cannot initialize worker thread"; in Help()
187 LOG(FATAL, RUNTIME) << "Cannot destroy worker thread"; in Help()
256 LOG(FATAL, RUNTIME) << "Cannot initialize worker thread"; in WorkerEntry()
273 LOG(DEBUG, RUNTIME) << "Worker " << i << " started to process task"; in WorkerEntry()
277 LOG(FATAL, RUNTIME) << "Cannot destroy worker thread"; in WorkerEntry()
282 LOG(DEBUG, RUNTIME) << "Worker " << i << " is finished"; in WorkerEntry()
362 LOG(FATAL, RUNTIME) << "Canno in REQUIRES()
[all...]
H A Dmonitor_object_lock.cpp34 LOG_IF(state == Monitor::State::ILLEGAL, FATAL, RUNTIME) << "Monitor::Wait() failed"; in Wait()
41 LOG_IF(state == Monitor::State::ILLEGAL, FATAL, RUNTIME) << "Monitor::Wait() failed"; in TimedWait()
48 LOG_IF(state != Monitor::State::OK, FATAL, RUNTIME) << "Monitor::Notify() failed"; in Notify()
54 LOG_IF(state != Monitor::State::OK, FATAL, RUNTIME) << "Monitor::NotifyAll() failed"; in NotifyAll()
H A Ddefault_debugger_agent.cpp28 LOG(ERROR, RUNTIME) << "Could not start debug session"; in Load()
57 LOG(ERROR, RUNTIME) << "'StartDebugger' has failed with " << res; in CallLoadCallback()
71 LOG(ERROR, RUNTIME) << "'StopDebugger' has failed with " << res; in CallUnloadCallback()
H A Druntime.cpp266 LOG(ERROR, RUNTIME) << "Incorrect minimum free heap size percentage (min-free-percentage=" << minFreePercentage in CreateMemorySpaces()
271 LOG(ERROR, RUNTIME) << "Incorrect maximum free heap size percentage (max-free-percentage=" << maxFreePercentage in CreateMemorySpaces()
276 LOG(ERROR, RUNTIME) << "Minimum free heap size percentage(min-free-percentage=" << minFreePercentage in CreateMemorySpaces()
293 LOG(ERROR, RUNTIME) << "Initial heap size (" << initialObjectSize << ") must be <= max heap size (" in CreateMemorySpaces()
332 LOG(ERROR, RUNTIME) << "Failed to create memory spaces for runtime"; in Create()
346 LOG(ERROR, RUNTIME) << "Failed to create runtime instance"; in Create()
351 LOG(ERROR, RUNTIME) << "Failed to initialize runtime"; in Create()
391 LOG(ERROR, RUNTIME) << "Failed to shutdown runtime"; in DestroyUnderLockHolder()
661 LOG(FATAL, RUNTIME) << "Load boot panda file failed: " << name; in LoadBootPandaFiles()
663 LOG(ERROR, RUNTIME) << "Loa in LoadBootPandaFiles()
[all...]
H A Dlock_order_graph.cpp54 LOG(DEBUG, RUNTIME) << "Thread " << threadId << " has changed its status during graph construction"; in CheckForTerminationLoops()
59 LOG(DEBUG, RUNTIME) << "LockOrderGraph node: " << threadId << ", is NATIVE = " << nodes[threadId]; in CheckForTerminationLoops()
65 LOG(DEBUG, RUNTIME) << "LockOrderGraph node: " << threadId << ", in termination loop"; in CheckForTerminationLoops()
73 LOG(DEBUG, RUNTIME) << "Graph has been changed during its construction. Previous edge " in CheckForTerminationLoops()
79 LOG(DEBUG, RUNTIME) << "LockOrderGraph edge: " << from_thread_id << " -> " << toThreadId; in CheckForTerminationLoops()
H A Dsignal_handler.cpp50 LOG(ERROR, RUNTIME) << "Native thread segmentation fault"; in DumpStackTrace()
57 LOG(ERROR, RUNTIME) << "Managed thread segmentation fault"; in DumpStackTrace()
60 LOG(ERROR, RUNTIME) << method->GetClass()->GetName() << "." << method->GetName().data << " at " in DumpStackTrace()
67 LOG(WARNING, RUNTIME) << "panda vm can not handle sig " << sig << ", call next handler"; in UseDebuggerdSignalHandler()
130 LOG(FATAL, RUNTIME) << "handler doesn't exist: " << handler; in RemoveHandler()
257 LOG(INFO, RUNTIME) << "Runtime SEGV handler: the entrypoint is not from JIT code"; in FindCompilerEntrypoint()
273 LOG(DEBUG, RUNTIME) << "Handling SIGSEGV signal. PC:" << std::hex << pc; in DetectSEGVFromCompiledCode()
378 LOG(INFO, RUNTIME) << "SEGV can't be handled. No matching entry found in the NullCheck table.\n" in DetectSEGVFromNullCheck()
381 LOG(INFO, RUNTIME) << "nullcheck: " << std::hex << (entrypoint + icheck.GetInstNativePc()); in DetectSEGVFromNullCheck()
386 LOG(DEBUG, RUNTIME) << "P in DetectSEGVFromNullCheck()
[all...]
H A Druntime_controller.cpp52 LOG(ERROR, RUNTIME) << "Failed to get file name from path: " << path; in IsInPermitList()
70 LOG(ERROR, RUNTIME) << "Failed to get realpath for " << path; in CanLoadPandaFile()
76 LOG(WARNING, RUNTIME) << "Disallow loading panda file in data directory : " << path; in CanLoadPandaFile()
H A Dmt_thread_manager.cpp50 LOG(FATAL, RUNTIME) << "Out of internal thread ids"; in GetInternalThreadId()
101 LOG(DEBUG, RUNTIME) << "Daemon thread " << thread->GetId() in DeregisterSuspendedThreads()
108 LOG(DEBUG, RUNTIME) << "Potential termination loop with daemon threads is detected"; in DeregisterSuspendedThreads()
129 LOG(DEBUG, RUNTIME) << "Termination loop with daemon threads was not confirmed"; in StopThreadsOnTerminationLoops()
188 LOG(DEBUG, RUNTIME) << "Stopping daemon thread " << thread->GetId(); in REQUIRES()
292 LOG(DEBUG, RUNTIME) << "Stopping thread " << thread->GetId(); in UnregisterExitedThread()
319 LOG(INFO, RUNTIME) << __func__ << " is an empty implementation now."; in RegisterSensitiveThread()
H A Dmark_word.h288 LOG(DEBUG, RUNTIME) << "Undefined object state"; in GetState()
295 LOG_IF(GetState() != STATE_LIGHT_LOCKED, DEBUG, RUNTIME) << "Wrong State"; in GetThreadId() local
301 LOG_IF(GetState() != STATE_LIGHT_LOCKED, DEBUG, RUNTIME) << "Wrong State"; in GetLockCount() local
309 LOG_IF(GetState() != STATE_GC, DEBUG, RUNTIME) << "Wrong State"; in GetForwardingAddress() local
320 LOG_IF(GetState() != STATE_HEAVY_LOCKED, DEBUG, RUNTIME) << "Wrong State"; in GetMonitorId() local
384 LOG_IF(GetState() != STATE_GC, DEBUG, RUNTIME) << "Wrong State"; in GetForwardingAddressField() local
/arkcompiler/runtime_core/static_core/runtime/tests/intrusive-tests/clear_interrupted_intrusive_test/
H A Dsync_api.cpp25 LOG(INFO, RUNTIME) << "Point 1: Waiting for thread interruption"; in WaitForThreadInterruption()
28 LOG(INFO, RUNTIME) << "Point 3: Thread has been interrupted"; in WaitForThreadInterruption()
33 LOG(INFO, RUNTIME) << "Point 2: Interrupting thread"; in NotifyAboutThreadInterruption()
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Dinterpreter_impl.cpp42 LOG(DEBUG, RUNTIME) << "Setting up LLVM Irtoc dispatch table"; in ExecuteImplType()
50 LOG(FATAL, RUNTIME) << "--interpreter-type=llvm is not supported in this configuration"; in ExecuteImplType()
54 LOG(DEBUG, RUNTIME) << "Setting up Irtoc dispatch table"; in ExecuteImplType()
62 LOG(FATAL, RUNTIME) << "--interpreter-type=irtoc is not supported in this configuration"; in ExecuteImplType()
109 LOG(FATAL, RUNTIME) << "--debug-mode=true option is supported only with --interpreter-type=cpp"; in ExecuteImpl()
115 LOG(FATAL, RUNTIME) << "For dynamic languages, --gc-type=" << mem::GCStringFromType(gcType) in ExecuteImpl()
120 LOG(INFO, RUNTIME) << "Dynamic types profiling disabled, use --interpreter-type=cpp to enable"; in ExecuteImpl()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_vm_api.cpp98 LOG(DEBUG, RUNTIME) << "CreateRuntime"; in CreateRuntime()
101 LOG(ERROR, RUNTIME) << "CreateRuntime: cannot create ets runtime"; in CreateRuntime()
126 LOG(DEBUG, RUNTIME) << "DestroyEtsRuntime: enter"; in DestroyRuntime()
128 LOG(DEBUG, RUNTIME) << "DestroyEtsRuntime: result = " << res; in DestroyRuntime()
136 LOG(INFO, RUNTIME) << "ExecuteEtsMain: '" << pfPath << "'"; in ExecuteMain()
138 LOG(INFO, RUNTIME) << "ExecuteEtsMain: result = " << (res ? std::to_string(res.Value()) : "failed"); in ExecuteMain()
151 LOG(DEBUG, RUNTIME) << "BindNative: Cannot find class '" << classDescriptor << "'"; in BindNative()
159 LOG(DEBUG, RUNTIME) << "BindNative: Cannot find method '" << classDescriptor << "." << methodName << "'`"; in BindNative()
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dsighook.cpp61 LOG(FATAL, RUNTIME) << "failed to create sigchain thread key: " << os::Error(rc).ToString(); in GetHandlingSignalKey()
126 LOG(FATAL, RUNTIME) << "failed to Register Hook Action, too much handlers"; in RegisterHookAction()
178 LOG(FATAL, RUNTIME) << "failed to find remove hook handler"; in RemoveHookAction()
291 LOG(FATAL, RUNTIME) << "Actually signal:" << signo << " | register sigaction's handler == SIG_DFL"; in Handler()
310 LOG(ERROR, RUNTIME) << "dlsym(RTLD_DEFAULT, " << name << ") can not find really " << name; in FindRealSignal()
315 LOG(INFO, RUNTIME) << "find " << name << " success"; in FindRealSignal()
346 LOG(ERROR, RUNTIME) << "illegal signal " << signal; in RegisterUserHandler()
427 LOG(FATAL, RUNTIME) << "illegal signal " << signal; in RegisterHookHandler()
441 LOG(FATAL, RUNTIME) << "illegal signal " << signal; in RemoveHookHandler()
454 LOG(FATAL, RUNTIME) << "illega in CheckOldHookHandler()
[all...]
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dmemory_manager.cpp32 LOG(ERROR, RUNTIME) << "Failed to allocate HeapManager"; in CreateHeapManager()
38 LOG(ERROR, RUNTIME) << "Failed to initialize HeapManager"; in CreateHeapManager()
67 LOG(FATAL, RUNTIME) << "Pause time goal is supported with G1 GC and pause-time-goal trigger only"; in Create()
74 LOG(ERROR, RUNTIME) << "Failed to allocate GlobalObjectStorage"; in Create()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
H A Dets_napi_invoke_interface.cpp32 LOG(ERROR, RUNTIME) << "Cannot destroy eTS VM, it is null"; in DestroyEtsVM()
38 LOG(ERROR, RUNTIME) << "Cannot destroy eTS VM, there is no current runtime"; in DestroyEtsVM()
61 LOG(ERROR, RUNTIME) << "Cannot get environment, p_env is null"; in GetEnv()
67 LOG(ERROR, RUNTIME) << "Cannot get environment, there is no current coroutine"; in GetEnv()
150 LOG(ERROR, RUNTIME) << "No such mobile log option"; in EtsMobileLogPrint()
231 LOG(ERROR, RUNTIME) << "No such option"; in ParseOptionsHelper()
274 LOG(ERROR, RUNTIME) << "Cannot create runtime"; in ETS_CreateVM()
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dmock_queue_thread_pool.cpp99 LOG(DEBUG, RUNTIME) << "Cannot get an element, queue is empty";
104 LOG(DEBUG, RUNTIME) << "Extract task " << task.GetId();
141 LOG(DEBUG, RUNTIME) << "Task " << task.GetId() << " has been solved"; in SolveTask()
175 LOG(DEBUG, RUNTIME) << "Queue task " << task.GetId(); in CreateTasks()
201 LOG(DEBUG, RUNTIME) << "Number of solved tasks is " << solvedTasks << " (" << rate << "%)"; in TestThreadPool()
309 LOG(DEBUG, RUNTIME) << "Number of solved tasks is " << solvedTasks << " (" << rate << "%)"; in TestThreadPoolWithControllers()

Completed in 15 milliseconds

1234