Home
last modified time | relevance | path

Searched refs:GetIdx (Results 1 - 16 of 16) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dalias_analysis.cpp358 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 Dalias_analysis.h111 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 Dtagged_array_test.cpp62 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 Dglobal_tables.cpp120 CHECK_FATAL(!(type.GetPointedTyIdx().GetIdx() >= kPtyDerived && type.GetPrimType() == PTY_ref && in GetOrCreateMIRTypeNode()
123 type.GetPointedTyIdx().GetIdx()); in GetOrCreateMIRTypeNode()
H A Dmir_function.cpp200 (formalDefVec[i].formalStrIdx.GetIdx() == 0 || in DumpFlavorLoweredThanMmpl()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
H A Dlitecg.cpp50 module.PushFileInfoPair(MIRInfoPair(nameStrIdx, fileNameStrIdx.GetIdx())); in LiteCG()
/arkcompiler/ets_runtime/ecmascript/
H A Dtagged_array.h40 uint32_t GetIdx(const JSTaggedValue &value) const;
H A Dtagged_array.cpp30 uint32_t TaggedArray::GetIdx(const JSTaggedValue &value) const in GetIdx() function in panda::ecmascript::TaggedArray
H A Djs_proxy.cpp821 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 Dmpl_number.h148 T GetIdx() const in GetIdx() function in maple::utils::Number
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_first_tests.cpp1426 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 Demit.cpp593 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 Dlower.cpp260 if (beCommon.GetTypeSize(retType->GetTypeIndex().GetIdx()) == 0) { in GenBlockNode()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_emitter.cpp1670 uint32 strIdx = strCt.GetValue().GetIdx(); in EmitSingleElement()
/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_module_source_text.cpp41 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 Daarch64_cgfunc.cpp3623 if (sym != nullptr && (GetBecommon().GetTypeSize(sym->GetTyIdx().GetIdx()) > k16ByteSize)) {

Completed in 32 milliseconds