Home
last modified time | relevance | path

Searched defs:thread (Results 1 – 25 of 833) sorted by relevance

12345678910>>...34

/arkcompiler/runtime_core/static_core/runtime/
Dexceptions.cpp38 void ThrowException(const LanguageContext &ctx, ManagedThread *thread, const uint8_t *mutf8Name, in ThrowException()
44 static LanguageContext GetLanguageContext(ManagedThread *thread) in GetLanguageContext()
52 auto *thread = ManagedThread::GetCurrent(); in ThrowNullPointerException() local
57 void ThrowNullPointerException(const LanguageContext &ctx, ManagedThread *thread) in ThrowNullPointerException()
63 void ThrowStackOverflowException(ManagedThread *thread) in ThrowStackOverflowException()
71 auto *thread = ManagedThread::GetCurrent(); in ThrowArrayIndexOutOfBoundsException() local
77 const LanguageContext &ctx, ManagedThread *thread) in ThrowArrayIndexOutOfBoundsException()
87 auto *thread = ManagedThread::GetCurrent(); in ThrowIndexOutOfBoundsException() local
95 auto *thread = ManagedThread::GetCurrent(); in ThrowIllegalStateException() local
102 auto *thread = ManagedThread::GetCurrent(); in ThrowStringIndexOutOfBoundsException() local
[all …]
Dmt_thread_manager.cpp65 for (auto thread : threads_) { in GetThreadByInternalThreadIdWithLockHeld() local
80 MTManagedThread *thread = *i; in DeregisterSuspendedThreads() local
116 void MTThreadManager::DecreaseCountersForThread(MTManagedThread *thread) in DecreaseCountersForThread()
136 MTManagedThread *thread = *i; in StopThreadsOnTerminationLoops() local
175 for (const auto &thread : daemonThreads_) { in WaitForDeregistration() local
186 for (auto thread : threads_) { in StopDaemonThreads() local
217 EnumerateThreadsWithLockheld([curThread](ManagedThread *thread) { in SuspendAllThreads()
231 EnumerateThreadsWithLockheld([curThread, &isExists](ManagedThread *thread) { in IsRunningThreadExist()
251 EnumerateThreadsWithLockheld([curThread](ManagedThread *thread) { in ResumeAllThreads()
259 void MTThreadManager::RegisterThread(MTManagedThread *thread) in RegisterThread()
[all …]
Dobject_accessor-impl.cpp42 ObjectAccessor::GetBarrierSet(const ManagedThread *thread) in GetBarrierSet()
52 ObjectAccessor::GetPreBarrierType(const ManagedThread *thread) in GetPreBarrierType()
62 ObjectAccessor::GetPostBarrierType(const ManagedThread *thread) in GetPostBarrierType()
/arkcompiler/ets_runtime/ecmascript/
Dlinked_hash_table.cpp22 JSHandle<Derived> LinkedHashTable<Derived, HashObject>::Create(const JSThread *thread, in Create()
43 JSHandle<Derived> LinkedHashTable<Derived, HashObject>::Insert(const JSThread *thread, const JSHand… in Insert()
68 JSHandle<Derived> LinkedHashTable<Derived, HashObject>::InsertWeakRef(const JSThread *thread, in InsertWeakRef()
97 JSHandle<Derived> LinkedHashTable<Derived, HashObject>::GrowCapacity(const JSThread *thread, in GrowCapacity()
111 JSHandle<Derived> LinkedHashTable<Derived, HashObject>::Remove(const JSThread *thread, const JSHand… in Remove()
124 JSHandle<Derived> LinkedHashTable<Derived, HashObject>::Shrink(const JSThread *thread, const JSHand… in Shrink()
140 JSHandle<LinkedHashMap> LinkedHashMap::Create(const JSThread *thread, int numberOfElements, MemSpac… in Create()
145 JSHandle<LinkedHashMap> LinkedHashMap::Delete(const JSThread *thread, const JSHandle<LinkedHashMap>… in Delete()
151 JSHandle<LinkedHashMap> LinkedHashMap::Set(const JSThread *thread, const JSHandle<LinkedHashMap> &o… in Set()
157 JSHandle<LinkedHashMap> LinkedHashMap::SetWeakRef(const JSThread *thread, const JSHandle<LinkedHash… in SetWeakRef()
[all …]
Djs_tagged_value.cpp82 JSTaggedNumber JSTaggedValue::ToNumber(JSThread *thread, JSTaggedValue tagged) in ToNumber()
124 JSTaggedNumber JSTaggedValue::ToNumber(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToNumber()
129 JSTaggedValue JSTaggedValue::ToBigInt(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToBigInt()
171 JSTaggedValue JSTaggedValue::ToBigInt64(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToBigInt64()
187 JSTaggedValue JSTaggedValue::ToBigUint64(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToBigUint64()
201 JSTaggedNumber JSTaggedValue::ToInteger(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToInteger()
209 int32_t JSTaggedValue::ToInt32(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToInt32()
216 uint32_t JSTaggedValue::ToUint32(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToUint32()
221 int16_t JSTaggedValue::ToInt16(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToInt16()
229 uint16_t JSTaggedValue::ToUint16(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToUint16()
[all …]
Dtagged_tree.cpp23 JSHandle<Derived> TaggedTree<Derived>::Create(const JSThread *thread, int numberOfElements) in Create()
40 void TaggedTree<Derived>::InsertRebalance(const JSThread *thread, int index) in InsertRebalance()
81 void TaggedTree<Derived>::LeftRotate(const JSThread *thread, int index) in LeftRotate()
108 void TaggedTree<Derived>::RightRotate(const JSThread *thread, int index) in RightRotate()
135 JSHandle<Derived> TaggedTree<Derived>::AdjustTaggedTree(const JSThread *thread, const JSHandle<Deri… in AdjustTaggedTree()
177 void TaggedTree<Derived>::Transplant(const JSThread *thread, int dst, int src) in Transplant()
193 void TaggedTree<Derived>::Remove(const JSThread *thread, const JSHandle<Derived> &tree, int entry) in Remove()
222 void TaggedTree<Derived>::DeleteRebalance(const JSThread *thread, int index) in DeleteRebalance()
311 int TaggedTree<Derived>::FindEntry(JSThread *thread, const JSHandle<Derived> &tree, const JSHandle<… in FindEntry()
340 ComparisonResult TaggedTree<Derived>::EntryCompare(JSThread *thread, const JSHandle<JSTaggedValue> … in EntryCompare()
[all …]
Decma_macros.h45 …#define ENQUEUE_JOB_TRACE(thread, pendingJob) job::EnqueueJobTrace enqueueJobTrace(thread, pending… argument
46 …#define EXECUTE_JOB_TRACE(thread, pendingJob) job::ExecuteJobTrace executeJobTrace(thread, pending… argument
50 #define ENQUEUE_JOB_TRACE(thread, pendingJob) argument
51 #define EXECUTE_JOB_TRACE(thread, pendingJob) argument
60 #define SET_VALUE_WITH_BARRIER(thread, addr, offset, value) \ argument
221 #define RETURN_IF_ABRUPT_COMPLETION(thread) \ argument
229 #define RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, value) \ argument
237 #define RETURN_VALUE_IF_ABRUPT_COMPLETION_WITH_DATA_DELETE(thread, value, flagsStr) \ argument
246 #define RETURN_EXCEPTION_IF_ABRUPT_COMPLETION(thread) \ argument
254 #define RETURN_EXCEPTION_AND_POP_JOINSTACK(thread, value) \ argument
[all …]
Dtagged_tree.h101 inline void SetCapacity(const JSThread *thread, int capacity) in SetCapacity()
111 inline void SetNumberOfElements(const JSThread *thread, uint32_t num) in SetNumberOfElements()
116 inline void SetNumberOfDeletedElements(const JSThread *thread, int num) in SetNumberOfDeletedElements()
121 inline void SetRootEntries(const JSThread *thread, int num) in SetRootEntries()
136 inline void SetKey(const JSThread *thread, uint32_t entry, JSTaggedValue key) in SetKey()
142 inline void SetValue(const JSThread *thread, uint32_t entry, JSTaggedValue value) in SetValue()
148 inline void SetCompare(const JSThread *thread, JSTaggedValue fn) in SetCompare()
241 inline void SetElement(const JSThread *thread, uint32_t index, JSTaggedValue element) in SetElement()
247 inline void SetParent(const JSThread *thread, int entry, JSTaggedValue value) in SetParent()
256 inline void SetRoot(JSThread *thread, int index, JSTaggedValue key, JSTaggedValue value) in SetRoot()
[all …]
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
Dtest_runner.h43 void Breakpoint(PtThread thread, Method *method, const PtLocation &location) override in Breakpoint()
64 … void Exception(PtThread thread, Method *method, const PtLocation &location, ObjectHeader *object, in Exception()
72 …void ExceptionCatch(PtThread thread, Method *method, const PtLocation &location, ObjectHeader *obj… in ExceptionCatch()
79 …void PropertyAccess(PtThread thread, Method *method, const PtLocation &location, ObjectHeader *obj… in PropertyAccess()
87 …void PropertyModification(PtThread thread, Method *method, const PtLocation &location, ObjectHeade… in PropertyModification()
95 void FramePop(PtThread thread, Method *method, bool wasPoppedByException) override in FramePop()
116 void MethodEntry(PtThread thread, Method *method) override in MethodEntry()
123 …void MethodExit(PtThread thread, Method *method, bool wasPoppedByException, VRegValue returnValue)… in MethodExit()
130 void SingleStep(PtThread thread, Method *method, const PtLocation &location) override in SingleStep()
137 void ThreadStart(PtThread thread) override in ThreadStart()
[all …]
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp22 JSTaggedValue SlowRuntimeStub::CallSpread(JSThread *thread, JSTaggedValue func, JSTaggedValue obj, in CallSpread()
34 JSTaggedValue SlowRuntimeStub::Neg(JSThread *thread, JSTaggedValue value) in Neg()
43 JSTaggedValue SlowRuntimeStub::AsyncFunctionEnter(JSThread *thread) in AsyncFunctionEnter()
51 JSTaggedValue SlowRuntimeStub::ToNumber(JSThread *thread, JSTaggedValue value) in ToNumber()
61 JSTaggedValue SlowRuntimeStub::ToNumeric(JSThread *thread, JSTaggedValue value) in ToNumeric()
71 JSTaggedValue SlowRuntimeStub::Not(JSThread *thread, JSTaggedValue value) in Not()
80 JSTaggedValue SlowRuntimeStub::Inc(JSThread *thread, JSTaggedValue value) in Inc()
89 JSTaggedValue SlowRuntimeStub::Dec(JSThread *thread, JSTaggedValue value) in Dec()
98 void SlowRuntimeStub::Throw(JSThread *thread, JSTaggedValue value) in Throw()
104 JSTaggedValue SlowRuntimeStub::GetPropIterator(JSThread *thread, JSTaggedValue value) in GetPropIterator()
[all …]
/arkcompiler/ets_runtime/ecmascript/daemon/
Ddaemon_task-inl.h32 TriggerConcurrentMarkTask<gcType, gcReason>::TriggerConcurrentMarkTask(JSThread *thread) in TriggerConcurrentMarkTask()
43 TriggerCollectGarbageTask<gcType, gcReason>::TriggerCollectGarbageTask(JSThread *thread) in TriggerCollectGarbageTask()
49 DaemonThread *thread = DaemonThread::GetInstance(); in TerminateDaemonTaskRunner() local
54 inline TerminateDaemonTask::TerminateDaemonTask(JSThread *thread) in TerminateDaemonTask()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h59 JSTaggedValue RuntimeStubs::RuntimeInc(JSThread *thread, const JSHandle<JSTaggedValue> &value) in RuntimeInc()
71 JSTaggedValue RuntimeStubs::RuntimeDec(JSThread *thread, const JSHandle<JSTaggedValue> &value) in RuntimeDec()
83 JSTaggedValue RuntimeStubs::RuntimeExp(JSThread *thread, JSTaggedValue base, JSTaggedValue exponent) in RuntimeExp()
119 JSTaggedValue RuntimeStubs::RuntimeIsIn(JSThread *thread, const JSHandle<JSTaggedValue> &prop, in RuntimeIsIn()
132 JSTaggedValue RuntimeStubs::RuntimeInstanceof(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in RuntimeInstanceof()
140 JSTaggedValue RuntimeStubs::RuntimeInstanceofByHandler(JSThread *thread, JSHandle<JSTaggedValue> ta… in RuntimeInstanceofByHandler()
176 JSTaggedValue RuntimeStubs::RuntimeCreateGeneratorObj(JSThread *thread, const JSHandle<JSTaggedValu… in RuntimeCreateGeneratorObj()
191 JSTaggedValue RuntimeStubs::RuntimeCreateAsyncGeneratorObj(JSThread *thread, const JSHandle<JSTagge… in RuntimeCreateAsyncGeneratorObj()
206 JSTaggedValue RuntimeStubs::RuntimeGetTemplateObject(JSThread *thread, const JSHandle<JSTaggedValue… in RuntimeGetTemplateObject()
213 JSTaggedValue RuntimeStubs::RuntimeGetNextPropName(JSThread *thread, const JSHandle<JSTaggedValue> … in RuntimeGetNextPropName()
[all …]
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_extra_profiler.h47 void SetReceiver(const JSThread *thread, JSTaggedValue value) in SetReceiver()
52 void SetHolder(const JSThread *thread, JSTaggedValue value) in SetHolder()
67 void Clear(const JSThread *thread) in Clear()
73 void ClearReceiver(const JSThread *thread) in ClearReceiver()
78 void ClearHolder(const JSThread *thread) in ClearHolder()
/arkcompiler/ets_runtime/ecmascript/tests/
Decma_container_common.h58 static JSObject *JSObjectTestCreate(JSThread *thread) in JSObjectTestCreate()
69 static JSAPIArrayList *CreateArrayList(JSThread *thread) in CreateArrayList()
81 static JSAPIPlainArray *CreatePlainArray(JSThread *thread) in CreatePlainArray()
95 static JSAPIDeque *CreateJSApiDeque(JSThread *thread) in CreateJSApiDeque()
106 static JSAPIHashMap *CreateHashMap(JSThread *thread) in CreateHashMap()
118 static JSAPIHashSet *CreateHashSet(JSThread *thread) in CreateHashSet()
130 static JSAPILightWeightMap *CreateLightWeightMap(JSThread *thread) in CreateLightWeightMap()
147 static JSAPILightWeightSet *CreateLightWeightSet(JSThread *thread) in CreateLightWeightSet()
162 static JSAPILinkedList *CreateLinkedList(JSThread *thread) in CreateLinkedList()
175 static JSAPIList *CreateList(JSThread *thread) in CreateList()
[all …]
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinspector.cpp100 void Inspector::ConsoleCall(PtThread thread, ConsoleCallType type, uint64_t timestamp, in ConsoleCall()
111 void Inspector::Exception(PtThread thread, Method * /* method */, const PtLocation & /* location */, in Exception()
121 void Inspector::FramePop(PtThread thread, Method * /* method */, bool /* was_popped_by_exception */) in FramePop()
130 void Inspector::MethodEntry(PtThread thread, Method * /* method */) in MethodEntry()
156 void Inspector::SingleStep(PtThread thread, Method * /* method */, const PtLocation &location) in SingleStep()
165 void Inspector::ThreadStart(PtThread thread) in ThreadStart()
192 void Inspector::ThreadEnd(PtThread thread) in ThreadEnd()
203 void Inspector::RuntimeEnable(PtThread thread) in RuntimeEnable()
208 void Inspector::RunIfWaitingForDebugger(PtThread thread) in RunIfWaitingForDebugger()
216 void Inspector::Pause(PtThread thread) in Pause()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_compiler.cpp138 auto *thread = vm->GetAssociatedJSThread(); in Compile() local
338 auto *thread = vm->GetAssociatedJSThread(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
358 auto *thread = vm->GetAssociatedJSThread(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
380 auto *thread = vm->GetAssociatedJSThread(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
400 auto *thread = vm->GetAssociatedJSThread(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
421 auto *thread = vm->GetAssociatedJSThread(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
441 auto *thread = vm->GetAssociatedJSThread(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
461 auto *thread = vm->GetAssociatedJSThread(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
481 auto *thread = vm->GetAssociatedJSThread(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
496 auto *thread = vm->GetAssociatedJSThread(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
[all …]
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_cjs_module.cpp25 JSThread *thread = argv->GetThread(); in CjsModuleConstructor() local
36 JSThread *thread = msg->GetThread(); in Compiler() local
45 JSThread *thread = msg->GetThread(); in Load() local
54 JSThread *thread = argv->GetThread(); in ResolveFilename() local
79 JSThread *thread = msg->GetThread(); in Require() local
88 JSThread *thread = msg->GetThread(); in GetExportsForCircularRequire() local
97 JSThread *thread = msg->GetThread(); in UpdateChildren() local
Dbuiltins_reflect.cpp27 JSThread *thread = argv->GetThread(); in ReflectApply() local
35 JSTaggedValue BuiltinsReflect::ReflectApplyInternal(JSThread *thread, JSHandle<JSTaggedValue> targe… in ReflectApplyInternal()
65 JSThread *thread = argv->GetThread(); in ReflectConstruct() local
88 JSTaggedValue BuiltinsReflect::ReflectConstructInternal(JSThread *thread, JSHandle<JSTaggedValue> t… in ReflectConstructInternal()
106 JSThread *thread = argv->GetThread(); in ReflectDefineProperty() local
130 JSThread *thread = argv->GetThread(); in ReflectDeleteProperty() local
149 JSThread *thread = argv->GetThread(); in ReflectGet() local
174 JSThread *thread = argv->GetThread(); in ReflectGetOwnPropertyDescriptor() local
200 JSThread *thread = argv->GetThread(); in ReflectGetPrototypeOf() local
216 JSThread *thread = argv->GetThread(); in ReflectHas() local
[all …]
Dbuiltins_math.cpp30 JSThread *thread = argv->GetThread(); in Abs() local
53 JSThread *thread = argv->GetThread(); in Acos() local
72 JSThread *thread = argv->GetThread(); in Acosh() local
90 JSThread *thread = argv->GetThread(); in Asin() local
108 JSThread *thread = argv->GetThread(); in Asinh() local
127 JSThread *thread = argv->GetThread(); in Atan() local
146 JSThread *thread = argv->GetThread(); in Atanh() local
164 JSThread *thread = argv->GetThread(); in Atan2() local
195 JSThread *thread = argv->GetThread(); in Cbrt() local
214 JSThread *thread = argv->GetThread(); in Ceil() local
[all …]
/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_shared_map.cpp22 void JSSharedMap::Set(JSThread *thread, const JSHandle<JSSharedMap> &map, in Set()
39 bool JSSharedMap::Delete(JSThread *thread, const JSHandle<JSSharedMap> &map, const JSHandle<JSTagge… in Delete()
53 void JSSharedMap::Clear(JSThread *thread, const JSHandle<JSSharedMap> &map) in Clear()
63 bool JSSharedMap::Has(JSThread *thread, const JSHandle<JSSharedMap> &map, JSTaggedValue key) in Has()
70 JSTaggedValue JSSharedMap::Get(JSThread *thread, const JSHandle<JSSharedMap> &map, JSTaggedValue ke… in Get()
77 uint32_t JSSharedMap::GetSize(JSThread *thread, const JSHandle<JSSharedMap> &map) in GetSize()
84 JSTaggedValue JSSharedMap::GetKey(JSThread *thread, const JSHandle<JSSharedMap> &map, uint32_t entr… in GetKey()
92 JSTaggedValue JSSharedMap::GetValue(JSThread *thread, const JSHandle<JSSharedMap> &map, uint32_t en… in GetValue()
/arkcompiler/runtime_core/static_core/runtime/tooling/
Dpt_hooks_wrapper.h58 void Breakpoint(PtThread thread, Method *method, const PtLocation &location) override in Breakpoint()
94 …void Exception(PtThread thread, Method *method, const PtLocation &location, ObjectHeader *exceptio… in Exception()
107 void ExceptionCatch(PtThread thread, Method *method, const PtLocation &location, in ExceptionCatch()
120 …void PropertyAccess(PtThread thread, Method *method, const PtLocation &location, ObjectHeader *obj… in PropertyAccess()
133 …void PropertyModification(PtThread thread, Method *method, const PtLocation &location, ObjectHeade… in PropertyModification()
146 void ConsoleCall(PtThread thread, ConsoleCallType type, uint64_t timestamp, in ConsoleCall()
159 void FramePop(PtThread thread, Method *method, bool wasPoppedByException) override in FramePop()
201 void MethodEntry(PtThread thread, Method *method) override in MethodEntry()
213 …void MethodExit(PtThread thread, Method *method, bool wasPoppedByException, VRegValue returnValue)… in MethodExit()
225 void SingleStep(PtThread thread, Method *method, const PtLocation &location) override in SingleStep()
[all …]
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_vector.cpp27 JSThread *thread = argv->GetThread(); in VectorConstructor() local
49 JSThread *thread = argv->GetThread(); in Add() local
71 JSThread *thread = argv->GetThread(); in Insert() local
98 JSThread *thread = argv->GetThread(); in SetLength() local
125 JSThread *thread = argv->GetThread(); in GetCapacity() local
146 JSThread *thread = argv->GetThread(); in IncreaseCapacityTo() local
173 JSThread *thread = argv->GetThread(); in Get() local
199 JSThread *thread = argv->GetThread(); in GetIndexOf() local
221 JSThread *thread = argv->GetThread(); in GetIndexFrom() local
249 JSThread *thread = argv->GetThread(); in IsEmpty() local
[all …]
/arkcompiler/ets_runtime/test/fuzztest/containershashmapcommon_fuzzer/
Dcontainershashmapcommon_fuzzer.h31 static JSFunction *JSObjectCreate(JSThread *thread) in JSObjectCreate()
38 static EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo()
50 static JSTaggedValue InitializeHashMapConstructor(JSThread *thread) in InitializeHashMapConstructor()
68 static JSHandle<JSAPIHashMap> CreateJSAPIHashMap(JSThread *thread) in CreateJSAPIHashMap()
82 JSThread *&thread) in InitializeFuzzTest()
110 JSThread *thread = nullptr; in ContainersHashMapEntriesFuzzTest() local
134 JSThread *thread = nullptr; in ContainersHashMapFuzzTest() local
151 JSThread *thread = nullptr; in ContainersHashMapClearFuzzTest() local
174 JSThread *thread = nullptr; in ContainersHashMapForEachFuzzTest() local
200 JSThread *thread = nullptr; in ContainersHashMapGetFuzzTest() local
[all …]
/arkcompiler/ets_runtime/ecmascript/module/
Djs_shared_module_manager.cpp43 JSTaggedValue SharedModuleManager::GetSendableModuleValue(JSThread *thread, int32_t index, JSTagged… in GetSendableModuleValue()
50 JSThread *thread, int32_t index, JSTaggedValue currentModule) const in GetSendableModuleValueImpl()
77 JSTaggedValue SharedModuleManager::GetLazySendableModuleValue(JSThread *thread, int32_t index, JSTa… in GetLazySendableModuleValue()
84 JSThread *thread, int32_t index, JSTaggedValue currentModule) const in GetLazySendableModuleValueImpl()
113 JSHandle<JSTaggedValue> SharedModuleManager::ResolveImportedModule(JSThread *thread, const CString … in ResolveImportedModule()
129 JSHandle<JSTaggedValue> SharedModuleManager::ResolveImportedModuleWithMerge(JSThread *thread, in ResolveImportedModuleWithMerge()
156 JSHandle<JSTaggedValue> SharedModuleManager::ResolveSharedImportedModuleWithMerge(JSThread *thread, in ResolveSharedImportedModuleWithMerge()
188 JSHandle<SourceTextModule> SharedModuleManager::GetSModuleUnsafe(JSThread *thread, const CString &r… in GetSModuleUnsafe()
198 JSHandle<SourceTextModule> SharedModuleManager::GetSModule(JSThread *thread, const CString &recordN… in GetSModule()
204 bool SharedModuleManager::SearchInSModuleManager(JSThread *thread, const CString &recordName) in SearchInSModuleManager()
[all …]
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_vector.cpp31 bool JSAPIVector::Add(JSThread *thread, const JSHandle<JSAPIVector> &vector, const JSHandle<JSTagge… in Add()
44 void JSAPIVector::Insert(JSThread *thread, const JSHandle<JSAPIVector> &vector, in Insert()
63 void JSAPIVector::SetLength(JSThread *thread, const JSHandle<JSAPIVector> &vector, uint32_t newSize) in SetLength()
79 void JSAPIVector::IncreaseCapacityTo(JSThread *thread, const JSHandle<JSAPIVector> &vector, int32_t… in IncreaseCapacityTo()
96 int32_t JSAPIVector::GetIndexOf(JSThread *thread, const JSHandle<JSAPIVector> &vector, in GetIndexOf()
102 int32_t JSAPIVector::GetIndexFrom(JSThread *thread, const JSHandle<JSAPIVector> &vector, in GetIndexFrom()
140 int32_t JSAPIVector::GetLastIndexOf(JSThread *thread, const JSHandle<JSAPIVector> &vector, in GetLastIndexOf()
150 int32_t JSAPIVector::GetLastIndexFrom(JSThread *thread, const JSHandle<JSAPIVector> &vector, in GetLastIndexFrom()
171 bool JSAPIVector::Remove(JSThread *thread, const JSHandle<JSAPIVector> &vector, const JSHandle<JSTa… in Remove()
186 JSTaggedValue JSAPIVector::RemoveByIndex(JSThread *thread, const JSHandle<JSAPIVector> &vector, int… in RemoveByIndex()
[all …]

12345678910>>...34