Home
last modified time | relevance | path

Searched defs:OffsetType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_type.h613 struct OffsetType { struct
614 explicit OffsetType(int64 offset) in OffsetType() argument
619 OffsetType(const OffsetType &other) : val(other.val) {} in OffsetType() argument
633 OffsetType &operator=(const OffsetType &other) argument
689 static OffsetType InvalidOffset() in InvalidOffset() argument
694 int32 val = kOffsetUnknown;
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_info.h33 using OffsetType = kungfu::LLVMStackMapType::OffsetType; variable
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.h131 using OffsetType = kungfu::LLVMStackMapType::OffsetType; variable