Home
last modified time | relevance | path

Searched defs:rtoffset (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp1347 Expr rtoffset = GetRTStubOffset(glue, stubIndex); in VisitRuntimeCall() local
1464 Expr rtoffset = GetRTStubOffset(glue, stubIndex); in VisitRuntimeCallWithArgv() local
1525 Expr rtoffset = GetCoStubOffset(glue, index); in VisitCall() local
1533 Expr rtoffset = GetRTStubOffset(glue, index); in VisitCall() local
1556 Expr rtoffset = GetBaselineStubOffset(glue, index); in VisitCall() local
1563 Expr rtoffset = GetRTStubOffset(glue, index); in VisitCall() local
1569 Expr rtoffset = GetBuiltinsStubOffset(glue); in VisitCall() local
2822 Expr rtoffset = lmirBuilder_->Add(glue.GetType(), glue, GetRTStubOffset(glue, stubIndex)); in GenDeoptEntry() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp790 LLVMValueRef rtoffset = GetRTStubOffset(glue, stubIndex); in VisitRuntimeCallWithArgv() local
1012 LLVMValueRef rtoffset; in VisitCall() local
2851 LLVMValueRef rtoffset = LLVMBuildAdd(builder, glue, GetRTStubOffset(glue, stubIndex), ""); in GenDeoptEntry() local