Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dpgo_bc_info.cpp63 void PGOBCInfo::Record(const BytecodeInstruction &bcIns, int32_t bcIndex, in Record() argument
H A Dgate_meta_data_builder.h149 JSBytecode( size_t valuesIn, uint32_t methodId, EcmaOpcode opcode, uint32_t pcOffset, uint32_t bcIndex, GateFlags flags) JSBytecode() argument
H A Dpgo_bc_info.h42 uint32_t bcIndex; member
77 uint32_t bcIndex; member
H A Dcircuit.h187 JSBytecode(size_t valuesIn, uint32_t methodId, EcmaOpcode opcode, uint32_t pcOffset, uint32_t bcIndex, bool writable, bool hasFrameState) JSBytecode() argument
H A Dhcr_gate_meta_data.h38 JSBytecodeMetaData( size_t valuesIn, uint32_t methodId, EcmaOpcode opcode, uint32_t pcOffset, uint32_t bcIndex, GateFlags flags) JSBytecodeMetaData() argument
H A Dntype_bytecode_lowering.cpp319 GateRef bcIndex = builder_.Int32ToTaggedInt(builder_.Int32(acc_.TryGetBcIndex(gate))); in AddProfiling() local
H A Dbytecode_info_collector.cpp169 int32_t bcIndex = 0; in CollectMethodPcsFromBC() local
283 CollectMethodInfoFromBC(const BytecodeInstruction &bcIns, const MethodLiteral *method, int32_t bcIndex, const std::shared_ptr<CString> recordNamePtr, bool *canFastCall, bool *canTypedCall) CollectMethodInfoFromBC() argument
H A Dbytecode_circuit_builder.cpp64 void BytecodeCircuitBuilder::CollectRegionInfo(uint32_t bcIndex) in CollectRegionInfo() argument
784 void BytecodeCircuitBuilder::MergeThrowGate(BytecodeRegion &bb, uint32_t bcIndex) in MergeThrowGate() argument
807 MergeExceptionGete(BytecodeRegion &bb, const BytecodeInfo& bytecodeInfo, uint32_t bcIndex) MergeExceptionGete() argument
[all...]
H A Dbytecode_circuit_builder.h93 void InsertJump(uint32_t bcIndex, uint32_t predBcIndex, bool isJumpImm) in InsertJump() argument
103 void InsertHead(uint32_t bcIndex) in InsertHead() argument
108 void InsertSplit(uint32_t bcIndex) in InsertSplit() argument
137 InsertBlockItem(uint32_t bcIndex, bool isHeadBlock) InsertBlockItem() argument
146 InsertSplitItem(uint32_t bcIndex, uint32_t predBcIndex) InsertSplitItem() argument
297 UpdateBcIndexGate(GateRef gate, uint32_t bcIndex) UpdateBcIndexGate() argument
[all...]
H A Dframe_states.cpp212 FrameLiveOut *FrameStateBuilder::GetOrOCreateBCEndLiveOut(uint32_t bcIndex) in GetOrOCreateBCEndLiveOut() argument
1411 GateRef FrameStateBuilder::BuildFrameState(FrameContext* frameContext, FrameLiveOut* liveout, size_t bcIndex) in BuildFrameState() argument
1425 GateRef FrameStateBuilder::BuildStateSplit(FrameContext* frameContext, FrameLiveOut* liveout, size_t bcIndex) in BuildStateSplit() argument
H A Dtyped_bytecode_lowering.cpp2177 GateRef bcIndex = builder_.Int32ToTaggedInt(builder_.Int32(acc_.TryGetBcIndex(gate))); in AddProfiling() local
H A Dslowpath_lowering.cpp3150 GateRef bcIndex = builder_.Int32ToTaggedInt(builder_.Int32(acc_.TryGetBcIndex(gate))); in AddProfiling() local
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H A Dopt_code_profiler.cpp175 void OptCodeProfiler::Update(JSHandle<JSTaggedValue> &func, int bcIndex, EcmaOpcode opcode, Mode mode) in FilterMethodToPrint() argument
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
H A Dsnapshot_constantpool_data.cpp397 void SnapshotConstantPoolData::Record(const BytecodeInstruction &bcIns, int32_t bcIndex, in Record() argument
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp2820 int bcIndex = GetArg(argv, argc, 1).GetInt(); in DEF_RUNTIME_STUBS() local

Completed in 34 milliseconds