Searched refs:opcodeOffset (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | llvm_ir_builder.cpp | 901 LLVMValueRef opcodeOffset = GetLValue(inList.at(targetIndex)); in VisitCall() local 904 builder_, glue, LLVMBuildAdd(builder_, rtoffset, opcodeOffset, ""), ""); in VisitCall() 976 LLVMValueRef opcodeOffset = GetLValue(inList.at(targetIndex)); in VisitBytecodeCall() local 983 builder_, glue, LLVMBuildAdd(builder_, baseOffset, opcodeOffset, ""), ""); in VisitBytecodeCall()
|
| D | litecg_ir_builder.cpp | 1096 Expr opcodeOffset = GetExprFromGate(inList[targetIndex]); in VisitCall() local 1098 Expr offset = lmirBuilder_->Add(rtoffset.GetType(), rtoffset, opcodeOffset); in VisitCall() 1949 Expr opcodeOffset = GetExprFromGate(inList[targetIndex]); in VisitBytecodeCall() local 1954 Expr offset = lmirBuilder_->Add(baseOffset.GetType(), baseOffset, opcodeOffset); in VisitBytecodeCall()
|