| /arkcompiler/runtime_core/static_core/runtime/ |
| D | RuntimeEntrypointsPostPlugins.cmake | 18 set(GEN_ENTRYPOINTS_YAML ${PANDA_BINARY_ROOT}/runtime/entrypoints.yaml) 32 SOURCE ${PANDA_ROOT}/runtime/entrypoints 37 ${PANDA_ROOT}/runtime/entrypoints/entrypoints.rb 45 SOURCE ${PANDA_ROOT}/runtime/entrypoints 50 ${PANDA_ROOT}/runtime/entrypoints/entrypoints.rb
|
| D | BUILD.gn | 183 "entrypoints/entrypoints.cpp", 728 data = [ "$target_gen_dir/entrypoints.yaml" ] 734 api = [ "entrypoints/entrypoints.rb" ] 736 sources = "entrypoints" 753 data = [ "entrypoints/entrypoints.yaml" ] 755 api = [ "entrypoints/entrypoints.rb" ] 756 sources = "entrypoints" 815 template_file = "entrypoints/plugins_entrypoints_gen.h.erb"
|
| D | RuntimeLanguageContextPostPlugins.cmake | 26 TEMPLATE ${PANDA_ROOT}/runtime/entrypoints/plugins_entrypoints_gen.h.erb
|
| /arkcompiler/runtime_core/static_core/runtime/entrypoints/ |
| D | entrypoints_compiler.inl.erb | 17 % Compiler::entrypoints.each_with_index do |entrypoint, index| 29 % Compiler::entrypoints.each do |entrypoint| 40 % Compiler::entrypoints.each do |entrypoint| 54 % Compiler::entrypoints.each do |entrypoint| 67 % Compiler::entrypoints.select { |e| e.has_property? 'irtoc' }.each do |entrypoint|
|
| D | entrypoints.rb | 64 def entrypoints method 65 @entrypoints ||= @data['entrypoints'].map {|x| Entrypoint.new x } 70 Zlib.crc32(entrypoints.map(&:signature).join)
|
| D | entrypoints_gen.h.erb | 48 % Compiler::entrypoints.each do |entrypoint| 76 % Compiler::entrypoints.each_with_index do |entrypoint, index| 85 % Compiler::entrypoints.each do |entrypoint|
|
| D | entrypoints_compiler_checksum.inl.erb | 17 // Checksums are based on entrypoints signatures + cross-values(arch)
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/templates/ |
| D | entrypoints.rb | 104 def entrypoints method 105 @entrypoints ||= @data['entrypoints'].map {|x| Entrypoint.new x } 110 Zlib.crc32(entrypoints.map(&:signature).join)
|
| D | entrypoints_llvm_ark_interface_gen.inl.erb | 21 % Compiler::entrypoints.each do |entrypoint| 32 % Compiler::entrypoints.each_with_index do |entrypoint, index|
|
| D | entrypoints_gen.inl.erb | 20 % Compiler::entrypoints.each do |entrypoint| 39 % Compiler::entrypoints.each do |entrypoint|
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| D | BUILD.gn | 198 entrypoints_yaml = "$ark_root/runtime/entrypoints/entrypoints.yaml" 202 api = [ "$llvmbackend_templates_dir/entrypoints.rb" ] 210 api = [ "$llvmbackend_templates_dir/entrypoints.rb" ] 301 "$ark_root/runtime/entrypoints/entrypoints.cpp", 341 "$target_out_dir/../runtime/entrypoints/bitcode/entrypoints.o"),
|
| D | CMakeLists.txt | 171 panda_gen(DATA ${PANDA_BINARY_ROOT}/runtime/entrypoints.yaml 175 API ${CMAKE_CURRENT_LIST_DIR}/templates/entrypoints.rb 179 panda_gen(DATA ${PANDA_BINARY_ROOT}/runtime/entrypoints.yaml 183 API ${CMAKE_CURRENT_LIST_DIR}/templates/entrypoints.rb
|
| /arkcompiler/runtime_core/static_core/cross_values/ |
| D | cross_values_getters_generator.rb | 33 $header += "#include \"runtime/entrypoints/entrypoints.h\"\n\n" 61 // Specific getter for TLS entrypoints offsets:
|
| /arkcompiler/ets_frontend/ets2panda/linter/homecheck/ |
| D | typedoc.json | 4 "entryPoints": [ array
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/ |
| D | typedoc.json | 14 "entryPoints": [ array
|
| /arkcompiler/runtime_core/libabckit/tests/mock/ |
| D | abckit_api_mock.cpp | 72 // Inspection API entrypoints 80 // IR API entrypoints
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/13.compilation_units/11.program_entry_point/ |
| D | multiple_entrypoints.ets | 17 desc: Multiple entrypoints with different names
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| D | devirt.cpp | 45 // NOTE: handle entrypoints in GetObjectClassId() 50 // NOTE: handle entrypoints in GetObjectClassId()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_escompat_array.h | 26 #include "runtime/entrypoints/entrypoints.h"
|
| /arkcompiler/runtime_core/static_core/runtime/bridge/ |
| D | bridge.cpp | 19 #include "runtime/entrypoints/entrypoints.h"
|
| /arkcompiler/runtime_core/libabckit/src/ |
| D | abckit_impl.cpp | 146 // Inspection API entrypoints 154 // IR API entrypoints
|
| /arkcompiler/runtime_core/docs/ |
| D | runtime-compiled_code-interaction.md | 49 …entrypoints_ | void*[] | A table of runtime entrypoints (See [Runtime entrypoints](#… 56 ## Runtime entrypoints 57 Runtime serves compiled code via runtime entrypoints. A runtime entrypoint is a function which conf… 58 A table of the entrypoints is located in `panda::ManagedThread::runtime_entrypoints_` which could b… 98 * Call of managed functions or runtime entrypoints 172 The Compiler have an entrypoints table. Each entrypoint contains a link to the Bridge Function.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/libllvmbackend/ |
| D | ets_llvm_ir_constructor_gen.inl | 114 std::array<EntrypointId, 5U> entrypoints { local 121 return entrypoints[numArgs]; 124 std::array<EntrypointId, 5U> entrypoints { local 131 return entrypoints[numArgs]; 134 std::array<EntrypointId, 5U> entrypoints { local 141 return entrypoints[numArgs];
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | runtime-compiled_code-interaction.md | 55 …entrypoints_ | void*[] | A table of runtime entrypoints (See [Runtime entrypoints](#… 62 ## Runtime entrypoints 63 Runtime serves compiled code via runtime entrypoints. A runtime entrypoint is a function which conf… 64 A table of the entrypoints is located in `ark::ManagedThread::runtime_entrypoints_` which could be … 104 * Call of managed functions or runtime entrypoints 178 The Compiler have an entrypoints table. Each entrypoint contains a link to the Bridge Function.
|
| /arkcompiler/runtime_core/static_core/ |
| D | BUILD.gn | 387 output_file = "$target_gen_dir/runtime/entrypoints.yaml" 388 default_file = "$ark_root/runtime/entrypoints/entrypoints.yaml"
|