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.cpp1459 Expr rtoffset = GetRTStubOffset(glue, stubIndex); in VisitRuntimeCall() local
1574 Expr rtoffset = GetRTStubOffset(glue, stubIndex); in VisitRuntimeCallWithArgv() local
1635 Expr rtoffset = GetCoStubOffset(glue, index); in VisitCall() local
1643 Expr rtoffset = GetRTStubOffset(glue, index); in VisitCall() local
1666 Expr rtoffset = GetBaselineStubOffset(glue, index); in VisitCall() local
1673 Expr rtoffset = GetRTStubOffset(glue, index); in VisitCall() local
1679 Expr rtoffset = GetBuiltinsStubOffset(glue); in VisitCall() local
2865 Expr rtoffset = lmirBuilder_->Add(glue.GetType(), glue, GetRTStubOffset(glue, stubIndex)); in GenDeoptEntry() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp800 LLVMValueRef rtoffset = GetRTStubOffset(glue, stubIndex); in VisitRuntimeCallWithArgv() local
1047 LLVMValueRef rtoffset; in VisitCall() local
2922 LLVMValueRef rtoffset = LLVMBuildAdd(builder, glue, GetRTStubOffset(glue, stubIndex), ""); in GenDeoptEntry() local