Home
last modified time | relevance | path

Searched full:entrypoints (Results 1 – 25 of 60) sorted by relevance

123

/arkcompiler/runtime_core/static_core/runtime/
DRuntimeEntrypointsPostPlugins.cmake18 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
DBUILD.gn143 "entrypoints/entrypoints.cpp",
623 data = [ "$target_gen_dir/entrypoints.yaml" ]
629 api = [ "entrypoints/entrypoints.rb" ]
631 sources = "entrypoints"
648 data = [ "entrypoints/entrypoints.yaml" ]
650 api = [ "entrypoints/entrypoints.rb" ]
651 sources = "entrypoints"
702 template_file = "entrypoints/plugins_entrypoints_gen.h.erb"
DRuntimeLanguageContextPostPlugins.cmake26 TEMPLATE ${PANDA_ROOT}/runtime/entrypoints/plugins_entrypoints_gen.h.erb
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints_compiler.inl.erb17 % 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|
Dentrypoints.rb64 def entrypoints method
65 @entrypoints ||= @data['entrypoints'].map {|x| Entrypoint.new x }
70 Zlib.crc32(entrypoints.map(&:signature).join)
Dentrypoints_gen.h.erb44 % Compiler::entrypoints.each do |entrypoint|
72 % Compiler::entrypoints.each_with_index do |entrypoint, index|
81 % Compiler::entrypoints.each do |entrypoint|
Dentrypoints_compiler_checksum.inl.erb17 // Checksums are based on entrypoints signatures + cross-values(arch)
Dentrypoints_gen.S.erb20 % Compiler::entrypoints.each do |entrypoint|
/arkcompiler/runtime_core/static_core/libllvmbackend/templates/
Dentrypoints.rb104 def entrypoints method
105 @entrypoints ||= @data['entrypoints'].map {|x| Entrypoint.new x }
110 Zlib.crc32(entrypoints.map(&:signature).join)
Dentrypoints_llvm_ark_interface_gen.inl.erb21 % Compiler::entrypoints.each do |entrypoint|
32 % Compiler::entrypoints.each_with_index do |entrypoint, index|
Dentrypoints_gen.inl.erb20 % Compiler::entrypoints.each do |entrypoint|
39 % Compiler::entrypoints.each do |entrypoint|
/arkcompiler/runtime_core/static_core/libllvmbackend/
DBUILD.gn198 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"),
DCMakeLists.txt168 panda_gen(DATA ${PANDA_BINARY_ROOT}/runtime/entrypoints.yaml
172 API ${CMAKE_CURRENT_LIST_DIR}/templates/entrypoints.rb
176 panda_gen(DATA ${PANDA_BINARY_ROOT}/runtime/entrypoints.yaml
180 API ${CMAKE_CURRENT_LIST_DIR}/templates/entrypoints.rb
/arkcompiler/runtime_core/static_core/cross_values/
Dcross_values_getters_generator.rb33 $header += "#include \"runtime/entrypoints/entrypoints.h\"\n\n"
60 // Specific getter for TLS entrypoints offsets:
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/13.compilation_units_packages_and_modules/11.program_entry_point/
Dmultiple_entrypoints.sts17 desc: Multiple entrypoints with different names
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Ddevirt.cpp45 // NOTE: handle entrypoints in GetObjectClassId()
50 // NOTE: handle entrypoints in GetObjectClassId()
/arkcompiler/runtime_core/static_core/runtime/bridge/
Dbridge.cpp19 #include "runtime/entrypoints/entrypoints.h"
/arkcompiler/runtime_core/static_core/
DREVIEWERS64 static_core/runtime/entrypoints/ @Prof1983
65 static_core/runtime/entrypoints/entrypoints.* @mbolshov
DBUILD.gn346 output_file = "$target_gen_dir/runtime/entrypoints.yaml"
347 default_file = "$ark_root/runtime/entrypoints/entrypoints.yaml"
/arkcompiler/runtime_core/docs/
Druntime-compiled_code-interaction.md49 …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/docs/
Druntime-compiled_code-interaction.md55 …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/irtoc/backend/compiler/
Dcodegen_fastpath.h28 …ereby it change SP register. Due to this fact spill/fills aren't supported in the entrypoints mode.
/arkcompiler/runtime_core/cmake/
DTemplateBasedGen.cmake232 …nts_yaml_gen PROPERTIES ENTRYPOINT_YAML_FILES "${PANDA_ROOT}/runtime/entrypoints/entrypoints.yaml")
/arkcompiler/runtime_core/static_core/runtime/tests/
Ddebugger_test.cpp20 #include "runtime/entrypoints/entrypoints.h"
/arkcompiler/runtime_core/static_core/compiler/aot/
Daot_file.cpp23 #include "entrypoints/entrypoints.h"

123