Home
last modified time | relevance | path

Searched defs:ArgVector (Results 1 – 2 of 2) 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.cpp54 using ArgVector = PandaSmallVector<T>; typedef