| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecode_circuit_builder.h | 93 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()
|
| D | pgo_bc_info.h | 42 uint32_t bcIndex; member 77 uint32_t bcIndex; member
|
| D | pgo_bc_info.cpp | 63 void PGOBCInfo::Record(const BytecodeInstruction &bcIns, int32_t bcIndex, in Record()
|
| D | bytecode_info_collector.cpp | 144 int32_t bcIndex = 0; in ProcessMethodForJIT() local 211 int32_t bcIndex = 0; in CollectMethodPcsFromBC() local 362 … int32_t bcIndex, const std::shared_ptr<CString> recordNamePtr) in CollectMethodInfoFromBC()
|
| D | hcr_gate_meta_data.h | 39 …size_t valuesIn, uint32_t methodId, EcmaOpcode opcode, uint32_t pcOffset, uint32_t bcIndex, GateFl… in JSBytecodeMetaData()
|
| D | gate_meta_data_builder.h | 150 …size_t valuesIn, uint32_t methodId, EcmaOpcode opcode, uint32_t pcOffset, uint32_t bcIndex, GateFl… in JSBytecode()
|
| D | bytecode_circuit_builder.cpp | 58 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()
|
| D | circuit.h | 207 uint32_t pcOffset, uint32_t bcIndex, bool writable, bool hasFrameState) in JSBytecode()
|
| D | ntype_bytecode_lowering.cpp | 322 GateRef bcIndex = builder_.Int32ToTaggedInt(builder_.Int32(acc_.TryGetBcIndex(gate))); in AddProfiling() local
|
| D | frame_states.cpp | 236 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()
|
| D | typed_bytecode_lowering.cpp | 2682 GateRef bcIndex = builder_.Int32ToTaggedInt(builder_.Int32(acc_.TryGetBcIndex(gate))); in AddProfiling() local
|
| D | slowpath_lowering.cpp | 3427 GateRef bcIndex = builder_.Int32ToTaggedInt(builder_.Int32(acc_.TryGetBcIndex(gate))); in AddProfiling() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/vmstat/ |
| D | opt_code_profiler.cpp | 174 void OptCodeProfiler::Update(JSThread *thread, JSHandle<JSTaggedValue> &func, int bcIndex, in FilterMethodToPrint()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
| D | snapshot_constantpool_data.cpp | 398 void SnapshotConstantPoolData::Record(const BytecodeInstruction &bcIns, int32_t bcIndex, in Record()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 2947 int bcIndex = GetArg(argv, argc, 1).GetInt(); in DEF_RUNTIME_STUBS() local
|