Home
last modified time | relevance | path

Searched defs:CodeInfo (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_codegen.h65 struct CodeInfo { struct
67 CodeInfo() in CodeInfo() argument
89 ~CodeInfo() in ~CodeInfo() argument
107 uint8_t *AllocaInNotReqSecBuffer(uintptr_t size) in AllocaInNotReqSecBuffer()
112 uint8_t *AllocaCodeSection(uintptr_t size, const char *sectionName) in AllocaCodeSection()
124 uint8_t *AllocaDataSection(uintptr_t size, const char *sectionName) in AllocaDataSection()
160 std::vector<std::pair<uint8_t *, uintptr_t>> GetCodeInfo() const in GetCodeInfo() argument
166 void IterateSecInfos(const Callback &cb) const in IterateSecInfos()
178 static constexpr size_t UNREQUIRED_SECS_LIMIT = (1 << 28); // 256M
185 std::array<sectionInfo, static_cast<int>(ElfSecName::SIZE)> secInfos_;
[all …]
/arkcompiler/runtime_core/compiler/code_info/
Dcode_info.h155 CodeInfo(const void *data, size_t size) in CodeInfo() function
160 explicit CodeInfo(Span<const uint8_t> code) : CodeInfo(code.data()) in CodeInfo() function
165 explicit CodeInfo(Span<uint8_t> code) : CodeInfo(code.data()) in CodeInfo() function
170 explicit CodeInfo(const void *code_entry) in CodeInfo() function
/arkcompiler/runtime_core/runtime/include/
Dcframe.h27 class CodeInfo; variable
83 using CodeInfo = compiler::CodeInfo; variable
Dstack_walker.h86 using CodeInfo = compiler::CodeInfo; variable