Home
last modified time | relevance | path

Searched defs:args_ (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp450 Stmt &LMIRBuilder::DeoptCall(Function &func, Args &args_) in DeoptCall()
459 Stmt &LMIRBuilder::TailICall(Expr funcAddr, Args &args_) in TailICall()
469 Stmt &LMIRBuilder::PureCall(Expr funcAddr, Args &args_, Var *result) in PureCall()
479 Stmt &LMIRBuilder::ICall(Expr funcAddr, Args &args_, Var *result) in ICall()
494 Stmt &LMIRBuilder::ICall(Expr funcAddr, Args &args_, PregIdx pregIdx) in ICall()
504 Stmt &LMIRBuilder::IntrinsicCall(IntrinsicId func_, Args &args_, PregIdx retPregIdx1, PregIdx retPr… in IntrinsicCall()
539 Expr LMIRBuilder::IntrinsicOp(IntrinsicId id, Type *type, Args &args_) in IntrinsicOp()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dargument_accessor.h113 std::vector<GateRef> args_; variable
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
Dtest_frame.h160 std::vector<uint64_t> args_; variable
/arkcompiler/toolchain/tooling/static/tests/
Dtest_frame.h160 std::vector<uint64_t> args_; variable
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
Dtracing.h91 std::string args_; member
/arkcompiler/runtime_core/static_core/runtime/include/
Dcompiler_interface.h207 __extension__ interpreter::VRegister args_[0]; // NOLINT(modernize-avoid-c-arrays) variable
/arkcompiler/runtime_core/static_core/runtime/
Dthread_pool.h385 ProcArg args_; variable
/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddebugger.h479 PandaVector<uint64_t> args_; variable
/arkcompiler/runtime_core/libpandabase/utils/
Dpandargs.h1040 std::set<PandArgBase *, PandArgPtrComparator> args_; variable