Home
last modified time | relevance | path

Searched defs:CallSite (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/model/
DCallSite.ts29 export class CallSite implements ICallSite { class
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_module.h188 using CallSite = std::pair<CallInfo *, PUIdx>; variable