Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libabckit/tests/helpers/
Dhelpers_mode.cpp55 AbckitGraph *OpenWrongModeFile(bool isDynamic) in OpenWrongModeFile()
71 void TestMode(AbckitInst *(*apiToCheck)(AbckitGraph *graph), bool isDynamic) in TestMode()
83 void TestMode(void (*apiToCheck)(AbckitGraph *graph), bool isDynamic) in TestMode()
94 void TestMode(void (*apiToCheck)(AbckitGraph *graph, int fd), bool isDynamic) in TestMode()
105 void TestMode(AbckitInst *(*apiToCheck)(AbckitGraph *graph, uint32_t index), bool isDynamic) in TestMode()
116 void TestMode(AbckitInst *(*apiToCheck)(AbckitGraph *graph, int64_t value), bool isDynamic) in TestMode()
128 void TestMode(AbckitInst *(*apiToCheck)(AbckitGraph *graph, uint64_t value), bool isDynamic) in TestMode()
140 …stMode(AbckitInst *(*apiToCheck)(AbckitGraph *graph, uint64_t imm0, uint64_t imm1), bool isDynamic) in TestMode()
151 …tMode(AbckitInst *(*apiToCheck)(AbckitGraph *graph, uint64_t imm, AbckitInst *str), bool isDynamic) in TestMode()
163 …ckitInst *(*apiToCheck)(AbckitGraph *graph, uint64_t imm, AbckitLiteralArray *str), bool isDynamic) in TestMode()
[all …]
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Doptimize_bytecode.cpp241 static void SetCompilerOptions(bool isDynamic) in SetCompilerOptions()
255 … const panda_file::MethodDataAccessor &mda, bool isDynamic, SourceLanguage lang) in OptimizeFunction()
327 const std::string &pfileName, bool isDynamic) in OptimizePandaFile()
357 const std::string &pandafileName, bool isDynamic, bool hasMemoryPool) in OptimizeBytecode()
/arkcompiler/runtime_core/libabckit/tests/ut/ir_core/phi/
Dphi.cpp39 std::pair<AbckitInst *, AbckitInst *> IRFindParameters(AbckitGraph *graph, bool isDynamic) in IRFindParameters()
55 void TransformIR(AbckitGraph *graph, bool isDynamic = false) in TransformIR()
/arkcompiler/runtime_core/static_core/compiler/
Dcompile_method.cpp215 bool isDynamic; member
302 bool isDynamic = ark::panda_file::IsDynamicLanguage(taskMethod->GetClass()->GetSourceLang()); in JITCompileMethod() local
318 void CompileInGraph(RuntimeInterface *runtime, bool isDynamic, Arch arch, CompilerTaskRunner<RUNNER… in CompileInGraph()
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
Dpaoc.cpp888 bool isDynamic = ark::panda_file::IsDynamicLanguage(ctx->method->GetClass()->GetSourceLang()); in CompileInGraph() local
932 bool isDynamic = ark::panda_file::IsDynamicLanguage(sourceLang); in TryCreateGraph() local
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_aot_compiler.cpp777 bool isDynamic = panda_file::IsDynamicLanguage(sourceLang); in CreateGraph() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_checker.cpp1911 [[maybe_unused]] auto isDynamic = static_cast<GraphChecker *>(v)->GetGraph()->IsDynamicMethod(); in CheckUserOfInt32() local
2514 [[maybe_unused]] bool isDynamic = static_cast<GraphChecker *>(v)->GetGraph()->IsDynamicMethod(); in CheckUserOfInt32() local
2534 [[maybe_unused]] bool isDynamic = static_cast<GraphChecker *>(v)->GetGraph()->IsDynamicMethod(); in CheckUserOfInt32() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.cpp667 bool isDynamic = (flags & InsertBindingFlags::DYNAMIC) != 0; in InsertImpl() local
/arkcompiler/runtime_core/libabckit/src/adapter_static/
Dhelpers_static.cpp81 … CheckInvalidOpcodes([[maybe_unused]] ark::compiler::Graph *graph, [[maybe_unused]] bool isDynamic) in CheckInvalidOpcodes()
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts1762 const isDynamic = this.isDynamicType(compType); constant
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts1571 let isDynamic = false; variable
3905 const isDynamic = isAny || this.tsUtils.hasLibraryType(callee); constant