/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
H A D | alias_analysis.cpp | 358 auto equal = IsSameOffsets(p1.GetIdx(), p2.GetIdx()); in CheckMemAddressEmptyIntersectionCase() 367 auto equal = IsSameOffsets(p1.GetIdx(), p2.GetIdx()); in CheckMemAddressEmptyIntersectionCase() 439 if (p->GetIdx() != nullptr) { in CombineIdxAndImm() 440 auto idx = p->GetIdx(); in CombineIdxAndImm() 457 if (AliasAnalysis::IsSameOffsets(p1->GetIdx(), p2->GetIdx()) == Trilean::TRUE) { in AliasingTwoArrayPointers() 462 if (pointer->GetIdx() != nullptr && !pointer->GetIdx() in AliasingTwoArrayPointers() [all...] |
H A D | alias_analysis.h | 111 const Inst *GetIdx() const in GetIdx() function in ark::compiler::Pointer 249 return p1.GetType() == p2.GetType() && p1.GetBase() == p2.GetBase() && p1.GetIdx() == p2.GetIdx() && in operator ()() 259 hash += instHasher(p.GetIdx()); in operator ()()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | tagged_array_test.cpp | 62 EXPECT_EQ(taggedArray->GetIdx(newObj1.GetTaggedValue()), 0U); in HWTEST_F_L0() 63 EXPECT_EQ(taggedArray->GetIdx(objValue), 1U); in HWTEST_F_L0() 66 EXPECT_EQ(taggedArray->GetIdx(newObj1.GetTaggedValue()), 0U); in HWTEST_F_L0() 67 EXPECT_EQ(taggedArray->GetIdx(objValue), TaggedArray::MAX_ARRAY_INDEX); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
H A D | global_tables.cpp | 120 CHECK_FATAL(!(type.GetPointedTyIdx().GetIdx() >= kPtyDerived && type.GetPrimType() == PTY_ref && in GetOrCreateMIRTypeNode() 123 type.GetPointedTyIdx().GetIdx()); in GetOrCreateMIRTypeNode()
|
H A D | mir_function.cpp | 200 (formalDefVec[i].formalStrIdx.GetIdx() == 0 || in DumpFlavorLoweredThanMmpl()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
H A D | litecg.cpp | 50 module.PushFileInfoPair(MIRInfoPair(nameStrIdx, fileNameStrIdx.GetIdx())); in LiteCG()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | tagged_array.h | 40 uint32_t GetIdx(const JSTaggedValue &value) const;
|
H A D | tagged_array.cpp | 30 uint32_t TaggedArray::GetIdx(const JSTaggedValue &value) const in GetIdx() function in panda::ecmascript::TaggedArray
|
H A D | js_proxy.cpp | 821 uint32_t idx = uncheckFesKeys->GetIdx(tgtNoCfigKeys->Get(i)); in OwnPropertyKeys() 839 uint32_t idx = uncheckFesKeys->GetIdx(tgtCfigKeys->Get(i)); in OwnPropertyKeys()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
H A D | mpl_number.h | 148 T GetIdx() const in GetIdx() function in maple::utils::Number
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
H A D | jsnapi_first_tests.cpp | 1426 EXPECT_EQ(taggedArray->GetIdx(objVal1.GetTaggedValue()), 0U); in HWTEST_F_L0() 1427 EXPECT_EQ(taggedArray->GetIdx(canBeGcValue), 1U); in HWTEST_F_L0() 1437 EXPECT_EQ(taggedArray->GetIdx(objVal1.GetTaggedValue()), 0U); in HWTEST_F_L0() 1438 EXPECT_EQ(taggedArray->GetIdx(canBeGcValue), TaggedArray::MAX_ARRAY_INDEX); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | emit.cpp | 593 uint32 strId = mirStrConst.GetValue().GetIdx(); in EmitAsmLabel() 1625 uint64 size = Globals::GetInstance()->GetBECommon()->GetTypeSize(scalarIdx.GetIdx()) * dim; in EmitAsmLabel() 1943 uint32 strId = idx.GetIdx(); in EmitAsmLabel() 1960 uint32 strId = idx.GetIdx(); in EmitAsmLabel()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
H A D | lower.cpp | 260 if (beCommon.GetTypeSize(retType->GetTypeIndex().GetIdx()) == 0) { in GenBlockNode()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
H A D | x64_emitter.cpp | 1670 uint32 strIdx = strCt.GetValue().GetIdx(); in EmitSingleElement()
|
/arkcompiler/ets_runtime/ecmascript/module/ |
H A D | js_module_source_text.cpp | 41 if (exportStarSet->GetIdx(module.GetTaggedValue()) != TaggedArray::MAX_ARRAY_INDEX) { in GetExportedNames()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
H A D | aarch64_cgfunc.cpp | 3623 if (sym != nullptr && (GetBecommon().GetTypeSize(sym->GetTyIdx().GetIdx()) > k16ByteSize)) {
|