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.cpp1697 int64 MIRArrayType::GetBitOffsetFromArrayAddress(std::vector<int64> &indexArray) in GetBitOffsetFromArrayAddress() function in maple::MIRArrayType
1728 … offset += static_cast<MIRArrayType *>(GetElemType())->GetBitOffsetFromArrayAddress(subIndexArray); in GetBitOffsetFromArrayAddress()
1793 int64 MIRFarrayType::GetBitOffsetFromArrayAddress(int64 arrayIndex) in GetBitOffsetFromArrayAddress() function in maple::MIRFarrayType
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_type.h1304 int64 GetBitOffsetFromArrayAddress(std::vector<int64> &indexArray);
1376 int64 GetBitOffsetFromArrayAddress(int64 arrayIndex);