Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dobj_emit.h42 Fixup(const std::string &label, uint32 relOffsetVal, uint32 offsetVal, FixupKind fixupKind) in Fixup()
83 LocalFixup(uint32 label, uint32 offsetVal, FixupKind fixupkind) in LocalFixup()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dorig_symbol.h232 void SetOffset(const OffsetType &offsetVal) in SetOffset()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_proepilog.cpp69 int32 offsetVal = static_cast<int32>(ofstOp->GetOffsetValue()); in SplitStpLdpOffsetForCalleeSavedWithAddInstruction() local