Home
last modified time | relevance | path

Searched refs:FindBcIndexByPc (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecode_circuit_builder.cpp92 auto targetIndex = FindBcIndexByPc(pc + offset); in CollectRegionInfo()
129 auto tryStartBcIndex = FindBcIndexByPc(tryStartPc); in CollectTryCatchBlockInfo()
132 auto tryEndBcIndex = FindBcIndexByPc(tryEndPc); in CollectTryCatchBlockInfo()
139 auto catchBlockBcIndex = FindBcIndexByPc(catchBlockPc); in CollectTryCatchBlockInfo()
H A Dbytecode_circuit_builder.h459 uint32_t FindBcIndexByPc(const uint8_t *pc) const in FindBcIndexByPc() function in panda::ecmascript::kungfu::BytecodeCircuitBuilder

Completed in 4 milliseconds