Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A 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), ""); GenDeoptEntry() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.cpp1324 Expr rtoffset = GetRTStubOffset(glue, stubIndex); in VisitRuntimeCall() local
1441 Expr rtoffset = GetRTStubOffset(glue, stubIndex); in VisitRuntimeCallWithArgv() local
1501 Expr rtoffset = GetCoStubOffset(glue, index); in VisitCall() local
1509 Expr rtoffset = GetRTStubOffset(glue, index); in VisitCall() local
1532 Expr rtoffset = GetBaselineStubOffset(glue, index); in VisitCall() local
1539 Expr rtoffset = GetBuiltinsStubOffset(glue); VisitCall() local
2804 Expr rtoffset = lmirBuilder_->Add(glue.GetType(), glue, GetRTStubOffset(glue, stubIndex)); GenDeoptEntry() local
[all...]

Completed in 13 milliseconds