| /arkcompiler/runtime_core/runtime/ |
| D | exceptions.cpp | 38 void ThrowException(const LanguageContext &ctx, ManagedThread *thread, const uint8_t *mutf8_name, 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() 62 void ThrowStackOverflowException(ManagedThread *thread) in ThrowStackOverflowException() 70 auto *thread = ManagedThread::GetCurrent(); in ThrowArrayIndexOutOfBoundsException() local 76 const LanguageContext &ctx, ManagedThread *thread) in ThrowArrayIndexOutOfBoundsException() 87 auto *thread = ManagedThread::GetCurrent(); in ThrowIndexOutOfBoundsException() local 98 auto *thread = ManagedThread::GetCurrent(); in ThrowIllegalStateException() local 105 auto *thread = ManagedThread::GetCurrent(); in ThrowStringIndexOutOfBoundsException() local [all …]
|
| D | thread_manager.cpp | 65 for (auto thread : threads_) { in GetThreadByInternalThreadIdWithLockHeld() local 80 MTManagedThread *thread = *i; in DeregisterSuspendedThreads() local 114 void ThreadManager::DecreaseCountersForThread(MTManagedThread *thread) in DecreaseCountersForThread() 134 MTManagedThread *thread = *i; in StopThreadsOnDeadlock() local 173 for (const auto &thread : daemon_threads_) { in WaitForDeregistration() local 184 for (auto thread : threads_) { in StopDaemonThreads() local 211 EnumerateThreadsWithLockheld([cur_thread](MTManagedThread *thread) { in SuspendAllThreads() 225 EnumerateThreadsWithLockheld([cur_thread, &is_exists](MTManagedThread *thread) { in IsRunningThreadExist() 245 EnumerateThreadsWithLockheld([cur_thread](MTManagedThread *thread) { in ResumeAllThreads() 253 bool ThreadManager::UnregisterExitedThread(MTManagedThread *thread) in UnregisterExitedThread()
|
| D | object_accessor-impl.cpp | 42 ObjectAccessor::GetBarrierSet(const ManagedThread *thread) in GetBarrierSet() 52 ObjectAccessor::GetPreBarrierType(const ManagedThread *thread) in GetPreBarrierType() 62 ObjectAccessor::GetPostBarrierType(const ManagedThread *thread) in GetPostBarrierType()
|
| /arkcompiler/runtime_core/runtime/tests/tooling/ |
| D | test_runner.h | 40 void Breakpoint(PtThread thread, Method *method, const PtLocation &location) override in Breakpoint() 61 … void Exception(PtThread thread, Method *method, const PtLocation &location, ObjectHeader *object, in Exception() 69 …void ExceptionCatch(PtThread thread, Method *method, const PtLocation &location, ObjectHeader *obj… in ExceptionCatch() 76 …void PropertyAccess(PtThread thread, Method *method, const PtLocation &location, ObjectHeader *obj… in PropertyAccess() 84 …void PropertyModification(PtThread thread, Method *method, const PtLocation &location, ObjectHeade… in PropertyModification() 92 void FramePop(PtThread thread, Method *method, bool was_popped_by_exception) override in FramePop() 113 void MethodEntry(PtThread thread, Method *method) override in MethodEntry() 120 …void MethodExit(PtThread thread, Method *method, bool was_popped_by_exception, VRegValue return_va… in MethodExit() 127 void SingleStep(PtThread thread, Method *method, const PtLocation &location) override in SingleStep() 134 void ThreadStart(PtThread thread) override in ThreadStart() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 47 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 …]
|
| D | fast_runtime_stub-inl.h | 151 JSTaggedValue FastRuntimeStub::CallGetter(JSThread *thread, JSTaggedValue receiver, JSTaggedValue h… in CallGetter() 157 JSTaggedValue FastRuntimeStub::CallSetter(JSThread *thread, JSTaggedValue receiver, JSTaggedValue v… in CallSetter() 164 JSTaggedValue FastRuntimeStub::GetPropertyByIndex(JSThread *thread, JSTaggedValue receiver, uint32_… in GetPropertyByIndex() 170 JSTaggedValue FastRuntimeStub::GetPropertyByValue(JSThread *thread, JSTaggedValue receiver, JSTagge… in GetPropertyByValue() 176 JSTaggedValue FastRuntimeStub::GetPropertyByName(JSThread *thread, JSTaggedValue receiver, JSTagged… in GetPropertyByName() 182 JSTaggedValue FastRuntimeStub::SetPropertyByName(JSThread *thread, JSTaggedValue receiver, JSTagged… in SetPropertyByName() 189 JSTaggedValue FastRuntimeStub::SetPropertyByIndex(JSThread *thread, JSTaggedValue receiver, uint32_… in SetPropertyByIndex() 196 JSTaggedValue FastRuntimeStub::SetPropertyByValue(JSThread *thread, JSTaggedValue receiver, JSTagge… in SetPropertyByValue() 202 JSTaggedValue FastRuntimeStub::GetGlobalOwnProperty(JSThread *thread, JSTaggedValue receiver, JSTag… in GetGlobalOwnProperty() 219 JSTaggedValue FastRuntimeStub::FastTypeOf(JSThread *thread, JSTaggedValue obj) in FastTypeOf() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | linked_hash_table.cpp | 23 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 …]
|
| D | js_tagged_value.cpp | 45 JSHandle<EcmaString> GetTypeString(JSThread *thread, PreferredPrimitiveType type) in GetTypeString() 57 JSHandle<JSTaggedValue> JSTaggedValue::ToPropertyKey(JSThread *thread, const JSHandle<JSTaggedValue… in ToPropertyKey() 129 bool JSTaggedValue::Equal(JSThread *thread, const JSHandle<JSTaggedValue> &x, const JSHandle<JSTagg… in Equal() 269 ComparisonResult JSTaggedValue::Compare(JSThread *thread, const JSHandle<JSTaggedValue> &x, in Compare() 339 JSTaggedValue JSTaggedValue::ToPrimitive(JSThread *thread, const JSHandle<JSTaggedValue> &tagged, in ToPrimitive() 369 JSTaggedValue JSTaggedValue::OrdinaryToPrimitive(JSThread *thread, const JSHandle<JSTaggedValue> &t… in OrdinaryToPrimitive() 397 JSHandle<EcmaString> JSTaggedValue::ToString(JSThread *thread, JSTaggedValue val) in ToString() 403 JSHandle<EcmaString> JSTaggedValue::ToString(JSThread *thread, const JSHandle<JSTaggedValue> &tagge… in ToString() 450 JSTaggedValue JSTaggedValue::CanonicalNumericIndexString(JSThread *thread, const JSHandle<JSTaggedV… in CanonicalNumericIndexString() 469 JSHandle<JSObject> JSTaggedValue::ToObject(JSThread *thread, const JSHandle<JSTaggedValue> &tagged) in ToObject() [all …]
|
| D | tagged_tree.cpp | 23 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() 335 JSHandle<TaggedArray> TaggedTree<Derived>::GetSortArray(const JSThread *thread, const JSHandle<Deri… in GetSortArray() [all …]
|
| D | js_hclass.cpp | 30 JSHandle<TransitionsDictionary> TransitionsDictionary::PutIfAbsent(const JSThread *thread, in PutIfAbsent() 81 JSHandle<TransitionsDictionary> TransitionsDictionary::Remove(const JSThread *thread, in Remove() 95 void TransitionsDictionary::Rehash(const JSThread *thread, TransitionsDictionary *newTable) in Rehash() 125 void JSHClass::Initialize(const JSThread *thread, uint32_t size, JSType type, uint32_t inlinedProps) in Initialize() 149 JSHandle<JSHClass> JSHClass::Clone(const JSThread *thread, const JSHandle<JSHClass> &jshclass, in Clone() 172 JSHandle<JSHClass> JSHClass::CloneWithoutInlinedProperties(const JSThread *thread, const JSHandle<J… in CloneWithoutInlinedProperties() 177 void JSHClass::TransitionElementsToDictionary(const JSThread *thread, const JSHandle<JSObject> &obj) in TransitionElementsToDictionary() 187 JSHandle<JSHClass> JSHClass::SetPropertyOfObjHClass(const JSThread *thread, JSHandle<JSHClass> &jsh… in SetPropertyOfObjHClass() 216 void JSHClass::AddProperty(const JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JS… in AddProperty() 260 JSHandle<JSHClass> JSHClass::TransitionExtension(const JSThread *thread, const JSHandle<JSHClass> &… in TransitionExtension() [all …]
|
| D | js_array.cpp | 27 JSTaggedValue JSArray::LengthGetter([[maybe_unused]] JSThread *thread, const JSHandle<JSObject> &se… in LengthGetter() 32 bool JSArray::LengthSetter(JSThread *thread, const JSHandle<JSObject> &self, const JSHandle<JSTagge… in LengthSetter() 52 JSHandle<JSTaggedValue> JSArray::ArrayCreate(JSThread *thread, JSTaggedNumber length) in ArrayCreate() 60 JSHandle<JSTaggedValue> JSArray::ArrayCreate(JSThread *thread, JSTaggedNumber length, in ArrayCreate() 90 JSTaggedValue JSArray::ArraySpeciesCreate(JSThread *thread, const JSHandle<JSObject> &originalArray, in ArraySpeciesCreate() 175 void JSArray::SetCapacity(JSThread *thread, const JSHandle<JSObject> &array, uint32_t oldLen, uint3… in SetCapacity() 225 bool JSArray::ArraySetLength(JSThread *thread, const JSHandle<JSObject> &array, const PropertyDescr… in ArraySetLength() 296 bool JSArray::PropertyKeyToArrayIndex(JSThread *thread, const JSHandle<JSTaggedValue> &key, uint32_… in PropertyKeyToArrayIndex() 302 bool JSArray::DefineOwnProperty(JSThread *thread, const JSHandle<JSObject> &array, const JSHandle<J… in DefineOwnProperty() 326 bool JSArray::DefineOwnProperty(JSThread *thread, const JSHandle<JSObject> &array, uint32_t index, in DefineOwnProperty() [all …]
|
| D | tagged_list.cpp | 32 JSHandle<Derived> TaggedList<Derived>::Create(const JSThread *thread, int numberOfNodes) in Create() 50 void TaggedList<Derived>::CopyArray(const JSThread *thread, JSHandle<Derived> &taggedList) in CopyArray() 62 JSHandle<Derived> TaggedList<Derived>::GrowCapacity(const JSThread *thread, const JSHandle<Derived>… in GrowCapacity() 80 JSTaggedValue TaggedList<Derived>::AddNode(const JSThread *thread, const JSHandle<Derived> &taggedL… in AddNode() 96 void TaggedList<Derived>::Clear(const JSThread *thread) in Clear() 114 JSTaggedValue TaggedList<Derived>::TaggedListToArray(const JSThread *thread, const JSHandle<Derived… in TaggedListToArray() 130 JSHandle<TaggedArray> TaggedList<Derived>::OwnKeys(JSThread *thread, const JSHandle<Derived> &list) in OwnKeys() 211 void TaggedList<Derived>::RemoveNode(JSThread *thread, int prevDataIndex) in RemoveNode() 295 JSTaggedValue TaggedList<Derived>::RemoveByIndex(JSThread *thread, const int &index) in RemoveByIndex() 305 JSTaggedValue TaggedSingleList::Create(const JSThread *thread, int numberOfElements) in Create() [all …]
|
| D | tagged_tree.h | 102 inline void SetCapacity(const JSThread *thread, int capacity) in SetCapacity() 112 inline void SetNumberOfElements(const JSThread *thread, int 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() 169 inline void SetKey(const JSThread *thread, uint32_t entry, JSTaggedValue key) in SetKey() 175 inline void SetValue(const JSThread *thread, uint32_t entry, JSTaggedValue value) in SetValue() 181 inline void SetCompare(const JSThread *thread, JSTaggedValue fn) in SetCompare() 274 inline void SetElement(const JSThread *thread, uint32_t index, JSTaggedValue element) in SetElement() 280 inline void SetParent(const JSThread *thread, int entry, JSTaggedValue value) in SetParent() [all …]
|
| D | tagged_dictionary.cpp | 43 void NameDictionary::GetAllKeys(const JSThread *thread, int offset, TaggedArray *keyArray) const in GetAllKeys() argument 63 void NameDictionary::GetAllEnumKeys(const JSThread *thread, int offset, TaggedArray *keyArray, uint… in GetAllEnumKeys() argument 86 JSHandle<NameDictionary> NameDictionary::Create(const JSThread *thread, int numberOfElements) in Create() 97 void NameDictionary::SetAttributes(const JSThread *thread, int entry, const PropertyAttributes &met… in SetAttributes() 103 void NameDictionary::SetEntry(const JSThread *thread, int entry, const JSTaggedValue &key, const JS… in SetEntry() 111 void NameDictionary::UpdateValueAndAttributes(const JSThread *thread, int entry, const JSTaggedValu… in UpdateValueAndAttributes() 118 void NameDictionary::UpdateValue(const JSThread *thread, int entry, const JSTaggedValue &value) in UpdateValue() 123 void NameDictionary::ClearEntry(const JSThread *thread, int entry) in ClearEntry() 156 void NumberDictionary::GetAllKeys(const JSThread *thread, const JSHandle<NumberDictionary> &obj, in… in GetAllKeys() 180 void NumberDictionary::GetAllEnumKeys(const JSThread *thread, const JSHandle<NumberDictionary> &obj… in GetAllEnumKeys() [all …]
|
| D | tagged_node.cpp | 22 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/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 47 JSTaggedValue RuntimeStubs::RuntimeInc(JSThread *thread, const JSHandle<JSTaggedValue> &value) in RuntimeInc() 59 JSTaggedValue RuntimeStubs::RuntimeDec(JSThread *thread, const JSHandle<JSTaggedValue> &value) in RuntimeDec() 71 JSTaggedValue RuntimeStubs::RuntimeExp(JSThread *thread, JSTaggedValue base, JSTaggedValue exponent) in RuntimeExp() 106 JSTaggedValue RuntimeStubs::RuntimeIsIn(JSThread *thread, const JSHandle<JSTaggedValue> &prop, in RuntimeIsIn() 119 JSTaggedValue RuntimeStubs::RuntimeInstanceof(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in RuntimeInstanceof() 127 JSTaggedValue RuntimeStubs::RuntimeCreateGeneratorObj(JSThread *thread, const JSHandle<JSTaggedValu… in RuntimeCreateGeneratorObj() 142 JSTaggedValue RuntimeStubs::RuntimeCreateAsyncGeneratorObj(JSThread *thread, const JSHandle<JSTagge… in RuntimeCreateAsyncGeneratorObj() 157 JSTaggedValue RuntimeStubs::RuntimeGetTemplateObject(JSThread *thread, const JSHandle<JSTaggedValue… in RuntimeGetTemplateObject() 164 JSTaggedValue RuntimeStubs::RuntimeGetNextPropName(JSThread *thread, const JSHandle<JSTaggedValue> … in RuntimeGetNextPropName() 173 JSTaggedValue RuntimeStubs::RuntimeIterNext(JSThread *thread, const JSHandle<JSTaggedValue> &iter) in RuntimeIterNext() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_cjs_module.cpp | 29 JSThread *thread = argv->GetThread(); in CjsModuleConstructor() local 39 JSThread *thread = msg->GetThread(); in Compiler() local 47 JSThread *thread = msg->GetThread(); in Load() local 55 JSThread *thread = argv->GetThread(); in ResolveFilename() local 78 JSThread *thread = msg->GetThread(); in Require() local 86 JSThread *thread = msg->GetThread(); in GetExportsForCircularRequire() local 94 JSThread *thread = msg->GetThread(); in UpdateChildren() local
|
| D | builtins_math.cpp | 33 JSThread *thread = argv->GetThread(); in Abs() local 51 JSThread *thread = argv->GetThread(); in Acos() local 69 JSThread *thread = argv->GetThread(); in Acosh() local 86 JSThread *thread = argv->GetThread(); in Asin() local 103 JSThread *thread = argv->GetThread(); in Asinh() local 121 JSThread *thread = argv->GetThread(); in Atan() local 139 JSThread *thread = argv->GetThread(); in Atanh() local 156 JSThread *thread = argv->GetThread(); in Atan2() local 185 JSThread *thread = argv->GetThread(); in Cbrt() local 203 JSThread *thread = argv->GetThread(); in Ceil() local [all …]
|
| D | builtins_object.cpp | 35 JSThread *thread = argv->GetThread(); in ObjectConstructor() local 67 JSThread *thread = argv->GetThread(); in Assign() local 136 JSTaggedValue BuiltinsObject::ObjectDefineProperties(JSThread *thread, const JSHandle<JSTaggedValue… in ObjectDefineProperties() 215 JSThread *thread = argv->GetThread(); in Create() local 244 JSThread *thread = argv->GetThread(); in DefineProperties() local 255 JSThread *thread = argv->GetThread(); in DefineProperty() local 292 JSThread *thread = argv->GetThread(); in Freeze() local 323 JSThread *thread = argv->GetThread(); in GetOwnPropertyDescriptor() local 354 JSTaggedValue BuiltinsObject::GetOwnPropertyKeys(JSThread *thread, const JSHandle<JSTaggedValue> &o… in GetOwnPropertyKeys() 413 JSThread *thread = argv->GetThread(); in GetOwnPropertyNames() local [all …]
|
| D | builtins_reflect.cpp | 27 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 …]
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_vector.cpp | 32 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/runtime/tooling/ |
| D | pt_hooks_wrapper.h | 58 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 FramePop(PtThread thread, Method *method, bool wasPoppedByException) override in FramePop() 188 void MethodEntry(PtThread thread, Method *method) override in MethodEntry() 200 …void MethodExit(PtThread thread, Method *method, bool wasPoppedByException, VRegValue returnValue)… in MethodExit() 212 void SingleStep(PtThread thread, Method *method, const PtLocation &location) override in SingleStep() 224 void ThreadStart(PtThread thread) override in ThreadStart() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_vector.cpp | 30 bool JSAPIVector::Add(JSThread *thread, const JSHandle<JSAPIVector> &vector, const JSHandle<JSTagge… in Add() 43 void JSAPIVector::Insert(JSThread *thread, const JSHandle<JSAPIVector> &vector, in Insert() 62 void JSAPIVector::SetLength(JSThread *thread, const JSHandle<JSAPIVector> &vector, uint32_t newSize) in SetLength() 78 void JSAPIVector::IncreaseCapacityTo(JSThread *thread, const JSHandle<JSAPIVector> &vector, int32_t… in IncreaseCapacityTo() 95 int32_t JSAPIVector::GetIndexOf(JSThread *thread, const JSHandle<JSAPIVector> &vector, in GetIndexOf() 101 int32_t JSAPIVector::GetIndexFrom(JSThread *thread, const JSHandle<JSAPIVector> &vector, in GetIndexFrom() 138 int32_t JSAPIVector::GetLastIndexOf(JSThread *thread, const JSHandle<JSAPIVector> &vector, in GetLastIndexOf() 148 int32_t JSAPIVector::GetLastIndexFrom(JSThread *thread, const JSHandle<JSAPIVector> &vector, in GetLastIndexFrom() 169 bool JSAPIVector::Remove(JSThread *thread, const JSHandle<JSAPIVector> &vector, const JSHandle<JSTa… in Remove() 185 JSTaggedValue JSAPIVector::RemoveByIndex(JSThread *thread, const JSHandle<JSAPIVector> &vector, int… in RemoveByIndex() [all …]
|
| /arkcompiler/runtime_core/runtime/tooling/inspector/ |
| D | inspector_hooks.h | 46 void Breakpoint(PtThread thread, Method *method, const PtLocation &location) override in Breakpoint() 51 void FramePop(PtThread thread, Method *method, bool wasPoppedByException) override in FramePop() 56 void MethodEntry(PtThread thread, Method *method) override in MethodEntry() 61 void SingleStep(PtThread thread, Method *method, const PtLocation &location) override in SingleStep() 66 void VmInitialization(PtThread thread) override in VmInitialization()
|
| /arkcompiler/ets_runtime/test/fuzztest/containerslinkedlistcommon_fuzzer/ |
| D | containerslinkedlistcommon_fuzzer.h | 39 JSThread *thread = argv->GetThread(); in TestForEachFunc() local 52 static JSFunction *JSObjectCreate(JSThread *thread) in JSObjectCreate() 59 static EcmaRuntimeCallInfo *CreateEcmaRuntimeCallInfo(JSThread *thread, uint32_t numArgs) in CreateEcmaRuntimeCallInfo() 70 static JSHandle<JSAPILinkedList> CreateJSAPILinkedList(JSThread *thread) in CreateJSAPILinkedList() 97 …ic void LinkedListAdd(JSHandle<JSAPILinkedList> &linkedList, JSTaggedValue value, JSThread *thread) in LinkedListAdd() 111 auto thread = vm->GetAssociatedJSThread(); in ContainersLinkedListAddFuzzTest() local 133 auto thread = vm->GetAssociatedJSThread(); in ContainersLinkedListGetFirstFuzzTest() local 160 auto thread = vm->GetAssociatedJSThread(); in ContainersLinkedListGetLastFuzzTest() local 187 auto thread = vm->GetAssociatedJSThread(); in ContainersLinkedListAddFirstFuzzTest() local 214 auto thread = vm->GetAssociatedJSThread(); in ContainersLinkedListClearFuzzTest() local [all …]
|