Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_codegen.h90 std::vector<std::pair<uint8_t *, uintptr_t>> GetCodeInfo() const;
Dllvm_codegen.cpp212 std::vector<std::pair<uint8_t *, uintptr_t>> CodeInfo::GetCodeInfo() const in GetCodeInfo() function in panda::ecmascript::kungfu::CodeInfo
602 for (auto it : codeInfo_.GetCodeInfo()) { in GetCalleeReg2Offset()