Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Doptimize_bytecode.cpp241 static void SetCompilerOptions(bool isDynamic) in SetCompilerOptions() argument
253 OptimizeFunction(pandasm::Program *prog, const pandasm::AsmEmitter::PandaFileToPandaAsmMaps *maps, const panda_file::MethodDataAccessor &mda, bool isDynamic, SourceLanguage lang) OptimizeFunction() argument
324 OptimizePandaFile(pandasm::Program *prog, const pandasm::AsmEmitter::PandaFileToPandaAsmMaps *maps, const std::string &pfileName, bool isDynamic) OptimizePandaFile() argument
354 OptimizeBytecode(pandasm::Program *prog, const pandasm::AsmEmitter::PandaFileToPandaAsmMaps *maps, const std::string &pandafileName, bool isDynamic, bool hasMemoryPool) OptimizeBytecode() argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/
H A Dcompile_method.cpp214 bool isDynamic; member
301 bool isDynamic = ark::panda_file::IsDynamicLanguage(taskMethod->GetClass()->GetSourceLang()); in JITCompileMethod() local
317 void CompileInGraph(RuntimeInterface *runtime, bool isDynamic, Arch arch, CompilerTaskRunner<RUNNER_MODE> taskRunner, in CompileInGraph() argument
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dscope.cpp559 InsertImpl(const util::StringView &name, Variable *const var, const bool isForeign, const bool isDynamic) InsertImpl() argument
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
H A 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/runtime_core/static_core/libllvmbackend/
H A Dllvm_aot_compiler.cpp777 bool isDynamic = panda_file::IsDynamicLanguage(sourceLang); in CreateGraph() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSCompiler.cpp889 bool isDynamic = expr->Callee()->TsType()->HasTypeFlag(checker::TypeFlag::ETS_DYNAMIC_FLAG); in Compile() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dgraph_checker.cpp1904 [[maybe_unused]] auto isDynamic = static_cast<GraphChecker *>(v)->GetGraph()->IsDynamicMethod(); in CheckUserOfInt32() local
2467 [[maybe_unused]] bool isDynamic = static_cast<GraphChecker *>(v)->GetGraph()->IsDynamicMethod(); in CheckUserOfInt32() local
2487 [[maybe_unused]] bool isDynamic = static_cast<GraphChecker *>(v)->GetGraph()->IsDynamicMethod(); in CheckUserOfInt32() local

Completed in 14 milliseconds