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.cpp1292 Expr rtoffset = GetRTStubOffset(glue, stubIndex); in VisitRuntimeCall() local
1409 Expr rtoffset = GetRTStubOffset(glue, stubIndex); in VisitRuntimeCallWithArgv() local
1469 Expr rtoffset = GetCoStubOffset(glue, index); in VisitCall() local
1477 Expr rtoffset = GetRTStubOffset(glue, index); in VisitCall() local
1500 Expr rtoffset = GetBaselineStubOffset(glue, index); in VisitCall() local
1507 Expr rtoffset = GetBuiltinsStubOffset(glue); in VisitCall() local
2886 Expr rtoffset = lmirBuilder_->Add(glue.GetType(), glue, GetRTStubOffset(glue, stubIndex)); in GenDeoptEntry() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp648 LLVMValueRef rtoffset = GetRTStubOffset(glue, stubIndex); in VisitRuntimeCall() local
726 LLVMValueRef rtoffset = GetRTStubOffset(glue, stubIndex); in VisitRuntimeCallWithArgv() local
959 LLVMValueRef rtoffset; in VisitCall() local
2782 LLVMValueRef rtoffset = LLVMBuildAdd(builder, glue, GetRTStubOffset(glue, stubIndex), ""); in GenDeoptEntry() local