Searched defs:args_ (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | argument_accessor.h | 113 std::vector<GateRef> args_; variable
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/ |
| D | test_frame.h | 160 std::vector<uint64_t> args_; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| D | lmir_builder.cpp | 449 Stmt &LMIRBuilder::Call(Function &func, Args &args_, PregIdx pregIdx) in Call() 458 Stmt &LMIRBuilder::PureCall(Expr funcAddr, Args &args_, Var *result) in PureCall() 468 Stmt &LMIRBuilder::ICall(Expr funcAddr, Args &args_, Var *result) in ICall() 483 Stmt &LMIRBuilder::ICall(Expr funcAddr, Args &args_, PregIdx pregIdx) in ICall() 493 Stmt &LMIRBuilder::IntrinsicCall(IntrinsicId func_, Args &args_, PregIdx retPregIdx1, PregIdx retPr… in IntrinsicCall() 528 Expr LMIRBuilder::IntrinsicOp(IntrinsicId id, Type *type, Args &args_) in IntrinsicOp()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/tracing/ |
| D | tracing.h | 91 std::string args_; member
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | compiler_interface.h | 207 __extension__ interpreter::VRegister args_[0]; // NOLINT(modernize-avoid-c-arrays) variable
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | thread_pool.h | 385 ProcArg args_; variable
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/ |
| D | debugger.h | 479 PandaVector<uint64_t> args_; variable
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | pandargs.h | 1040 std::set<PandArgBase *, PandArgPtrComparator> args_; variable
|