Home
last modified time | relevance | path

Searched defs:enableOptInlining (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcode_generator.h223 bool enableOptInlining, bool enableOptBranchProfiling) in Run()
Dpass.h842 … bool enableOptInlining = passOptions->EnableOptInlining() && passOptions->EnableTypeLowering(); in Run() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_codegen.cpp133bool enableOptInlining, [[maybe_unused]]bool enableBranchProfiling) in GenerateCode()
Dlitecg_ir_builder.cpp43 bool enableLog, bool enableOptInlining, in LiteCGIRBuilder()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_codegen.cpp348 … const FrameType frameType, bool enableOptInlining, bool enableOptBranchProfiling) in GenerateCode()
Dllvm_ir_builder.cpp46 bool enableOptInlining, bool enableBranchProfiling, bool isStwCopyStub) in LLVMIRBuilder()