Home
last modified time | relevance | path

Searched defs:lsdaCallSite (Results 1 – 4 of 4) 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.cpp701 LSDACallSite *lsdaCallSite = cgFunc->GetMemoryPool()->New<LSDACallSite>(); in FillLSDACallSiteTable() local
724 LSDACallSite *lsdaCallSite = cgFunc->GetMemoryPool()->New<LSDACallSite>(); in CreateLSDA() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_emitter.cpp161 LSDACallSite *lsdaCallSite = callSiteTable[i]; in EmitFullLSDA() local