Home
last modified time | relevance | path

Searched refs:MakeOrderAndOffsets (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/assembler/
Dassembly-function.h187 Function::TryCatchInfo MakeOrderAndOffsets(const std::vector<uint8_t> &bytecode) const;
Dassembly-emitter.cpp1667 Function::TryCatchInfo Function::MakeOrderAndOffsets(const std::vector<uint8_t> &bytecode) const in MakeOrderAndOffsets() function in panda::pandasm::Function
1719 Function::TryCatchInfo tcs = MakeOrderAndOffsets(bytecode); in BuildTryBlocks()