Searched defs:rtoffset (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_ir_builder.cpp | 1459 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/ |
| D | llvm_ir_builder.cpp | 800 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
|