Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.h93 void InsertJump(uint32_t bcIndex, uint32_t predBcIndex, bool isJumpImm) in InsertJump()
103 void InsertHead(uint32_t bcIndex) in InsertHead()
108 void InsertSplit(uint32_t bcIndex) in InsertSplit()
113 size_t FindBBIndexByBcIndex(uint32_t bcIndex) const in FindBBIndexByBcIndex()
137 void InsertBlockItem(uint32_t bcIndex, bool isHeadBlock) in InsertBlockItem()
146 void InsertSplitItem(uint32_t bcIndex, uint32_t predBcIndex) in InsertSplitItem()
259 GateRef GetGateByBcIndex(uint32_t bcIndex) const in GetGateByBcIndex()
269 const std::vector<GateRef>& GetGatesByBcIndex(uint32_t bcIndex) const in GetGatesByBcIndex()
298 void UpdateBcIndexGate(GateRef gate, uint32_t bcIndex) in UpdateBcIndexGate()
377 size_t GetPcOffset(uint32_t bcIndex) const in GetPcOffset()
Dpgo_bc_info.h42 uint32_t bcIndex; member
77 uint32_t bcIndex; member
Dpgo_bc_info.cpp63 void PGOBCInfo::Record(const BytecodeInstruction &bcIns, int32_t bcIndex, in Record()
Dhcr_gate_meta_data.h39 …size_t valuesIn, uint32_t methodId, EcmaOpcode opcode, uint32_t pcOffset, uint32_t bcIndex, GateFl… in JSBytecodeMetaData()
Dbytecode_info_collector.cpp169 int32_t bcIndex = 0; in CollectMethodPcsFromBC() local
284int32_t bcIndex, const std::shared_ptr<CString> recordNamePtr, in CollectMethodInfoFromBC()
Dbytecode_circuit_builder.cpp64 void BytecodeCircuitBuilder::CollectRegionInfo(uint32_t bcIndex) in CollectRegionInfo()
810 void BytecodeCircuitBuilder::MergeThrowGate(BytecodeRegion &bb, uint32_t bcIndex) in MergeThrowGate()
834 const BytecodeInfo& bytecodeInfo, uint32_t bcIndex) in MergeExceptionGete()
Dntype_bytecode_lowering.cpp316 GateRef bcIndex = builder_.Int32ToTaggedInt(builder_.Int32(acc_.TryGetBcIndex(gate))); in AddProfiling() local
Dcircuit.h188 uint32_t pcOffset, uint32_t bcIndex, bool writable, bool hasFrameState) in JSBytecode()
Dgate_meta_data_builder.h150 …size_t valuesIn, uint32_t methodId, EcmaOpcode opcode, uint32_t pcOffset, uint32_t bcIndex, GateFl… in JSBytecode()
Dframe_states.cpp212 FrameLiveOut *FrameStateBuilder::GetOrOCreateBCEndLiveOut(uint32_t bcIndex) in GetOrOCreateBCEndLiveOut()
1413 …ameStateBuilder::BuildFrameState(FrameContext* frameContext, FrameLiveOut* liveout, size_t bcIndex) in BuildFrameState()
1427 …ameStateBuilder::BuildStateSplit(FrameContext* frameContext, FrameLiveOut* liveout, size_t bcIndex) in BuildStateSplit()
Dtyped_bytecode_lowering.cpp2159 GateRef bcIndex = builder_.Int32ToTaggedInt(builder_.Int32(acc_.TryGetBcIndex(gate))); in AddProfiling() local
Dslowpath_lowering.cpp3110 GateRef bcIndex = builder_.Int32ToTaggedInt(builder_.Int32(acc_.TryGetBcIndex(gate))); in AddProfiling() local
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dopt_code_profiler.cpp175 void OptCodeProfiler::Update(JSHandle<JSTaggedValue> &func, int bcIndex, EcmaOpcode opcode, Mode mo… in FilterMethodToPrint()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Dsnapshot_constantpool_data.cpp399 void SnapshotConstantPoolData::Record(const BytecodeInstruction &bcIns, int32_t bcIndex, in Record()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2798 int bcIndex = GetArg(argv, argc, 1).GetInt(); in DEF_RUNTIME_STUBS() local