Searched defs:rtbaseoffset (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_ir_builder.cpp | 1245 … LiteCGIRBuilder::GetFunction(BB &bb, Expr glue, const CallSignature *signature, Expr rtbaseoffset, in GetFunction() 1410 Expr rtbaseoffset = lmirBuilder_->Add(glue.GetType(), glue, rtoffset); in VisitRuntimeCallWithArgv() local 1470 Expr rtbaseoffset = lmirBuilder_->Add(glue.GetType(), glue, rtoffset); in VisitCall() local 1478 Expr rtbaseoffset = lmirBuilder_->Add(glue.GetType(), glue, rtoffset); in VisitCall() local 1501 Expr rtbaseoffset = lmirBuilder_->Add(glue.GetType(), glue, rtoffset); in VisitCall() local 1509 Expr rtbaseoffset = lmirBuilder_->Add(glue.GetType(), glue, offset); in VisitCall() local 2800 Expr rtbaseoffset = lmirBuilder_->Add(glue.GetType(), glue, offset); in VisitBytecodeCall() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| D | llvm_ir_builder.cpp | 596 … LLVMValueRef rtbaseoffset, const std::string &realName) const in GetFunction() 649 LLVMValueRef rtbaseoffset = LLVMBuildAdd(builder_, glue, rtoffset, ""); in VisitRuntimeCall() local 727 LLVMValueRef rtbaseoffset = LLVMBuildAdd(builder_, glue, rtoffset, ""); in VisitRuntimeCallWithArgv() local 960 LLVMValueRef rtbaseoffset; in VisitCall() local 1105 LLVMValueRef rtbaseoffset = LLVMBuildAdd( in VisitBytecodeCall() local
|