Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmpl2mpl_options.cpp355 maplecl::Option<uint32_t> inlineCache({"--inlineCache"}, " --inlineCache \tbuild inline… variable
Doption.cpp117 uint32 Options::inlineCache = 0; member in maple::Options
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Doption.h163 static uint32 inlineCache; variable