Searched defs:rtoffset (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | litecg_ir_builder.cpp | 889 Expr rtoffset = GetRTStubOffset(glue, stubIndex); in VisitRuntimeCall() local 1006 Expr rtoffset = GetRTStubOffset(glue, stubIndex); in VisitRuntimeCallWithArgv() local 1066 Expr rtoffset = GetCoStubOffset(glue, index); in VisitCall() local 1074 Expr rtoffset = GetRTStubOffset(glue, index); in VisitCall() local 1097 Expr rtoffset = GetBuiltinsStubOffset(glue); in VisitCall() local 2041 Expr rtoffset = lmirBuilder_->Add(glue.GetType(), glue, GetRTStubOffset(glue, stubIndex)); in GenDeoptEntry() local
|
| D | llvm_ir_builder.cpp | 565 LLVMValueRef rtoffset = GetRTStubOffset(glue, stubIndex); in VisitRuntimeCall() local 635 LLVMValueRef rtoffset = GetRTStubOffset(glue, stubIndex); in VisitRuntimeCallWithArgv() local 861 LLVMValueRef rtoffset; in VisitCall() local 2454 LLVMValueRef rtoffset = LLVMBuildAdd(builder, glue, GetRTStubOffset(glue, stubIndex), ""); in GenDeoptEntry() local
|