Home
last modified time | relevance | path

Searched defs:Compiler (Results 1 – 11 of 11) 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.h639 explicit Compiler(CodeAllocator *codeAllocator, mem::InternalAllocatorPtr internalAllocator, in Compiler() function
/arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/
Dcompiler_intrinsics.rb64 module Compiler module
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/intrinsics/
Dcompiler_intrinsics.rb77 module Compiler module
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.rb61 module Compiler module
/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.cpp37 Compiler::Compiler(ScriptExtension ext) : Compiler(ext, DEFAULT_THREAD_COUNT) {} in Compiler() function in panda::es2panda::Compiler
39 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