Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcode_generator.h28 struct CodeInfo { struct
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
H A Djs_stackinfo.h74 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 Dllvm_codegen.cpp71 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 Dcode_info.h158 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 5 milliseconds