Home
last modified time | relevance | path

Searched defs:thread (Results 1 - 25 of 740) sorted by relevance

12345678910>>...30

/arkcompiler/ets_runtime/ecmascript/
H A Druntime_lock.cpp20 RuntimeLockHolder::RuntimeLockHolder(JSThread *thread, Mutex &mtx) in RuntimeLockHolder() argument
H A Djs_string_iterator.cpp20 JSHandle<JSStringIterator> JSStringIterator::CreateStringIterator(const JSThread *thread, in CreateStringIterator() argument
H A Dtagged_array-inl.h24 inline void TaggedArray::Set(const JSThread *thread, uint32_t idx, const T &value) in Set() argument
/arkcompiler/runtime_core/platforms/unix/libpandabase/
H A Dthread.h19 namespace panda::os::thread { namespace in panda::os
/arkcompiler/runtime_core/platforms/windows/libpandabase/
H A Dthread.h19 namespace panda::os::thread { namespace in panda::os
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dthread.h23 namespace ark::os::thread { namespace in ark::os
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H A Dthread.h19 namespace ark::os::thread { namespace in ark::os
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_finalization_registry.cpp27 ManagedThread *thread = ManagedThread::GetCurrent(); in StdFinalizationRegistryRegisterInstance() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_cjs_exports.cpp21 JSThread *thread = argv->GetThread(); in CjsExportsConstructor() local
H A Dbuiltins_shared_function.cpp22 JSThread *thread = argv->GetThread(); in SharedFunctionConstructor() local
H A Dbuiltins_shared_object.cpp22 JSThread *thread = argv->GetThread(); in SharedObjectConstructor() local
H A Dbuiltins.h42 Builtins(JSThread *thread, ObjectFactory *factory, EcmaVM *vm) in Builtins() argument
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dproperty_box.cpp19 void PropertyBox::Clear(const JSThread *thread) in Clear() argument
/arkcompiler/runtime_core/platforms/common/runtime/
H A Dthread.cpp23 void Thread::SetCurrent(Thread *thread) in SetCurrent() argument
/arkcompiler/runtime_core/static_core/platforms/common/runtime/
H A Dthread.cpp23 void Thread::SetCurrent(Thread *thread) in SetCurrent() argument
/arkcompiler/runtime_core/static_core/runtime/
H A Dhandle_base-inl.h25 HandleBase::HandleBase(ManagedThread *thread, T value) in HandleBase() argument
H A Druntime_helpers.cpp28 auto thread = ManagedThread::GetCurrent(); in PrintStackTrace() local
H A Dobject_accessor-impl.cpp42 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 Dtest_interpreter_impl.cpp24 void ExecuteImpl(ManagedThread *thread, const uint8_t *pc, Frame *frame) in ExecuteImpl() argument
H A Dtest_interpreter.cpp23 void Execute(ManagedThread *thread, const uint8_t *pc, Frame *frame) in Execute() argument
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dweak_ref_semi_gc_test.cpp29 static TaggedArray *ArrayTestCreate(JSThread *thread) in ArrayTestCreate() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/module/
H A Dmodule_message_helper.h25 static inline CString VmModuleInfoMessage(JSThread *thread) in VmModuleInfoMessage() argument
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dexceptions.h107 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 Druntime_interface.cpp23 ObjectHeader *RuntimeInterface::CreateObject(ManagedThread *thread, Class *klass) in CreateObject() argument
/arkcompiler/ets_runtime/ecmascript/base/
H A Dbuiltins_base.cpp22 JSThread *thread = msg->GetThread(); in GetArgsArray() local

Completed in 5 milliseconds

12345678910>>...30