Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyIns.proto31 repeated bytes ids = 3; field
/arkcompiler/ets_frontend/testTs/instype/
Drecordexport.ts38 ids: number[]; property
/arkcompiler/runtime_core/static_core/verification/config/whitelist/
Dwhitelist.cpp41 auto &ids = whitelist.id[k]; in InsertIntoWhitelist() local
/arkcompiler/ets_frontend/merge_abc/src/
DassemblyInsProto.cpp55 std::vector<std::string> ids; in Deserialize() local
/arkcompiler/runtime_core/libabckit/src/wrappers/
Dpandasm_wrapper.cpp60 auto ids = std::move(insWrap.ids); in Update() local
Dpandasm_wrapper.h150 std::vector<std::string> ids; member
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Des2panda_public_test.cpp58 std::vector<std::string> ids {}; in TEST_F() member
/arkcompiler/runtime_core/assembler/tests/
Dassembler_ins_test.cpp131 std::vector<std::string> ids; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_symbol.cpp273 const char *ids = isLocal ? "%" : "$"; in Dump() local
/arkcompiler/runtime_core/compiler/tests/
Dunit_test.h145 ArenaVector<BasicBlock *> GetBlocksById(Graph *graph, std::vector<size_t> &&ids) const in GetBlocksById()
/arkcompiler/ets_frontend/ets2panda/lsp/include/code_fixes/
Dcode_fix_types.h104 void SetFixIds(const std::vector<std::string> &ids) in SetFixIds()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h760 IrConstructor &CatchTypeIds(std::vector<uint16_t> &&ids) in CatchTypeIds()
771 IrConstructor &ThrowableInsts(std::vector<int> &&ids) in ThrowableInsts()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dunit_test.h205 ArenaVector<BasicBlock *> GetBlocksById(Graph *graph, std::vector<size_t> &&ids) const in GetBlocksById()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dir_constructor.h966 IrConstructor &CatchTypeIds(std::vector<uint16_t> &&ids) in CatchTypeIds()
977 IrConstructor &ThrowableInsts(std::vector<int> &&ids) in ThrowableInsts()
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-ins.h115 std::vector<std::string> ids; /* list of arguments - identifiers */ member
/arkcompiler/jsvm/src/inspector/
Dinspector_socket_server.cpp281 const std::vector<std::string>& ids, in PrintDebuggerReadyMessage()
/arkcompiler/runtime_core/verifier/
Dverifier.cpp202 void Verifier::PushToLiteralIds(T &ids) in PushToLiteralIds()
/arkcompiler/runtime_core/assembler/
Dassembly-emitter.cpp528 auto ids = insn->Ids(); in AddDependencyByIndex() local