Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cgfunc.cpp408 int32 baseOffset = symAlloc->GetOffset(); in GetBaseOffset() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp4156 …int32 baseOffset = static_cast<int32>(memLayout->GetSizeOfLocals() + memLayout->GetSizeOfRefLocals… in GetBaseOffset() local
4160 …int32 baseOffset = static_cast<int32>(symAlloc->GetOffset()) + static_cast<int32>(memLayout->GetSi… in GetBaseOffset() local
4163 int32 baseOffset = symAlloc->GetOffset(); in GetBaseOffset() local
4166 int32 baseOffset = static_cast<int32>(symAlloc->GetOffset()) + in GetBaseOffset() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp1212 LLVMValueRef baseOffset = GetBaseOffset(gate, glue); in VisitBytecodeCall() local