Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcode_generator.h28 struct CodeInfo { struct
30 CodeInfo(); argument
44 static constexpr size_t REQUIRED_SECS_LIMIT = (1 << 29); // 512M
45 static constexpr size_t UNREQUIRED_SECS_LIMIT = (1 << 28); // 256M
55 struct FuncInfo {
94 void IterateSecInfos(const Callback &cb) const in IterateSecInfos()
107 std::map<std::string, FuncInfo> func2FuncInfo;
108 std::map<uint64_t, std::vector<uint64_t>> pc2DeoptInfo;
109 std::unordered_map<uint64_t, std::vector<uint64_t>> pc2CallsiteInfo;
Dllvm_codegen.cpp75 CodeInfo::CodeInfo() in CodeInfo() function in panda::ecmascript::kungfu::CodeInfo
/arkcompiler/runtime_core/static_core/compiler/code_info/
Dcode_info.h156 CodeInfo(const void *data, size_t size) in CodeInfo() function
161 explicit CodeInfo(Span<const uint8_t> code) : CodeInfo(code.data()) in CodeInfo() function
166 explicit CodeInfo(Span<uint8_t> code) : CodeInfo(code.data()) in CodeInfo() function
171 explicit CodeInfo(const void *codeEntry) in CodeInfo() function
/arkcompiler/runtime_core/static_core/runtime/include/
Dcframe.h27 class CodeInfo; variable
83 using CodeInfo = compiler::CodeInfo; variable
Dstack_walker.h86 using CodeInfo = compiler::CodeInfo; variable