Searched defs:RUNTIME (Results 1 - 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/ |
| H A D | ets_suites.py | 27 RUNTIME = "ets-runtime" variable in EtsSuites
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | mark_word.cpp | 25 LOG_IF(GetState() != STATE_HASHED, DEBUG, RUNTIME) << "Wrong State"; in GetHashConfigured() local
|
| H A D | mark_word.h | 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
|
| H A D | thread.cpp | 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...] |
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| H A D | js_stackgetter.h | 36 RUNTIME, member in panda::ecmascript::RunningState
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| H A D | global_ts_type_ref.h | 76 RUNTIME, member in panda::ecmascript::ModuleTableIdx
|
Completed in 4 milliseconds