Searched defs:CodeInfo (Results 1 - 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ | ||
| H A D | code_generator.h | 28 struct CodeInfo {
struct |
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ | ||
| H A D | js_stackinfo.h | 74 struct CodeInfo {
struct 78 CodeInfo(uintptr_t offset, uintptr_t methodId, uint32_t codeSize) in CodeInfo() function |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ | ||
| H A D | llvm_codegen.cpp | 71 CodeInfo::CodeInfo(CodeSpaceOnDemand &codeSpaceOnDemand) : codeSpaceOnDemand_(codeSpaceOnDemand) in CodeInfo() function in panda::ecmascript::kungfu::CodeInfo [all...] |
| /arkcompiler/runtime_core/static_core/compiler/code_info/ | ||
| H A D | code_info.h | 158 CodeInfo(const void *data, size_t size) in CodeInfo() function in ark::compiler::final 163 explicit CodeInfo(Span<const uint8_t> code) : CodeInfo(code.data()) in CodeInfo() function in ark::compiler::final 168 explicit CodeInfo(Spa function in ark::compiler::final 173 explicit CodeInfo(const void *codeEntry) CodeInfo() function in ark::compiler::final [all...] |
Completed in 4 milliseconds