Lines Matching refs:CodeInfo
75 CodeInfo::CodeInfo() in CodeInfo() function in panda::ecmascript::kungfu::CodeInfo
80 CodeInfo::~CodeInfo() in ~CodeInfo()
85 CodeInfo::CodeSpace *CodeInfo::CodeSpace::GetInstance() in GetInstance()
91 CodeInfo::CodeSpace::CodeSpace() in CodeSpace()
105 CodeInfo::CodeSpace::~CodeSpace() in ~CodeSpace()
119 uint8_t *CodeInfo::CodeSpace::Alloca(uintptr_t size, bool isReq, size_t alignSize) in Alloca()
138 uint8_t *CodeInfo::AllocaInReqSecBuffer(uintptr_t size, size_t alignSize) in AllocaInReqSecBuffer()
143 uint8_t *CodeInfo::AllocaInNotReqSecBuffer(uintptr_t size, size_t alignSize) in AllocaInNotReqSecBuffer()
148 uint8_t *CodeInfo::AllocaCodeSection(uintptr_t size, const char *sectionName) in AllocaCodeSection()
169 uint8_t *CodeInfo::AllocaDataSection(uintptr_t size, const char *sectionName) in AllocaDataSection()
193 void CodeInfo::Reset() in Reset()
198 uint8_t *CodeInfo::GetSectionAddr(ElfSecName sec) const in GetSectionAddr()
205 size_t CodeInfo::GetSectionSize(ElfSecName sec) const in GetSectionSize()
212 std::vector<std::pair<uint8_t *, uintptr_t>> CodeInfo::GetCodeInfo() const in GetCodeInfo()
246 struct CodeInfo& state = *static_cast<struct CodeInfo*>(object); in RoundTripAllocateCodeSection()
254 struct CodeInfo& state = *static_cast<struct CodeInfo*>(object); in RoundTripAllocateDataSection()