Home
last modified time | relevance | path

Searched defs:arrayIndex (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/
Drunslots.cpp134 uintptr_t arrayIndex = bitIndex >> BITS_IN_BYTE_POWER_OF_TWO; in MarkAsOccupied() local
145 uintptr_t arrayIndex = bitIndex >> BITS_IN_BYTE_POWER_OF_TWO; in MarkAsFree() local
152 FreeSlot *RunSlots<LockTypeT>::BitMapToSlot(size_t arrayIndex, size_t bit) in BitMapToSlot()
188 uintptr_t arrayIndex = bitIndex >> BITS_IN_BYTE_POWER_OF_TWO; in IsLive() local
Drunslots.h191 for (size_t arrayIndex = 0; arrayIndex < BITMAP_ARRAY_SIZE; arrayIndex++) { in IterateOverOccupiedSlots() local
Drunslots_allocator-inl.h66 size_t arrayIndex = slotSizePowerOfTwo; in Alloc() local
156 size_t arrayIndex = RunSlotsType::ConvertToPowerOfTwoUnsafe(runSlotSize); in FreeUnsafeInternal() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dproto_change_details.cpp26 uint32_t arrayIndex = array->PushBack(thread, weakValue); in Add() local
49 uint32_t arrayIndex = newArray->PushBack(thread, weakValue); in Add() local
/arkcompiler/ets_runtime/ecmascript/
Dtagged_dictionary.cpp71 int arrayIndex = 0; in GetAllKeys() local
141 uint32_t arrayIndex = 0; in GetAllEnumKeys() local
170 uint32_t arrayIndex = 0; in GetAllEnumKeys() local
283 int arrayIndex = 0; in GetAllKeys() local
336 uint32_t arrayIndex = 0; in GetAllEnumKeys() local
Dglobal_dictionary-inl.h104 int arrayIndex = 0; in GetAllKeys() local
182 int arrayIndex = 0; in GetEnumAllKeys() local
Dtagged_hash_table.h198 int arrayIndex = 0; in GetAllKeys() local
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeRecorder.cpp254 void TypeRecorder::SetArrayType(int64_t contentIndex, int64_t arrayIndex) in SetArrayType()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp2439 GateRef arrayIndex = in GetAttributesFromDictionary() local
2451 GateRef arrayIndex = in GetValueFromDictionary() local
2473 GateRef arrayIndex = in GetKeyFromDictionary() local
2495 GateRef arrayIndex = in UpdateValueAndAttributes() local
2512 GateRef arrayIndex = Int32Add(Int32(DictionaryT::TABLE_HEADER_SIZE), in UpdateValueInDict() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_type.cpp1791 int64 MIRFarrayType::GetBitOffsetFromArrayAddress(int64 arrayIndex) in GetBitOffsetFromArrayAddress()