Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/model/
DCallSite.ts58 public cid: ContextID; property in CSCallSite
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/
DX2DFast.js192 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
DXTexture.js268 this.textIdxs[textIdx] = { cid: cid, rid: rid, mask: mask << off, time: this.timenow(), }; property
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/pointerAnalysis/
DPagBuilder.ts66 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
DPag.ts142 private cid: ContextID | undefined; property in PagNode
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-parser.cpp2628 auto cid = std::string(context_.GiveToken().data(), context_.GiveToken().length()); in ParseOperandInitobj() local
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.cpp228 panda_file::File::EntityId cid(id); in IsArrayClass() local