Home
last modified time | relevance | path

Searched refs:dumpClassLoaderInvocation (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Doption.h156 static bool dumpClassLoaderInvocation; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Doption.cpp110 bool Options::dumpClassLoaderInvocation = false; member in maple::Options
287 maplecl::CopyIfEnabled(dumpClassLoaderInvocation, opts::mpl2mpl::dumpClInvocation); in SolveOptions()