Home
last modified time | relevance | path

Searched defs:lsdaCallSite (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Deh_func.h71 void SetLSDACallSite(LSDACallSite &lsdaCallSite) in SetLSDACallSite()
88 LSDACallSite *lsdaCallSite = nullptr; /* one try has a callsite */ variable
Dlsda.h176 void PushBack(LSDACallSite &lsdaCallSite) in PushBack()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Deh_func.cpp391 LSDACallSite *lsdaCallSite = cgFunc->GetMemoryPool()->New<LSDACallSite>(); in FillLSDACallSiteTable() local
412 LSDACallSite *lsdaCallSite = cgFunc->GetMemoryPool()->New<LSDACallSite>(); in CreateLSDA() local