Home
last modified time | relevance | path

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

12345678910>>...36

/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()
88 auto *thread = ManagedThread::GetCurrent(); in ThrowIndexOutOfBoundsException() local
98 auto *thread = ManagedThread::GetCurrent(); in ThrowIllegalStateException() local
105 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.cpp23 JSHandle<Derived> LinkedHashTable<Derived, HashObject>::Create(const JSThread *thread, int numberOf… in Create()
39 JSHandle<Derived> LinkedHashTable<Derived, HashObject>::Insert(const JSThread *thread, const JSHand… in Insert()
64 JSHandle<Derived> LinkedHashTable<Derived, HashObject>::InsertWeakRef(const JSThread *thread, in InsertWeakRef()
92 JSHandle<Derived> LinkedHashTable<Derived, HashObject>::GrowCapacity(const JSThread *thread, in GrowCapacity()
105 JSHandle<Derived> LinkedHashTable<Derived, HashObject>::Remove(const JSThread *thread, const JSHand… in Remove()
118 JSHandle<Derived> LinkedHashTable<Derived, HashObject>::Shrink(const JSThread *thread, const JSHand… in Shrink()
133 JSHandle<LinkedHashMap> LinkedHashMap::Create(const JSThread *thread, int numberOfElements) in Create()
138 JSHandle<LinkedHashMap> LinkedHashMap::Delete(const JSThread *thread, const JSHandle<LinkedHashMap>… in Delete()
144 JSHandle<LinkedHashMap> LinkedHashMap::Set(const JSThread *thread, const JSHandle<LinkedHashMap> &o… in Set()
150 JSHandle<LinkedHashMap> LinkedHashMap::SetWeakRef(const JSThread *thread, const JSHandle<LinkedHash… in SetWeakRef()
[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()
221 void TaggedTree<Derived>::DeleteRebalance(const JSThread *thread, int index) in DeleteRebalance()
310 int TaggedTree<Derived>::FindEntry(JSThread *thread, const JSHandle<Derived> &tree, const JSHandle<… in FindEntry()
339 JSHandle<TaggedArray> TaggedTree<Derived>::GetSortArray(const JSThread *thread, const JSHandle<Deri… in GetSortArray()
[all …]
Decma_macros.h52 #define SET_VALUE_WITH_BARRIER(thread, addr, offset, value) \ argument
199 #define RETURN_IF_ABRUPT_COMPLETION(thread) \ argument
207 #define RETURN_VALUE_IF_ABRUPT_COMPLETION(thread, value) \ argument
215 #define RETURN_EXCEPTION_IF_ABRUPT_COMPLETION(thread) \ argument
223 #define RETURN_EXCEPTION_AND_POP_JOINSTACK(thread, value) \ argument
233 #define RETURN_HANDLE_IF_ABRUPT_COMPLETION(type, thread) \ argument
241 #define ASSERT_NO_ABRUPT_COMPLETION(thread) ASSERT(!(thread)->HasPendingException()); argument
308 #define THROW_NEW_ERROR_AND_RETURN(thread, error) \ argument
317 #define THROW_ERROR(thread, type, message) \ argument
329 #define THROW_UNCATCHABLE_ERROR(thread, type, message) \ argument
[all …]
Djs_tagged_value.cpp49 JSHandle<EcmaString> GetTypeString(JSThread *thread, PreferredPrimitiveType type) in GetTypeString()
61 JSHandle<JSTaggedValue> JSTaggedValue::ToPropertyKey(JSThread *thread, const JSHandle<JSTaggedValue… in ToPropertyKey()
133 bool JSTaggedValue::Equal(JSThread *thread, const JSHandle<JSTaggedValue> &x, const JSHandle<JSTagg… in Equal()
359 ComparisonResult JSTaggedValue::Compare(JSThread *thread, const JSHandle<JSTaggedValue> &x, in Compare()
434 JSTaggedValue JSTaggedValue::ToPrimitive(JSThread *thread, const JSHandle<JSTaggedValue> &tagged, in ToPrimitive()
465 JSTaggedValue JSTaggedValue::OrdinaryToPrimitive(JSThread *thread, const JSHandle<JSTaggedValue> &t… in OrdinaryToPrimitive()
494 JSHandle<EcmaString> JSTaggedValue::ToString(JSThread *thread, JSTaggedValue val) in ToString()
500 JSHandle<EcmaString> JSTaggedValue::ToString(JSThread *thread, const JSHandle<JSTaggedValue> &tagge… in ToString()
551 JSHandle<EcmaString> JSTaggedValue::NativePointerToString(JSThread *thread, const JSHandle<JSTagged… in NativePointerToString()
562 JSTaggedValue JSTaggedValue::CanonicalNumericIndexString(JSThread *thread, const JSHandle<JSTaggedV… in CanonicalNumericIndexString()
[all …]
Djs_hclass.cpp37 JSHandle<TransitionsDictionary> TransitionsDictionary::PutIfAbsent(const JSThread *thread, in PutIfAbsent()
88 JSHandle<TransitionsDictionary> TransitionsDictionary::Remove(const JSThread *thread, in Remove()
102 void TransitionsDictionary::Rehash(const JSThread *thread, TransitionsDictionary *newTable) in Rehash()
132 void JSHClass::Initialize(const JSThread *thread, uint32_t size, JSType type, uint32_t inlinedProps) in Initialize()
163 void JSHClass::InitTSInheritInfo(const JSThread *thread) in InitTSInheritInfo()
179 JSHandle<JSHClass> JSHClass::Clone(const JSThread *thread, const JSHandle<JSHClass> &jshclass, in Clone()
203 JSHandle<JSHClass> JSHClass::CloneWithoutInlinedProperties(const JSThread *thread, const JSHandle<J… in CloneWithoutInlinedProperties()
208 void JSHClass::TransitionElementsToDictionary(const JSThread *thread, const JSHandle<JSObject> &obj) in TransitionElementsToDictionary()
221 void JSHClass::OptimizeAsFastElements(const JSThread *thread, JSHandle<JSObject> obj) in OptimizeAsFastElements()
233 void JSHClass::AddProperty(const JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JS… in AddProperty()
[all …]
Dtagged_tree.h102 inline void SetCapacity(const JSThread *thread, int capacity) in SetCapacity()
112 inline void SetNumberOfElements(const JSThread *thread, uint32_t num) in SetNumberOfElements()
117 inline void SetNumberOfDeletedElements(const JSThread *thread, int num) in SetNumberOfDeletedElements()
122 inline void SetRootEntries(const JSThread *thread, int num) in SetRootEntries()
134 …inline static ComparisonResult EntryCompare(JSThread *thread, const JSHandle<JSTaggedValue> valueX, in EntryCompare()
180 inline void SetKey(const JSThread *thread, uint32_t entry, JSTaggedValue key) in SetKey()
186 inline void SetValue(const JSThread *thread, uint32_t entry, JSTaggedValue value) in SetValue()
192 inline void SetCompare(const JSThread *thread, JSTaggedValue fn) in SetCompare()
285 inline void SetElement(const JSThread *thread, uint32_t index, JSTaggedValue element) in SetElement()
291 inline void SetParent(const JSThread *thread, int entry, JSTaggedValue value) in SetParent()
[all …]
Druntime_call_id.h1133 #define INTERPRETER_TRACE(thread, name) … argument
1139 #define RUNTIME_TRACE(thread, name) … argument
1145 #define RUNTIME_TRACE(thread, name) … argument
1151 #define INTERPRETER_TRACE(thread, name) static_cast<void>(0) // NOLINT(cppcoreguidelines-macro-usag… argument
1154 #define RUNTIME_TRACE(thread, name) \ argument
1158 #define RUNTIME_TRACE(thread, name) static_cast<void>(0) // NOLINT(cppcoreguidelines-macro-usage) argument
1164 #define BUILTINS_API_TRACE(thread, class, name) … argument
1170 #define ABSTRACT_OPERATION_TRACE(thread, class, name) … argument
1175 #define BUILTINS_API_TRACE(thread, class, name) static_cast<void>(0) // NOLINT(cppcoreguidelines-ma… argument
Djs_weak_container.cpp23 void JSWeakMap::Set(JSThread *thread, const JSHandle<JSWeakMap> &map, const JSHandle<JSTaggedValue>… in Set()
36 bool JSWeakMap::Delete(JSThread *thread, const JSHandle<JSWeakMap> &map, const JSHandle<JSTaggedVal… in Delete()
50 bool JSWeakMap::Has(JSThread *thread, JSTaggedValue key) const in Has()
55 JSTaggedValue JSWeakMap::Get(JSThread *thread, JSTaggedValue key) const in Get()
77 void JSWeakSet::Add(JSThread *thread, const JSHandle<JSWeakSet> &weakSet, const JSHandle<JSTaggedVa… in Add()
88 bool JSWeakSet::Delete(JSThread *thread, const JSHandle<JSWeakSet> &weakSet, const JSHandle<JSTagge… in Delete()
101 bool JSWeakSet::Has(JSThread *thread, JSTaggedValue value) const in Has()
Dtagged_node.cpp22 JSHandle<RBTreeNode> LinkedNode::Treeing(JSThread *thread, const JSHandle<LinkedNode> &head) in Treeing()
38 void RBTreeNode::InitRBTreeNode(JSThread *thread, int hash, JSHandle<JSTaggedValue> key, in InitRBTreeNode()
57 void RBTreeNode::InOrderTraverse(JSThread *thread, const JSHandle<RBTreeNode> &treeNode, in InOrderTraverse()
75 JSHandle<LinkedNode> RBTreeNode::Detreeing(JSThread *thread, const JSHandle<RBTreeNode> &root) in Detreeing()
85 void RBTreeNode::InOrderTraverse(JSThread *thread, const JSHandle<RBTreeNode> &treeNode, int bit, in InOrderTraverse()
116 void RBTreeNode::Divide(JSThread *thread, JSHandle<TaggedHashArray> table, in Divide()
181 JSHandle<RBTreeNode> RBTreeNode::Set(JSThread *thread, JSHandle<RBTreeNode> treeNode, int hash, in Set()
224 RBTreeNode *RBTreeNode::RotateLeft(JSThread *thread) in RotateLeft()
243 RBTreeNode *RBTreeNode::RotateRight(JSThread *thread) in RotateRight()
262 void RBTreeNode::FlipColors(JSThread *thread) in FlipColors()
[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.cpp47 JSTaggedValue SlowRuntimeStub::CallSpread(JSThread *thread, JSTaggedValue func, JSTaggedValue obj, in CallSpread()
59 JSTaggedValue SlowRuntimeStub::Neg(JSThread *thread, JSTaggedValue value) in Neg()
68 JSTaggedValue SlowRuntimeStub::AsyncFunctionEnter(JSThread *thread) in AsyncFunctionEnter()
76 JSTaggedValue SlowRuntimeStub::ToNumber(JSThread *thread, JSTaggedValue value) in ToNumber()
86 JSTaggedValue SlowRuntimeStub::ToNumeric(JSThread *thread, JSTaggedValue value) in ToNumeric()
96 JSTaggedValue SlowRuntimeStub::Not(JSThread *thread, JSTaggedValue value) in Not()
105 JSTaggedValue SlowRuntimeStub::Inc(JSThread *thread, JSTaggedValue value) in Inc()
114 JSTaggedValue SlowRuntimeStub::Dec(JSThread *thread, JSTaggedValue value) in Dec()
123 void SlowRuntimeStub::Throw(JSThread *thread, JSTaggedValue value) in Throw()
129 JSTaggedValue SlowRuntimeStub::GetPropIterator(JSThread *thread, JSTaggedValue value) in GetPropIterator()
[all …]
Dfast_runtime_stub-inl.h161 JSTaggedValue FastRuntimeStub::CallGetter(JSThread *thread, JSTaggedValue receiver, JSTaggedValue h… in CallGetter()
167 JSTaggedValue FastRuntimeStub::CallSetter(JSThread *thread, JSTaggedValue receiver, JSTaggedValue v… in CallSetter()
174 JSTaggedValue FastRuntimeStub::GetPropertyByIndex(JSThread *thread, JSTaggedValue receiver, uint32_… in GetPropertyByIndex()
180 JSTaggedValue FastRuntimeStub::GetPropertyByValue(JSThread *thread, JSTaggedValue receiver, JSTagge… in GetPropertyByValue()
186 JSTaggedValue FastRuntimeStub::GetPropertyByName(JSThread *thread, JSTaggedValue receiver, JSTagged… in GetPropertyByName()
192 JSTaggedValue FastRuntimeStub::SetPropertyByName(JSThread *thread, JSTaggedValue receiver, JSTagged… in SetPropertyByName()
199 JSTaggedValue FastRuntimeStub::SetPropertyByIndex(JSThread *thread, JSTaggedValue receiver, uint32_… in SetPropertyByIndex()
206 JSTaggedValue FastRuntimeStub::SetPropertyByValue(JSThread *thread, JSTaggedValue receiver, JSTagge… in SetPropertyByValue()
212 JSTaggedValue FastRuntimeStub::GetGlobalOwnProperty(JSThread *thread, JSTaggedValue receiver, JSTag… in GetGlobalOwnProperty()
229 JSTaggedValue FastRuntimeStub::FastTypeOf(JSThread *thread, JSTaggedValue obj) in FastTypeOf()
[all …]
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinspector.cpp98 void Inspector::ConsoleCall(PtThread thread, ConsoleCallType type, uint64_t timestamp, in ConsoleCall()
109 void Inspector::Exception(PtThread thread, Method * /* method */, const PtLocation & /* location */, in Exception()
119 void Inspector::FramePop(PtThread thread, Method * /* method */, bool /* was_popped_by_exception */) in FramePop()
128 void Inspector::MethodEntry(PtThread thread, Method * /* method */) in MethodEntry()
154 void Inspector::SingleStep(PtThread thread, Method * /* method */, const PtLocation &location) in SingleStep()
163 void Inspector::ThreadStart(PtThread thread) in ThreadStart()
189 void Inspector::ThreadEnd(PtThread thread) in ThreadEnd()
200 void Inspector::RuntimeEnable(PtThread thread) in RuntimeEnable()
205 void Inspector::RunIfWaitingForDebugger(PtThread thread) in RunIfWaitingForDebugger()
213 void Inspector::Pause(PtThread thread) in Pause()
[all …]
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h51 JSTaggedValue RuntimeStubs::RuntimeInc(JSThread *thread, const JSHandle<JSTaggedValue> &value) in RuntimeInc()
63 JSTaggedValue RuntimeStubs::RuntimeDec(JSThread *thread, const JSHandle<JSTaggedValue> &value) in RuntimeDec()
75 JSTaggedValue RuntimeStubs::RuntimeExp(JSThread *thread, JSTaggedValue base, JSTaggedValue exponent) in RuntimeExp()
111 JSTaggedValue RuntimeStubs::RuntimeIsIn(JSThread *thread, const JSHandle<JSTaggedValue> &prop, in RuntimeIsIn()
124 JSTaggedValue RuntimeStubs::RuntimeInstanceof(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in RuntimeInstanceof()
132 JSTaggedValue RuntimeStubs::RuntimeInstanceofByHandler(JSThread *thread, JSHandle<JSTaggedValue> ta… in RuntimeInstanceofByHandler()
168 JSTaggedValue RuntimeStubs::RuntimeCreateGeneratorObj(JSThread *thread, const JSHandle<JSTaggedValu… in RuntimeCreateGeneratorObj()
183 JSTaggedValue RuntimeStubs::RuntimeCreateAsyncGeneratorObj(JSThread *thread, const JSHandle<JSTagge… in RuntimeCreateAsyncGeneratorObj()
198 JSTaggedValue RuntimeStubs::RuntimeGetTemplateObject(JSThread *thread, const JSHandle<JSTaggedValue… in RuntimeGetTemplateObject()
205 JSTaggedValue RuntimeStubs::RuntimeGetNextPropName(JSThread *thread, const JSHandle<JSTaggedValue> … in RuntimeGetNextPropName()
[all …]
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_cjs_module.cpp29 JSThread *thread = argv->GetThread(); in CjsModuleConstructor() local
40 JSThread *thread = msg->GetThread(); in Compiler() local
49 JSThread *thread = msg->GetThread(); in Load() local
58 JSThread *thread = argv->GetThread(); in ResolveFilename() local
82 JSThread *thread = msg->GetThread(); in Require() local
91 JSThread *thread = msg->GetThread(); in GetExportsForCircularRequire() local
100 JSThread *thread = msg->GetThread(); in UpdateChildren() local
Dbuiltins_math.cpp33 JSThread *thread = argv->GetThread(); in Abs() local
52 JSThread *thread = argv->GetThread(); in Acos() local
71 JSThread *thread = argv->GetThread(); in Acosh() local
89 JSThread *thread = argv->GetThread(); in Asin() local
107 JSThread *thread = argv->GetThread(); in Asinh() local
126 JSThread *thread = argv->GetThread(); in Atan() local
145 JSThread *thread = argv->GetThread(); in Atanh() local
163 JSThread *thread = argv->GetThread(); in Atan2() local
194 JSThread *thread = argv->GetThread(); in Cbrt() local
213 JSThread *thread = argv->GetThread(); in Ceil() local
[all …]
Dbuiltins_regexp.h183 inline void SetHitCount(JSThread *thread, int hitCount) in SetHitCount()
193 inline void SetCacheCount(JSThread *thread, int hitCount) in SetCacheCount()
209 inline void SetLargeStrCount(JSThread *thread, uint32_t newCount) in SetLargeStrCount()
214 inline void SetConflictCount(JSThread *thread, uint32_t newCount) in SetConflictCount()
219 inline void SetStrLenThreshold(JSThread *thread, uint32_t newThreshold) in SetStrLenThreshold()
239 inline void SetCacheLength(JSThread *thread, int length) in SetCacheLength()
285 void SetCapture(JSThread *thread, int index, JSTaggedValue value) in SetCapture()
291 void ResetDollar(JSThread *thread) in ResetDollar()
299 static JSTaggedValue GetCapture(JSThread *thread) in GetCapture()
322 void SetTotalCaptureCounts(JSThread *thread, JSTaggedValue counts) in SetTotalCaptureCounts()
[all …]
Dbuiltins_reflect.cpp27 JSThread *thread = argv->GetThread(); in ReflectApply() local
57 JSThread *thread = argv->GetThread(); in ReflectConstruct() local
91 JSThread *thread = argv->GetThread(); in ReflectDefineProperty() local
115 JSThread *thread = argv->GetThread(); in ReflectDeleteProperty() local
134 JSThread *thread = argv->GetThread(); in ReflectGet() local
160 JSThread *thread = argv->GetThread(); in ReflectGetOwnPropertyDescriptor() local
186 JSThread *thread = argv->GetThread(); in ReflectGetPrototypeOf() local
202 JSThread *thread = argv->GetThread(); in ReflectHas() local
220 JSThread *thread = argv->GetThread(); in ReflectIsExtensible() local
236 JSThread *thread = argv->GetThread(); in ReflectOwnKeys() local
[all …]
Dbuiltins_object.cpp37 JSThread *thread = argv->GetThread(); in ObjectConstructor() local
65 JSTaggedValue BuiltinsObject::AssignTaggedValue(JSThread *thread, const JSHandle<JSTaggedValue> &so… in AssignTaggedValue()
100 JSThread *thread = argv->GetThread(); in Assign() local
169 JSTaggedValue BuiltinsObject::ObjectDefineProperties(JSThread *thread, const JSHandle<JSTaggedValue… in ObjectDefineProperties()
252 JSThread *thread = argv->GetThread(); in Create() local
286 JSThread *thread = argv->GetThread(); in DefineProperties() local
297 JSThread *thread = argv->GetThread(); in DefineProperty() local
334 JSThread *thread = argv->GetThread(); in Freeze() local
365 JSThread *thread = argv->GetThread(); in GetOwnPropertyDescriptor() local
398 JSThread *thread = argv->GetThread(); in GetOwnPropertyDescriptors() local
[all …]
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_vector.cpp32 JSThread *thread = argv->GetThread(); in VectorConstructor() local
54 JSThread *thread = argv->GetThread(); in Add() local
76 JSThread *thread = argv->GetThread(); in Insert() local
103 JSThread *thread = argv->GetThread(); in SetLength() local
130 JSThread *thread = argv->GetThread(); in GetCapacity() local
151 JSThread *thread = argv->GetThread(); in IncreaseCapacityTo() local
178 JSThread *thread = argv->GetThread(); in Get() local
204 JSThread *thread = argv->GetThread(); in GetIndexOf() local
226 JSThread *thread = argv->GetThread(); in GetIndexFrom() local
254 JSThread *thread = argv->GetThread(); in IsEmpty() local
[all …]
/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/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>>...36