Home
last modified time | relevance | path

Searched refs:GetBitOffsetFromArrayAddress (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_type.cpp1695 int64 MIRArrayType::GetBitOffsetFromArrayAddress(std::vector<int64> &indexArray) in GetBitOffsetFromArrayAddress() function in maple::MIRArrayType
1726 … offset += static_cast<MIRArrayType *>(GetElemType())->GetBitOffsetFromArrayAddress(subIndexArray); in GetBitOffsetFromArrayAddress()
1791 int64 MIRFarrayType::GetBitOffsetFromArrayAddress(int64 arrayIndex) in GetBitOffsetFromArrayAddress() function in maple::MIRFarrayType
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_type.h1212 int64 GetBitOffsetFromArrayAddress(std::vector<int64> &indexArray);
1284 int64 GetBitOffsetFromArrayAddress(int64 arrayIndex);