Searched defs:cid (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/model/ |
| D | CallSite.ts | 58 public cid: ContextID; property in CSCallSite
|
| /arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/ |
| D | X2DFast.js | 192 drawCutEx(cid, tmat, c = 0xffffffff) { argument 201 drawCut(cid, x = 0, y = 0, sw = 1, sh = 1, ra = 0, ox = 0, oy = 0, c = 0xffffffff) { argument
|
| D | XTexture.js | 268 this.textIdxs[textIdx] = { cid: cid, rid: rid, mask: mask << off, time: this.timenow(), }; property
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/pointerAnalysis/ |
| D | PagBuilder.ts | 66 public cid: ContextID; property in CSFuncID 140 let cid = this.ctx.getNewContextID(funcID); variable 167 let cid = this.ctx.getNewContextID(funcID); variable 908 for (let [cid] of ctx2NdMap.entries()) { variable 1891 let cid = this.ctx.getNewContextID(srcFuncID); variable
|
| D | Pag.ts | 142 private cid: ContextID | undefined; property in PagNode
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-parser.cpp | 2628 auto cid = std::string(context_.GiveToken().data(), context_.GiveToken().length()); in ParseOperandInitobj() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | compiler.cpp | 228 panda_file::File::EntityId cid(id); in IsArrayClass() local
|