Searched defs:Compiler (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/ |
| D | es2panda.cpp | 59 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/ |
| D | compiler_worker.h | 25 class Compiler; variable
|
| D | compiler.h | 639 explicit Compiler(CodeAllocator *codeAllocator, mem::InternalAllocatorPtr internalAllocator, in Compiler() function
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/intrinsics/ |
| D | compiler_intrinsics.rb | 64 module Compiler module
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/templates/intrinsics/ |
| D | compiler_intrinsics.rb | 77 module Compiler module
|
| /arkcompiler/runtime_core/static_core/runtime/entrypoints/ |
| D | entrypoints.rb | 61 module Compiler module
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/templates/ |
| D | entrypoints.rb | 101 module Compiler module
|
| /arkcompiler/runtime_core/static_core/runtime/core/ |
| D | core_vm.h | 32 class Compiler; variable
|
| /arkcompiler/ets_frontend/es2panda/ |
| D | es2panda.cpp | 37 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/ |
| D | builtins_cjs_module.cpp | 33 JSTaggedValue BuiltinsCjsModule::Compiler(EcmaRuntimeCallInfo *msg) in Compiler() function in panda::ecmascript::builtins::BuiltinsCjsModule
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|