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()
258 GateRef GetGateByBcIndex(uint32_t bcIndex) const in GetGateByBcIndex()
268 const std::vector<GateRef>& GetGatesByBcIndex(uint32_t bcIndex) const in GetGatesByBcIndex()
297 void UpdateBcIndexGate(GateRef gate, uint32_t bcIndex) in UpdateBcIndexGate()
376 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.cpp166 int32_t bcIndex = 0; in CollectMethodPcsFromBC() local
281int32_t bcIndex, const std::shared_ptr<CString> recordNamePtr, in CollectMethodInfoFromBC()
Dgate_meta_data_builder.h150 …size_t valuesIn, uint32_t methodId, EcmaOpcode opcode, uint32_t pcOffset, uint32_t bcIndex, GateFl… in JSBytecode()
Dcircuit.h188 uint32_t pcOffset, uint32_t bcIndex, bool writable, bool hasFrameState) in JSBytecode()
Dbytecode_circuit_builder.cpp58 void BytecodeCircuitBuilder::CollectRegionInfo(uint32_t bcIndex) in CollectRegionInfo()
911 void BytecodeCircuitBuilder::MergeThrowGate(BytecodeRegion &bb, uint32_t bcIndex) in MergeThrowGate()
935 const BytecodeInfo& bytecodeInfo, uint32_t bcIndex) in MergeExceptionGete()
Dntype_bytecode_lowering.cpp317 GateRef bcIndex = builder_.Int32ToTaggedInt(builder_.Int32(acc_.TryGetBcIndex(gate))); in AddProfiling() local
Dframe_states.cpp215 FrameLiveOut *FrameStateBuilder::GetOrOCreateBCEndLiveOut(uint32_t bcIndex) in GetOrOCreateBCEndLiveOut()
1421 …ameStateBuilder::BuildFrameState(FrameContext* frameContext, FrameLiveOut* liveout, size_t bcIndex) in BuildFrameState()
1435 …ameStateBuilder::BuildStateSplit(FrameContext* frameContext, FrameLiveOut* liveout, size_t bcIndex) in BuildStateSplit()
Dtyped_bytecode_lowering.cpp2259 GateRef bcIndex = builder_.Int32ToTaggedInt(builder_.Int32(acc_.TryGetBcIndex(gate))); in AddProfiling() local
Dslowpath_lowering.cpp3047 GateRef bcIndex = builder_.Int32ToTaggedInt(builder_.Int32(acc_.TryGetBcIndex(gate))); in AddProfiling() local
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dopt_code_profiler.cpp174 void OptCodeProfiler::Update(JSHandle<JSTaggedValue> &func, int bcIndex, EcmaOpcode opcode, Mode mo… in FilterMethodToPrint()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Dsnapshot_constantpool_data.cpp397 void SnapshotConstantPoolData::Record(const BytecodeInstruction &bcIns, int32_t bcIndex, in Record()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2852 int bcIndex = GetArg(argv, argc, 1).GetInt(); in DEF_RUNTIME_STUBS() local