Searched refs:GetCodeInfo (Results 1 – 2 of 2) sorted by relevance
90 std::vector<std::pair<uint8_t *, uintptr_t>> GetCodeInfo() const;
212 std::vector<std::pair<uint8_t *, uintptr_t>> CodeInfo::GetCodeInfo() const in GetCodeInfo() function in panda::ecmascript::kungfu::CodeInfo602 for (auto it : codeInfo_.GetCodeInfo()) { in GetCalleeReg2Offset()