Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/checker/migration/
DInteropDynamicObjectLiteralsCheck.ts150 const callsite = this.cg.getCallSiteByStmt(currentStmt); constant
DInteropAssignCheck.ts209 const callsite = this.cg.getCallSiteByStmt(currentStmt); constant
DObjectLiteralCheck.ts195 const callsite = this.cg.getCallSiteByStmt(currentStmt); constant
DInteropBackwardDFACheck.ts303 const callsite = this.cg.getCallSiteByStmt(currentStmt); constant
DNoTSLikeAsCheck.ts430 const callsite = this.cg.getCallSiteByStmt(currentStmt); constant
DInteropDeprecatedBuiltInAPICheck.ts795 const callsite = this.cg.getCallSiteByStmt(currentStmt); constant
/arkcompiler/ets_runtime/ecmascript/stackmap/
Dark_stackmap_builder.cpp339 ARKCallsite callsite; in GenArkCallsiteAOTFileInfo() local