Home
last modified time | relevance | path

Searched refs:GetInfo (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/optimizations/interop_js/
H A Dinterop_intrinsic_optimization.cpp92 InteropIntrinsicOptimization::BlockInfo &InteropIntrinsicOptimization::GetInfo(BasicBlock *block) in GetInfo() function in ark::compiler::InteropIntrinsicOptimization
338 auto otherEndComponent = GetInfo(block).blockComponent[static_cast<int32_t>(!IS_END)]; in IterateBlockFromBoundary()
373 if (GetInfo(block).blockComponent[index] != DFS_NOT_VISITED) { in BlockBoundaryDfs()
378 GetInfo(block).blockComponent[index] = currentComponent_; in BlockBoundaryDfs()
444 if (GetInfo(block).blockComponent[0] == currentComponent_ && MoveBlockStartIntoScope(block)) { in MergeCurrentComponentWithNeighbours()
445 MergeComponents(currentComponent_, GetInfo(block).blockComponent[1]); in MergeCurrentComponentWithNeighbours()
447 if (GetInfo(block).blockComponent[1] == currentComponent_ && MoveBlockEndIntoScope(block)) { in MergeCurrentComponentWithNeighbours()
448 MergeComponents(currentComponent_, GetInfo(block).blockComponent[0]); in MergeCurrentComponentWithNeighbours()
458 if (GetInfo(block).blockComponent[index] != DFS_NOT_VISITED) { in FindComponentAndTryMerge()
491 if (GetInfo(bloc in DfsNumbering()
[all...]
H A Dinterop_intrinsic_optimization.h104 BlockInfo &GetInfo(BasicBlock *block);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Ddatainfo.h82 const MapleVector<uint64> &GetInfo() const
90 DEBUG_ASSERT(infoSize == secondInfo.GetInfo().size(), "two dataInfo's size different");
114 DEBUG_ASSERT(infoSize == secondInfo.GetInfo().size(), "two dataInfo's size different");
123 DEBUG_ASSERT(infoSize == secondInfo.GetInfo().size(), "two dataInfo's size different");
131 DEBUG_ASSERT(infoIndex < secondInfo.GetInfo().size(), "out of secondInfo's range");
139 DEBUG_ASSERT(infoSize == secondInfo.GetInfo().size(), "two dataInfo's size different");
149 DEBUG_ASSERT(infoSize == secondInfo.GetInfo().size(), "two dataInfo's size different");
H A Dsparse_datainfo.h63 info = other.GetInfo(); in operator =()
98 const MapleSparseBitVector<> &GetInfo() const in GetInfo() function in maplebe::SparseDataInfo
110 return info == secondInfo.GetInfo(); in IsEqual()
H A Dinsn.h731 liveIn.GetInfo().ConvertToSet(stackMapLiveIn);
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dpgo_bc_info.h89 const Info& GetInfo(Type type) const;
H A Dpgo_bc_info.cpp41 const PGOBCInfo::Info& PGOBCInfo::GetInfo(Type type) const in GetInfo() function in panda::ecmascript::kungfu::PGOBCInfo
/arkcompiler/runtime_core/static_core/compiler/code_info/
H A Dvreg_info.h167 uint32_t GetInfo() in GetInfo() function
H A Dcode_info_tables.h176 return VRegInfo(GetValue(), GetInfo()); in GetVRegInfo()
H A Dcode_info_builder.cpp193 vregEntry[VRegisterInfo::COLUMN_INFO] = vreg.GetInfo(); in EmitVRegs()
/arkcompiler/runtime_core/static_core/static_linker/
H A Dlinker_context_misc.cpp315 self.error_.GetInfo()); in operator <<()
H A Dlinker_context.h260 const InfoType &GetInfo() const in GetInfo() function in ark::static_linker::Context::ErrorDetail
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dlive.cpp379 info.GetInfo().ConvertToSet(res); in DumpInfo()

Completed in 8 milliseconds