Home
last modified time | relevance | path

Searched refs:currentCGFunction (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcg.cpp42 CGFunc *CG::currentCGFunction = nullptr; member in maplebe::CG
54 currentCGFunction = nullptr; in ~CG()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dcg.h419 currentCGFunction = &cgFunc; in SetCurCGFunc()
424 return currentCGFunction; in GetCurCGFunc()
429 return currentCGFunction; in GetCurCGFuncNoConst()
453 static CGFunc *currentCGFunction; /* current cg function being compiled */ member in maplebe::CG

Completed in 2 milliseconds