Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/
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
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler_worker.h25 class Compiler; variable
Dcompiler.h651 explicit Compiler(CodeAllocator *codeAllocator, mem::InternalAllocatorPtr internalAllocator, in Compiler() function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
Dcompiler.py102 class Compiler: class
167 ark_compiler: Compiler,
208 def __init__(self, tmp_path: Path, ark_compiler: Compiler) -> None:
274 ark_compiler: Compiler,
/arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/
Dcompiler_intrinsics.rb64 module Compiler module
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.rb61 module Compiler module
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/intrinsics/
Dcompiler_intrinsics.rb82 module Compiler module
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/tests/evaluate/
Dtest_ets_evaluate.py86 ark_compiler: Compiler,
/arkcompiler/runtime_core/static_core/libllvmbackend/templates/
Dentrypoints.rb101 module Compiler module
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_vm.h32 class Compiler; variable
/arkcompiler/ets_frontend/es2panda/
Des2panda.cpp34 Compiler::Compiler(ScriptExtension ext) : Compiler(ext, DEFAULT_THREAD_COUNT) {} in Compiler() function in panda::es2panda::Compiler
36 Compiler::Compiler(ScriptExtension ext, size_t threadCount) in Compiler() function in panda::es2panda::Compiler
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_cjs_module.cpp33 JSTaggedValue BuiltinsCjsModule::Compiler(EcmaRuntimeCallInfo *msg) in Compiler() function in panda::ecmascript::builtins::BuiltinsCjsModule
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument