| /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() 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()
|
| 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 | hcr_gate_meta_data.h | 39 …size_t valuesIn, uint32_t methodId, EcmaOpcode opcode, uint32_t pcOffset, uint32_t bcIndex, GateFl… in JSBytecodeMetaData()
|
| D | bytecode_info_collector.cpp | 169 int32_t bcIndex = 0; in CollectMethodPcsFromBC() local 284 … int32_t bcIndex, const std::shared_ptr<CString> recordNamePtr, in CollectMethodInfoFromBC()
|
| D | bytecode_circuit_builder.cpp | 64 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()
|
| D | ntype_bytecode_lowering.cpp | 316 GateRef bcIndex = builder_.Int32ToTaggedInt(builder_.Int32(acc_.TryGetBcIndex(gate))); in AddProfiling() local
|
| D | circuit.h | 188 uint32_t pcOffset, uint32_t bcIndex, bool writable, bool hasFrameState) in JSBytecode()
|
| 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 | frame_states.cpp | 212 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()
|
| D | typed_bytecode_lowering.cpp | 2159 GateRef bcIndex = builder_.Int32ToTaggedInt(builder_.Int32(acc_.TryGetBcIndex(gate))); in AddProfiling() local
|
| D | slowpath_lowering.cpp | 3110 GateRef bcIndex = builder_.Int32ToTaggedInt(builder_.Int32(acc_.TryGetBcIndex(gate))); in AddProfiling() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/vmstat/ |
| D | opt_code_profiler.cpp | 175 void OptCodeProfiler::Update(JSHandle<JSTaggedValue> &func, int bcIndex, EcmaOpcode opcode, Mode mo… in FilterMethodToPrint()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
| D | snapshot_constantpool_data.cpp | 399 void SnapshotConstantPoolData::Record(const BytecodeInstruction &bcIns, int32_t bcIndex, in Record()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 2798 int bcIndex = GetArg(argv, argc, 1).GetInt(); in DEF_RUNTIME_STUBS() local
|