| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | runtime_lock.cpp | 20 RuntimeLockHolder::RuntimeLockHolder(JSThread *thread, Mutex &mtx) in RuntimeLockHolder() argument
|
| H A D | js_string_iterator.cpp | 20 JSHandle<JSStringIterator> JSStringIterator::CreateStringIterator(const JSThread *thread, in CreateStringIterator() argument
|
| H A D | tagged_array-inl.h | 24 inline void TaggedArray::Set(const JSThread *thread, uint32_t idx, const T &value) in Set() argument
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| H A D | thread.h | 19 namespace panda::os::thread { namespace in panda::os
|
| /arkcompiler/runtime_core/platforms/windows/libpandabase/ |
| H A D | thread.h | 19 namespace panda::os::thread { namespace in panda::os
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| H A D | thread.h | 23 namespace ark::os::thread { namespace in ark::os
|
| /arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
| H A D | thread.h | 19 namespace ark::os::thread { namespace in ark::os
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| H A D | std_core_finalization_registry.cpp | 27 ManagedThread *thread = ManagedThread::GetCurrent(); in StdFinalizationRegistryRegisterInstance() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_cjs_exports.cpp | 21 JSThread *thread = argv->GetThread(); in CjsExportsConstructor() local
|
| H A D | builtins_shared_function.cpp | 22 JSThread *thread = argv->GetThread(); in SharedFunctionConstructor() local
|
| H A D | builtins_shared_object.cpp | 22 JSThread *thread = argv->GetThread(); in SharedObjectConstructor() local
|
| H A D | builtins.h | 42 Builtins(JSThread *thread, ObjectFactory *factory, EcmaVM *vm) in Builtins() argument
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| H A D | property_box.cpp | 19 void PropertyBox::Clear(const JSThread *thread) in Clear() argument
|
| /arkcompiler/runtime_core/platforms/common/runtime/ |
| H A D | thread.cpp | 23 void Thread::SetCurrent(Thread *thread) in SetCurrent() argument
|
| /arkcompiler/runtime_core/static_core/platforms/common/runtime/ |
| H A D | thread.cpp | 23 void Thread::SetCurrent(Thread *thread) in SetCurrent() argument
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | handle_base-inl.h | 25 HandleBase::HandleBase(ManagedThread *thread, T value) in HandleBase() argument
|
| H A D | runtime_helpers.cpp | 28 auto thread = ManagedThread::GetCurrent(); in PrintStackTrace() local
|
| H A D | object_accessor-impl.cpp | 42 ObjectAccessor::GetBarrierSet(const ManagedThread *thread) in GetBarrierSet() argument 52 ObjectAccessor::GetPreBarrierType(const ManagedThread *thread) in GetPreBarrierType() argument 62 ObjectAccessor::GetPostBarrierType(const ManagedThread *thread) in GetPostBarrierType() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tests/interpreter/ |
| H A D | test_interpreter_impl.cpp | 24 void ExecuteImpl(ManagedThread *thread, const uint8_t *pc, Frame *frame) in ExecuteImpl() argument
|
| H A D | test_interpreter.cpp | 23 void Execute(ManagedThread *thread, const uint8_t *pc, Frame *frame) in Execute() argument
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | weak_ref_semi_gc_test.cpp | 29 static TaggedArray *ArrayTestCreate(JSThread *thread) in ArrayTestCreate() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/module/ |
| H A D | module_message_helper.h | 25 static inline CString VmModuleInfoMessage(JSThread *thread) in VmModuleInfoMessage() argument
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| H A D | exceptions.h | 107 inline void SetExceptionEvent([[maybe_unused]] events::ExceptionType type, [[maybe_unused]] ManagedThread *thread) in SetExceptionEvent() argument [all...] |
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| H A D | runtime_interface.cpp | 23 ObjectHeader *RuntimeInterface::CreateObject(ManagedThread *thread, Class *klass) in CreateObject() argument
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | builtins_base.cpp | 22 JSThread *thread = msg->GetThread(); in GetArgsArray() local
|