Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_MPIsel.cpp148 …d X64MPIsel::CreateCallStructParamPassByStack(MemOperand &memOpnd, int32 symSize, int32 baseOffset) in CreateCallStructParamPassByStack()
Dx64_cgfunc.cpp888 int32 baseOffset = symAlloc->GetOffset(); in GetBaseOffset() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp7930 int32 baseOffset) in CreateCallStructParamPassByStack()
10029 …int32 baseOffset = memLayout->GetSizeOfLocals() + symAlloc->GetOffset() + memLayout->GetSizeOfRefL… in GetBaseOffset() local
10032 int32 baseOffset = symAlloc->GetOffset() + memLayout->GetSizeOfLocals(); in GetBaseOffset() local
10035 int32 baseOffset = symAlloc->GetOffset(); in GetBaseOffset() local
10041 int32 baseOffset = symAlloc->GetOffset() + memLayout->SizeOfArgsRegisterPassed() + in GetBaseOffset() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dlitecg_ir_builder.cpp1953 Expr baseOffset = GetBaseOffset(gate, glue); in VisitBytecodeCall() local
Dllvm_ir_builder.cpp981 LLVMValueRef baseOffset = GetBaseOffset(gate, glue); in VisitBytecodeCall() local