Home
last modified time | relevance | path

Searched defs:isDynamic (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Doptimize_bytecode.cpp241 static void SetCompilerOptions(bool isDynamic) in SetCompilerOptions()
254 … const panda_file::MethodDataAccessor &mda, bool isDynamic, SourceLanguage lang) in OptimizeFunction()
322 const std::string &pfileName, bool isDynamic) in OptimizePandaFile()
352 const std::string &pandafileName, bool isDynamic, bool hasMemoryPool) in OptimizeBytecode()
/arkcompiler/runtime_core/static_core/compiler/
Dcompile_method.cpp191 … ArenaAllocator *gdbDebugInfoAllocator, JITStats *jitStats, bool isDynamic, Arch arch, in CheckCompilation()
264 bool isDynamic = panda::panda_file::IsDynamicLanguage(taskMethod->GetClass()->GetSourceLang()); in JITCompileMethod() local
279 void CompileInGraph(RuntimeInterface *runtime, bool isDynamic, Arch arch, CompilerTaskRunner<RUNNER… in CompileInGraph()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dcfg_primitive_types.h125 bool isDynamic; member
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
Dpaoc.cpp683 bool isDynamic = panda::panda_file::IsDynamicLanguage(ctx->method->GetClass()->GetSourceLang()); in CompileInGraph() local
727 bool isDynamic = panda::panda_file::IsDynamicLanguage(sourceLang); in TryCreateGraph() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.cpp473 const bool isDynamic) in InsertImpl()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_checker.cpp1683 [[maybe_unused]] auto isDynamic = static_cast<GraphChecker *>(v)->GetGraph()->IsDynamicMethod(); in CheckInstUsers() local
2182 [[maybe_unused]] bool isDynamic = static_cast<GraphChecker *>(v)->GetGraph()->IsDynamicMethod(); in CheckInstUsers() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.cpp830 bool isDynamic = expr->Callee()->TsType()->HasTypeFlag(checker::TypeFlag::ETS_DYNAMIC_FLAG); in Compile() local