Home
last modified time | relevance | path

Searched defs:ids (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyIns.proto31 repeated bytes ids = 3; field
/arkcompiler/ets_frontend/testTs/instype/
Drecordexport.ts23 ids: number[]; property
/arkcompiler/runtime_core/verification/config/whitelist/
Dwhitelist.cpp45 auto &ids = Whitelist.Id[k]; in InsertIntoWhitelist() local
/arkcompiler/runtime_core/compiler/tests/
Dunit_test.h145 ArenaVector<BasicBlock *> GetBlocksById(Graph *graph, std::vector<size_t> &&ids) const in GetBlocksById()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h797 IrConstructor &CatchTypeIds(std::vector<uint16_t> &&ids) in CatchTypeIds()
808 IrConstructor &ThrowableInsts(std::vector<int> &&ids) in ThrowableInsts()
/arkcompiler/runtime_core/assembler/
Dassembly-ins.h102 std::vector<std::string> ids; /* list of arguments - identifiers */ member
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp359 auto ids = ins["id"]; in ParseInstructionIds() local