Home
last modified time | relevance | path

Searched defs:index (Results 1 – 25 of 397) sorted by relevance

12345678910>>...16

/arkcompiler/ets_runtime/ecmascript/
Dlayout_info-inl.h40 inline uint32_t LayoutInfo::GetKeyIndex(int index) const in GetKeyIndex()
45 inline uint32_t LayoutInfo::GetAttrIndex(int index) const in GetAttrIndex()
50 inline void LayoutInfo::SetPropertyInit(const JSThread *thread, int index, const JSTaggedValue &key, in SetPropertyInit()
58 inline void LayoutInfo::SetNormalAttr(const JSThread *thread, int index, const PropertyAttributes &… in SetNormalAttr()
66 inline JSTaggedValue LayoutInfo::GetKey(int index) const in GetKey()
72 inline PropertyAttributes LayoutInfo::GetAttr(int index) const in GetAttr()
78 inline JSTaggedValue LayoutInfo::GetSortedKey(int index) const in GetSortedKey()
84 inline uint32_t LayoutInfo::GetSortedIndex(int index) const in GetSortedIndex()
89 inline void LayoutInfo::SetSortedIndex(const JSThread *thread, int index, int sortedIndex) in SetSortedIndex()
113 int index = cache->Get(cls, key); in FindElementWithCache() local
[all …]
Dsubtyping_operator-inl.h42 int index = obj->GetElementIndexByKey(key); in IsLegalElement() local
47 int index = obj->GetTupleIndexByName(key); in IsLegalElement() local
58 int index = objLayout->FindElementWithCache(thread, obj, key, obj->NumberOfProps()); in IsLegalElement() local
83 JSTaggedValue SubtypingOperator::GetKey(T *obj, uint32_t index) in GetKey()
93 JSTaggedValue SubtypingOperator::GetType(const JSThread *thread, T *obj, uint32_t index, ConditionT… in GetType()
112 for (uint32_t index = 0; index < len; ++index) { in SubtypingCondition() local
Dglobal_env.h208 uintptr_t ComputeObjectAddress(size_t index) const in ComputeObjectAddress()
213 JSHandle<JSTaggedValue> GetGlobalEnvObjectByIndex(size_t index) const in GetGlobalEnvObjectByIndex()
240 #define GLOBAL_ENV_SLOT(type, name, index) index, argument
247 #define GLOBAL_ENV_FIELD_ACCESSORS(type, name, index) … argument
Dglobal_env_constants-inl.h35 inline void GlobalEnvConstants::SetConstant(ConstantIndex index, JSTaggedValue value) in SetConstant()
43 inline void GlobalEnvConstants::SetConstant(ConstantIndex index, JSHandle<T> value) in SetConstant()
50 inline uintptr_t GlobalEnvConstants::GetGlobalConstantAddr(ConstantIndex index) const in GetGlobalConstantAddr()
Dtagged_tree.h82 int index = EntryToIndex(entry); in GetKey() local
88 int index = static_cast<int>(EntryToIndex(entry) + Derived::ENTRY_VALUE_INDEX); in GetValue() local
97 int index = static_cast<int>(EntryToIndex(entry) + Derived::ENTRY_COLOR_INDEX); in GetColor() local
171 int index = EntryToIndex(entry); in SetKey() local
177 int index = static_cast<int>(EntryToIndex(entry) + Derived::ENTRY_VALUE_INDEX); in SetValue() local
213 int index = static_cast<int>(EntryToIndex(entry) + Derived::ENTRY_PARENT_INDEX); in GetParent() local
223 int index = static_cast<int>(EntryToIndex(parent) + Derived::ENTRY_LEFT_CHILD_INDEX); in GetLeftChild() local
232 int index = static_cast<int>(EntryToIndex(parent) + Derived::ENTRY_RIGHT_CHILD_INDEX); in GetRightChild() local
241 int index = static_cast<int>(EntryToIndex(parent) + Derived::ENTRY_LEFT_CHILD_INDEX); in GetLeftChildIndex() local
251 int index = static_cast<int>(EntryToIndex(parent) + Derived::ENTRY_RIGHT_CHILD_INDEX); in GetRightChildIndex() local
[all …]
Dweak_vector.h70 inline JSTaggedValue Get(uint32_t index) const in Get()
76 inline void Set(const JSThread *thread, uint32_t index, JSTaggedValue value) in Set()
86 for (uint32_t index = 0; index < end; ++index) { in Iterate() local
95 inline static constexpr uint32_t VectorToArrayIndex(uint32_t index) in VectorToArrayIndex()
Djs_object-inl.h226 std::pair<bool, JSTaggedValue> JSObject::ConvertValueWithRep(uint32_t index, JSTaggedValue value) in ConvertValueWithRep()
250 void JSObject::SetPropertyInlinedPropsWithRep(const JSThread *thread, uint32_t index, JSTaggedValue… in SetPropertyInlinedPropsWithRep()
262 void JSObject::SetPropertyInlinedProps(const JSThread *thread, uint32_t index, JSTaggedValue value) in SetPropertyInlinedProps()
267 JSTaggedValue JSObject::GetPropertyInlinedPropsWithRep(uint32_t index, PropertyAttributes attr) con… in GetPropertyInlinedPropsWithRep()
272 JSTaggedValue JSObject::GetPropertyInlinedPropsWithRep(const JSHClass *hclass, uint32_t index, in GetPropertyInlinedPropsWithRep()
284 JSTaggedValue JSObject::GetPropertyInlinedProps(uint32_t index) const in GetPropertyInlinedProps()
290 …d JSObject::SetPropertyInlinedProps(const JSThread *thread, const JSHClass *hclass, uint32_t index, in SetPropertyInlinedProps()
301 JSTaggedValue JSObject::GetPropertyInlinedProps(const JSHClass *hclass, uint32_t index) const in GetPropertyInlinedProps()
327 inline bool JSObject::ShouldTransToDict(uint32_t capacity, uint32_t index) in ShouldTransToDict()
424 …t JSObject::SetValuesOrEntries(JSThread *thread, const JSHandle<TaggedArray> &prop, uint32_t index, in SetValuesOrEntries()
Dobject_fast_operator-inl.h224 …ue ObjectFastOperator::GetPropertyByIndex(JSThread *thread, JSTaggedValue receiver, uint32_t index) in GetPropertyByIndex()
280 …ue ObjectFastOperator::SetPropertyByIndex(JSThread *thread, JSTaggedValue receiver, uint32_t index, in SetPropertyByIndex()
342 auto index = TryToElementsIndex(key); in GetPropertyByValue() local
369 auto index = TryToElementsIndex(key); in SetPropertyByValue() local
402 …bjectFastOperator::FastSetPropertyByIndex(JSThread *thread, JSTaggedValue receiver, uint32_t index, in FastSetPropertyByIndex()
444 …bjectFastOperator::FastGetPropertyByIndex(JSThread *thread, JSTaggedValue receiver, uint32_t index) in FastGetPropertyByIndex()
460 int index = 0; in FastParseDate() local
610 uint32_t index = 0; in FastGetTypeArrayProperty() local
641 uint32_t index = 0; in FastSetTypeArrayProperty() local
656 … ObjectFastOperator::GetContainerProperty(JSThread *thread, JSTaggedValue receiver, uint32_t index, in GetContainerProperty()
[all …]
/arkcompiler/runtime_core/libpandabase/mem/
Dbase_mem_stats.cpp33 auto index = helpers::ToUnderlying(type_mem); in RecordAllocate() local
41 auto index = helpers::ToUnderlying(type_mem); in RecordMoved() local
57 auto index = helpers::ToUnderlying(type_mem); in RecordFree() local
80 for (size_t index = 0; index < SPACE_TYPE_SIZE; index++) { in GetAllocatedHeap() local
94 for (size_t index = 0; index < SPACE_TYPE_SIZE; index++) { in GetFreedHeap() local
112 auto index = helpers::ToUnderlying(type_mem); in GetFootprint() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dframe_states.h35 void SetValuesAt(size_t index, GateRef gate) in SetValuesAt()
41 void SetBit(size_t index) in SetBit()
46 void ClearBit(size_t index) in ClearBit()
51 GateRef ValuesAt(size_t index) const in ValuesAt()
82 GateRef ValuesAt(size_t index) const in ValuesAt()
91 void UpdateVirtualRegister(size_t index, GateRef gate) in UpdateVirtualRegister()
Drt_call_signature.h49 static bool IsAsmStub(uint32_t index) in IsAsmStub()
56 static const CallSignature *Get(size_t index) in Get()
62 static std::string GetRTName(int index) in GetRTName()
Dnumber_speculative_retype.h114 auto index = acc_.GetId(gate); in GetOutputTypeInfo() local
121 auto index = acc_.GetId(gate); in SetOutputTypeInfo() local
128 auto index = acc_.GetId(gate); in ResizeAndSetTypeInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_stub_builder.h155 void ContainerSet(GateRef glue, GateRef obj, GateRef index, GateRef value, ContainersType type) in ContainerSet()
234 GateRef ContainerGetValue(GateRef obj, GateRef index, ContainersType type) in ContainerGetValue()
278 GateRef ContainerGetKey(GateRef obj, GateRef index, ContainersType type) in ContainerGetKey()
296 GateRef ContainerGetNode(GateRef obj, GateRef index, ContainersType type) in ContainerGetNode()
322 GateRef PlainArrayGetKey(GateRef obj, GateRef index) in PlainArrayGetKey()
328 GateRef QueueGetNextPosition(GateRef obj, GateRef index) in QueueGetNextPosition()
Dcontainers_plainarray_stub_builder.h35 GateRef Get(GateRef obj, GateRef index) in Get()
42 GateRef GetKey(GateRef obj, GateRef index) in GetKey()
48 void Set(GateRef glue, GateRef obj, GateRef index, GateRef value) in Set()
Dcontainers_lightweightset_stub_builder.h36 GateRef GetKey(GateRef obj, GateRef index) in GetKey()
41 GateRef GetValue(GateRef obj, GateRef index) in GetValue()
Dcontainers_lightweightmap_stub_builder.h36 GateRef GetKey(GateRef obj, GateRef index) in GetKey()
43 GateRef GetValue(GateRef obj, GateRef index) in GetValue()
Dcontainers_vector_stub_builder.h35 GateRef Get(GateRef obj, GateRef index) in Get()
41 void Set(GateRef glue, GateRef obj, GateRef index, GateRef value) in Set()
/arkcompiler/ets_frontend/es2panda/compiler/core/
DswitchBuilder.cpp41 void SwitchBuilder::SetCaseTarget(uint32_t index) in SetCaseTarget()
52 void SwitchBuilder::CompileCaseStatements(uint32_t index) in CompileCaseStatements()
59 void SwitchBuilder::JumpIfCase(VReg tag, uint32_t index) in JumpIfCase()
/arkcompiler/runtime_core/libpandabase/tests/genmc/
Dmutex_test_4.cpp33 intptr_t index = reinterpret_cast<intptr_t>(arg); in Thread1() local
48 intptr_t index = reinterpret_cast<intptr_t>(arg); in Thread2() local
61 intptr_t index = reinterpret_cast<intptr_t>(arg); in Thread3() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_plain_array.cpp34 int32_t index = obj->BinarySearch(*keyArray, 0, size, key.GetTaggedValue().GetNumber()); in Add() local
69 bool JSAPIPlainArray::AdjustForward(JSThread *thread, int32_t index, int32_t forwardSize) in AdjustForward()
130 for (uint32_t index = 0; index < size; index++) { in Clear() local
137 JSTaggedValue JSAPIPlainArray::RemoveRangeFrom(JSThread *thread, int32_t index, int32_t batchSize) in RemoveRangeFrom()
159 const uint32_t index, JSTaggedValue value) in Set()
172 int32_t index = obj->BinarySearch(keyArray, 0, size, key.GetTaggedValue().GetInt()); in GetOwnProperty() local
190 int32_t index = obj->BinarySearch(keyArray, 0, size, key.GetTaggedValue().GetInt()); in GetProperty() local
210 int32_t index = obj->BinarySearch(keyArray, 0, size, key.GetTaggedValue().GetInt()); in SetProperty() local
243 int32_t index = BinarySearch(keyArray, 0, size, key); in Has() local
254 int32_t index = BinarySearch(keyArray, 0, size, key.GetNumber()); in Get() local
[all …]
/arkcompiler/runtime_core/libpandafile/
Dpanda_cache.h82 uint32_t index = GetMethodIndex(id); in GetMethodFromCache() local
99 uint32_t index = GetMethodIndex(id); in SetMethodCache() local
109 uint32_t index = GetFieldIndex(id); in GetFieldFromCache() local
123 uint32_t index = GetFieldIndex(id); in SetFieldCache() local
136 uint32_t index = GetClassIndex(id); in GetClassFromCache() local
153 uint32_t index = GetClassIndex(id); in SetClassCache() local
Dliteral_data_accessor-inl.h32 inline size_t LiteralDataAccessor::GetLiteralValsNum(size_t index) const in GetLiteralValsNum()
39 inline void LiteralDataAccessor::EnumerateLiteralVals(size_t index, const Callback &cb) in EnumerateLiteralVals()
/arkcompiler/runtime_core/libpandabase/utils/
Dbit_table.h105 uint32_t Get(size_t index) const in Get()
110 bool Has(size_t index) const in Has()
265 #define BIT_TABLE_COLUMN(index, name, upname) \ argument
380 size_t GetColumnWidth(size_t index) const in GetColumnWidth()
392 auto GetRow(size_t index) in GetRow()
398 auto GetRow(size_t index) const in GetRow()
444 int index = 0; variable
457 const char *GetColumnName(size_t index) const in GetColumnName()
503 void SetColumn(size_t index, uint32_t value) in SetColumn()
541 const Entry &GetEntry(size_t index) const in GetEntry()
[all …]
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h88 int32_t index = static_cast<int32_t>(indexAccessor.GetHeaderIndex()); in CreateConstPool() local
106 panda_file::File::EntityId GetEntityId(uint32_t index) const in GetEntityId()
171 inline void SetObjectToCache(JSThread *thread, uint32_t index, JSTaggedValue value) in SetObjectToCache()
176 inline JSTaggedValue GetObjectFromCache(uint32_t index) const in GetObjectFromCache()
181 … static JSTaggedValue GetMethodFromCache(JSThread *thread, JSTaggedValue constpool, uint32_t index) in GetMethodFromCache()
249 …Value GetLiteralFromCache(JSThread *thread, JSTaggedValue constpool, uint32_t index, CString entry) in GetLiteralFromCache()
320 static panda_file::File::EntityId GetIdFromCache(JSTaggedValue constpool, uint32_t index) in GetIdFromCache()
329 uint32_t index, JSTaggedValue module) in GetLiteralFromCache()
335 …aggedValue PUBLIC_API GetStringFromCache(JSThread *thread, JSTaggedValue constpool, uint32_t index) in GetStringFromCache()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dmarker.h89 uint32_t index = mrk & MARKERS_MASK; in SetMarker() local
102 uint32_t index = mrk & MARKERS_MASK; in IsMarked() local
111 uint32_t index = mrk & MARKERS_MASK; in ResetMarker() local

12345678910>>...16