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()
Dbytecode_info_collector.cpp144 int32_t bcIndex = 0; in ProcessMethodForJIT() local
211 int32_t bcIndex = 0; in CollectMethodPcsFromBC() local
362int32_t bcIndex, const std::shared_ptr<CString> recordNamePtr) in CollectMethodInfoFromBC()
Dhcr_gate_meta_data.h39 …size_t valuesIn, uint32_t methodId, EcmaOpcode opcode, uint32_t pcOffset, uint32_t bcIndex, GateFl… in JSBytecodeMetaData()
Dgate_meta_data_builder.h150 …size_t valuesIn, uint32_t methodId, EcmaOpcode opcode, uint32_t pcOffset, uint32_t bcIndex, GateFl… in JSBytecode()
Dbytecode_circuit_builder.cpp58 void BytecodeCircuitBuilder::CollectRegionInfo(uint32_t bcIndex) in CollectRegionInfo()
916 void BytecodeCircuitBuilder::MergeThrowGate(BytecodeRegion &bb, uint32_t bcIndex) in MergeThrowGate()
940 const BytecodeInfo& bytecodeInfo, uint32_t bcIndex) in MergeExceptionGete()
Dcircuit.h207 uint32_t pcOffset, uint32_t bcIndex, bool writable, bool hasFrameState) in JSBytecode()
Dntype_bytecode_lowering.cpp322 GateRef bcIndex = builder_.Int32ToTaggedInt(builder_.Int32(acc_.TryGetBcIndex(gate))); in AddProfiling() local
Dframe_states.cpp236 FrameLiveOut *FrameStateBuilder::GetOrOCreateBCEndLiveOut(uint32_t bcIndex) in GetOrOCreateBCEndLiveOut()
1455 …ameStateBuilder::BuildFrameState(FrameContext* frameContext, FrameLiveOut* liveout, size_t bcIndex) in BuildFrameState()
1469 …ameStateBuilder::BuildStateSplit(FrameContext* frameContext, FrameLiveOut* liveout, size_t bcIndex) in BuildStateSplit()
Dtyped_bytecode_lowering.cpp2682 GateRef bcIndex = builder_.Int32ToTaggedInt(builder_.Int32(acc_.TryGetBcIndex(gate))); in AddProfiling() local
Dslowpath_lowering.cpp3427 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(JSThread *thread, JSHandle<JSTaggedValue> &func, int bcIndex, in FilterMethodToPrint()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Dsnapshot_constantpool_data.cpp398 void SnapshotConstantPoolData::Record(const BytecodeInstruction &bcIns, int32_t bcIndex, in Record()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2947 int bcIndex = GetArg(argv, argc, 1).GetInt(); in DEF_RUNTIME_STUBS() local