Searched defs:isDynamic (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | optimize_bytecode.cpp | 241 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/ |
| D | compile_method.cpp | 191 … 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/ |
| D | cfg_primitive_types.h | 125 bool isDynamic; member
|
| /arkcompiler/runtime_core/static_core/compiler/tools/paoc/ |
| D | paoc.cpp | 693 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/ |
| D | TypeScriptLinter.ts | 786 let isDynamic = false; variable 1642 const isDynamic = isAny || this.tsUtils.hasLibraryType(callee); constant
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| D | llvm_aot_compiler.cpp | 777 bool isDynamic = panda_file::IsDynamicLanguage(sourceLang); in CreateGraph() local
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | scope.cpp | 560 const bool isDynamic) in InsertImpl()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | graph_checker.cpp | 1846 [[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/ |
| D | TsUtils.ts | 1425 const isDynamic = this.isDynamicType(compType); constant
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSCompiler.cpp | 888 bool isDynamic = expr->Callee()->TsType()->HasTypeFlag(checker::TypeFlag::ETS_DYNAMIC_FLAG); in Compile() local
|