Searched defs:isDynamic (Results 1 – 7 of 7) 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() 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/ |
| D | compile_method.cpp | 191 … 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/ |
| D | cfg_primitive_types.h | 125 bool isDynamic; member
|
| /arkcompiler/runtime_core/static_core/compiler/tools/paoc/ |
| D | paoc.cpp | 683 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/ |
| D | scope.cpp | 473 const bool isDynamic) in InsertImpl()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | graph_checker.cpp | 1683 [[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/ |
| D | ETSCompiler.cpp | 830 bool isDynamic = expr->Callee()->TsType()->HasTypeFlag(checker::TypeFlag::ETS_DYNAMIC_FLAG); in Compile() local
|