Home
last modified time | relevance | path

Searched defs:bcIndex (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.h98 void InsertJump(uint32_t bcIndex, uint32_t predBcIndex, bool isJumpImm) in InsertJump()
108 void InsertHead(uint32_t bcIndex) in InsertHead()
113 void InsertSplit(uint32_t bcIndex) in InsertSplit()
118 size_t FindBBIndexByBcIndex(uint32_t bcIndex) const in FindBBIndexByBcIndex()
142 void InsertBlockItem(uint32_t bcIndex, bool isHeadBlock) in InsertBlockItem()
151 void InsertSplitItem(uint32_t bcIndex, uint32_t predBcIndex) in InsertSplitItem()
299 GateRef GetGateByBcIndex(uint32_t bcIndex) const in GetGateByBcIndex()
309 const std::vector<GateRef>& GetGatesByBcIndex(uint32_t bcIndex) const in GetGatesByBcIndex()
325 void UpdateBcIndexGate(GateRef gate, uint32_t bcIndex) in UpdateBcIndexGate()
411 size_t GetPcOffset(uint32_t bcIndex) const in GetPcOffset()
[all …]
Dpgo_bc_info.h37 uint32_t bcIndex; member
60 uint32_t bcIndex; member
Dpgo_bc_info.cpp62 void PGOBCInfo::Record(const BytecodeInstruction &bcIns, int32_t bcIndex, in Record()
Dframe_states.h121 FrameStateInfo *GetOrOCreateBCEndStateInfo(uint32_t bcIndex) in GetOrOCreateBCEndStateInfo()
Dbytecode_info_collector.cpp179 …llector::CollectInnerFuncType(const MethodLiteral *method, uint32_t innerMethodId, int32_t bcIndex) in CollectInnerFuncType()
239 int32_t bcIndex = 0; in CollectMethodPcsFromBC() local
391 const MethodLiteral *method, std::vector<std::string> &classNameVec, int32_t bcIndex, in CollectMethodInfoFromBC()
714 … const MethodLiteral *method, uint32_t bcIndex) in CollectConstantPoolIndexInfoFromBC()
833 …tPoolInfo::AddIndexToCPItem(ItemType type, uint32_t index, uint32_t methodOffset, uint32_t bcIndex) in AddIndexToCPItem()
Dbytecode_info_collector.h277 inline void AddBcToTypeId(int32_t bcIndex, uint32_t innerFuncTypeId) in AddBcToTypeId()
509 …xToCPInfo(ConstantPoolInfo::ItemType type, uint32_t index, uint32_t methodOffset, uint32_t bcIndex) in AddIndexToCPInfo()
765 uint32_t index, uint32_t methodOffset, uint32_t bcIndex) in AddConstantPoolIndexToBCInfo()
Dbytecode_circuit_builder.cpp56 void BytecodeCircuitBuilder::CollectRegionInfo(uint32_t bcIndex) in CollectRegionInfo()
1412 const auto bcIndex = iterator.Index(); in BuildCircuit() local
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.h154 const auto bcIndex = jsgateToBytecode_.at(gate); in GetByteCodeInfo() local
Dmethod_type_infer.cpp1313 for (uint32_t bcIndex = 0; bcIndex < lastBcIndex; bcIndex++) { // ignore last element in PrintByteCodesWithTypes() local
1443 const auto bcIndex = jsgateToBytecode_.at(gate); in CollectGateTypeLogInfo() local