Home
last modified time | relevance | path

Searched refs:function_ (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/libpandabase/os/
Ddebug_info.h99 : low_pc_(low_pc), high_pc_(high_pc), cu_(cu), function_(function) in low_pc_()
130 return function_; in GetFunction()
135 this->function_ = function; in SetFunction()
152 std::string function_; variable
/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.h43 : compiler::Optimization(graph), function_(function), ir_interface_(iface), program_(prog) in BytecodeGen()
150 pandasm::Function *function_;
Dcodegen.cpp69 Reserve(function_->ins.size()); in RunImpl()
111 function_->ins = std::move(GetResult()); in RunImpl()
112 function_->catch_blocks = catch_blocks_; in RunImpl()
170 …LOG(DEBUG, BYTECODE_OPTIMIZER) << "Typeinfo after optimization for function : " << function_->name; in UpdateTypeInfoIndexAnnotation()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_ir_builder.cpp63 function_(function), llvmModule_(module), callConv_(callConv), enableLog_(enableLog), in LLVMIRBuilder()
73 LLVMSetGC(function_, "statepoint-example"); in LLVMIRBuilder()
83 LLVMSetSubprogram(function_, dFuncMD_); in LLVMIRBuilder()
107 LLVMSetFunctionCallConv(function_, LLVMGHCCallConv); in SetFunctionCallConv()
110 LLVMSetFunctionCallConv(function_, LLVMWebKitJSCallConv); in SetFunctionCallConv()
114 LLVMSetFunctionCallConv(function_, LLVMCCallConv); in SetFunctionCallConv()
348 LLVMAddTargetDependentFunctionAttr(function_, "frame-pointer", "all"); in GenPrologue()
353 LLVMAddTargetDependentFunctionAttr(function_, "frame-reserved-slots", in GenPrologue()
358 LLVMAddTargetDependentFunctionAttr(function_, "frame-reserved-slots", in GenPrologue()
364 LLVMValueRef value = LLVMGetParam(function_, argth); in GenPrologue()
[all …]
Dllvm_ir_builder.h547 LLVMValueRef function_ {nullptr};