Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_codegen.h49 struct CodeInfo { struct
51 CodeInfo(); argument
65 static constexpr size_t REQUIRED_SECS_LIMIT = (1 << 29); // 512M
66 static constexpr size_t UNREQUIRED_SECS_LIMIT = (1 << 28); // 256M
93 void IterateSecInfos(const Callback &cb) const in IterateSecInfos()
Dllvm_codegen.cpp75 CodeInfo::CodeInfo() in CodeInfo() function in panda::ecmascript::kungfu::CodeInfo