Home
last modified time | relevance | path

Searched defs:isDynamic (Results 1 – 10 of 10) 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()
325 const std::string &pfileName, bool isDynamic) in OptimizePandaFile()
355 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 = ark::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.cpp693 bool isDynamic = ark::panda_file::IsDynamicLanguage(ctx->method->GetClass()->GetSourceLang()); in CompileInGraph() local
737 bool isDynamic = ark::panda_file::IsDynamicLanguage(sourceLang); in TryCreateGraph() local
/arkcompiler/ets_frontend/ets2panda/linter/lib/
DTypeScriptLinter.ts786 let isDynamic = false; variable
1642 const isDynamic = isAny || this.tsUtils.hasLibraryType(callee); constant
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_aot_compiler.cpp777 bool isDynamic = panda_file::IsDynamicLanguage(sourceLang); in CreateGraph() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.cpp560 const bool isDynamic) in InsertImpl()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_checker.cpp1846 [[maybe_unused]] auto isDynamic = static_cast<GraphChecker *>(v)->GetGraph()->IsDynamicMethod(); in CheckUserOfInt32() local
2361 [[maybe_unused]] bool isDynamic = static_cast<GraphChecker *>(v)->GetGraph()->IsDynamicMethod(); in CheckUserOfInt32() local
/arkcompiler/ets_frontend/ets2panda/linter/lib/utils/
DTsUtils.ts1425 const isDynamic = this.isDynamicType(compType); constant
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.cpp888 bool isDynamic = expr->Callee()->TsType()->HasTypeFlag(checker::TypeFlag::ETS_DYNAMIC_FLAG); in Compile() local