Searched defs:bcIndex (Results 1 – 9 of 9) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | bytecode_circuit_builder.h | 98 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 …]
|
D | pgo_bc_info.h | 37 uint32_t bcIndex; member 60 uint32_t bcIndex; member
|
D | pgo_bc_info.cpp | 62 void PGOBCInfo::Record(const BytecodeInstruction &bcIns, int32_t bcIndex, in Record()
|
D | frame_states.h | 121 FrameStateInfo *GetOrOCreateBCEndStateInfo(uint32_t bcIndex) in GetOrOCreateBCEndStateInfo()
|
D | bytecode_info_collector.cpp | 179 …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()
|
D | bytecode_info_collector.h | 277 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()
|
D | bytecode_circuit_builder.cpp | 56 void BytecodeCircuitBuilder::CollectRegionInfo(uint32_t bcIndex) in CollectRegionInfo() 1412 const auto bcIndex = iterator.Index(); in BuildCircuit() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
D | method_type_infer.h | 154 const auto bcIndex = jsgateToBytecode_.at(gate); in GetByteCodeInfo() local
|
D | method_type_infer.cpp | 1313 for (uint32_t bcIndex = 0; bcIndex < lastBcIndex; bcIndex++) { // ignore last element in PrintByteCodesWithTypes() local 1443 const auto bcIndex = jsgateToBytecode_.at(gate); in CollectGateTypeLogInfo() local
|