Home
last modified time | relevance | path

Searched refs:GetArgument (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub.cpp35 GateRef argument = env_.GetArgument(i); in InitializeArguments()
H A Dcircuit_builder_helper.h330 inline GateRef GetArgument(size_t index) const in GetArgument() function in panda::panda::ecmascript::kungfu::Environment
H A Dstub_builder-inl.h155 return env_->GetArgument(index); in Argument()
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Ddebugger_test.cpp133 EXPECT_EQ(debugFrame.GetArgument(i), regs[i + nregs].value); in CheckFrame()
158 EXPECT_EQ(debugFrame.GetArgument(i), regs[i + nregs].value); in CheckFrame()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
H A Dtest_frame.h92 uint64_t GetArgument(size_t index) const override
/arkcompiler/runtime_core/static_core/runtime/include/tooling/
H A Ddebug_interface.h109 virtual uint64_t GetArgument(size_t i) const = 0;
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
H A Ddebug_info_cache.cpp303 localHandler(parameter.name, parameter.signature, frame.GetArgument(i), frame.GetArgumentKind(i)); in GetLocals()
/arkcompiler/runtime_core/static_core/runtime/tooling/
H A Ddebugger.h510 uint64_t GetArgument(size_t i) const override
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dllvm_ir_constructor.h203 llvm::Argument *GetArgument(size_t index) in GetArgument() function in ark::compiler::LLVMIrConstructor
H A Dllvm_ir_constructor.cpp2910 func_->addParamAttr(GetArgument(0)->getArgNo(), llvm::Attribute::NonNull); in InitializeEntryBlock()
2917 builder_.CreateCall(KeepThis(func_->getParent()), GetArgument(0)); in InitializeEntryBlock()
2965 auto n = ctor->GetArgument(inst->CastToParameter()->GetArgNumber()); in VisitParameter()

Completed in 24 milliseconds