Home
last modified time | relevance | path

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

/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/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/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp579 Stmt &LMIRBuilder::Call(Function &func, Args &args_, Var *result) in Call()
593 Stmt &LMIRBuilder::Call(Function &func, Args &args_, PregIdx pregIdx) in Call()
602 Stmt &LMIRBuilder::ICall(Expr funcAddr, Args &args_, Var *result) in ICall()
617 Stmt &LMIRBuilder::ICall(Expr funcAddr, Args &args_, PregIdx pregIdx) in ICall()
627 Stmt &LMIRBuilder::IntrinsicCall(IntrinsicId func_, Args &args_, Var *result) in IntrinsicCall()
668 Expr LMIRBuilder::IntrinsicOp(IntrinsicId id, Type *type, Args &args_) in IntrinsicOp()
/arkcompiler/runtime_core/static_core/runtime/
Dthread_pool.h385 ProcArg args_; variable
/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddebugger.h572 PandaVector<uint64_t> args_; variable
/arkcompiler/runtime_core/libpandabase/utils/
Dpandargs.h1040 std::set<PandArgBase *, PandArgPtrComparator> args_; variable