Home
last modified time | relevance | path

Searched defs:Compiler (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/
H A Des2panda.cpp59 Compiler::Compiler(ScriptExtension ext) : Compiler(ext, DEFAULT_THREAD_COUNT, {}) {} in Compiler() function in ark::es2panda::Compiler
61 Compiler::Compiler(ScriptExtension ext, size_t threadCount) : Compiler(ext, threadCount, {}) {} in Compiler() function in ark::es2panda::Compiler
63 Compiler::Compiler(ScriptExtension ext, size_t threadCount, std::vector<util::Plugin> &&plugins) in Compiler() function in ark::es2panda::Compiler
[all...]
H A Des2panda.h241 class Compiler { class
/arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/
H A Dcompiler_intrinsics.rb64 module Compiler module
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/intrinsics/
H A Dcompiler_intrinsics.rb77 module Compiler module
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
H A Dentrypoints.rb61 module Compiler module
/arkcompiler/runtime_core/static_core/libllvmbackend/templates/
H A Dentrypoints.rb101 module Compiler module
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/tests/evaluate/
H A Dtest_evaluate_simple.py21 from arkdb.compiler import CompileError, Compiler, Options, StringCodeCompiler namespace
H A Dtest_ets_evaluate.py23 from arkdb.compiler import AstParser, Compiler, CompilerArguments, ark_compile namespace
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_cjs_module.cpp33 JSTaggedValue BuiltinsCjsModule::Compiler(EcmaRuntimeCallInfo *msg) in Compiler() function in panda::ecmascript::builtins::BuiltinsCjsModule
/arkcompiler/ets_frontend/es2panda/
H A Des2panda.cpp39 Compiler::Compiler(ScriptExtension ext) : Compiler(ext, DEFAULT_THREAD_COUNT) {} in Compiler() function in panda::es2panda::Compiler
41 Compiler::Compiler(ScriptExtension ext, size_t threadCount) in Compiler() function in panda::es2panda::Compiler
[all...]
H A Des2panda.h209 class Compiler { class
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
H A Dcompiler.py101 class Compiler: class
/arkcompiler/runtime_core/static_core/runtime/
H A Dcompiler.h649 class Compiler : public CompilerInterface { class
651 explicit Compiler(CodeAllocator *codeAllocator, mem::InternalAllocatorPtr internalAllocator, in Compiler() function in ark::Compiler

Completed in 5 milliseconds