Home
last modified time | relevance | path

Searched defs:ArgVector (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_builder.h41 using ArgVector = MapleVector<ArgPair>; variable
128 virtual void UpdateFunction(MIRFunction &, const MIRType *, const ArgVector &) {} in UpdateFunction()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_native_interface.cpp55 using ArgVector = PandaSmallVector<T>; typedef
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ani/
Dani_interaction_api.cpp60 using ArgVector = PandaSmallVector<T>; typedef