Searched full:entrypoints (Results 1 – 25 of 36) sorted by relevance
12
18 set(GEN_ENTRYPOINTS_YAML ${PANDA_BINARY_ROOT}/runtime/entrypoints.yaml)32 SOURCE ${PANDA_ROOT}/runtime/entrypoints36 ${PANDA_ROOT}/runtime/entrypoints/entrypoints.rb44 SOURCE ${PANDA_ROOT}/runtime/entrypoints48 ${PANDA_ROOT}/runtime/entrypoints/entrypoints.rb
176 "entrypoints/entrypoints.cpp",586 data = "$target_gen_dir/entrypoints.yaml"594 "entrypoints/entrypoints.rb",596 sources = "entrypoints"602 data = "entrypoints/entrypoints.yaml"604 requires = [ "entrypoints/entrypoints.rb" ]605 sources = "entrypoints"655 template_file = "entrypoints/plugins_entrypoints_gen.h.erb"
26 TEMPLATE ${PANDA_ROOT}/runtime/entrypoints/plugins_entrypoints_gen.h.erb
25 #include "runtime/entrypoints/entrypoints.h"499 * Entrypoints
22 #include "runtime/entrypoints/entrypoints.h"
704 - name: verify-entrypoints707 description: Verify compiler entrypoints
26 entrypoints/entrypoints.cpp
53 def entrypoints method54 @entrypoints ||= @data['entrypoints'].map {|x| Entrypoint.new x }59 Zlib.crc32(entrypoints.map(&:signature).join)
17 % Compiler::entrypoints.each_with_index do |entrypoint, index|27 % Compiler::entrypoints.each do |entrypoint|37 % Compiler::entrypoints.each do |entrypoint|50 % Compiler::entrypoints.each do |entrypoint|
44 % Compiler::entrypoints.each do |entrypoint|72 % Compiler::entrypoints.each_with_index do |entrypoint, index|79 % Compiler::entrypoints.each do |entrypoint|
17 // Checksums are based on entrypoints signatures + cross-values(arch)
20 % Compiler::entrypoints.each do |entrypoint|
14 # This file describes copmiler-to-runtime entrypoints.24 entrypoints:
33 $header += "#include \"runtime/entrypoints/entrypoints.h\"\n\n"60 // Specific getter for TLS entrypoints offsets:
49 …entrypoints_ | void*[] | A table of runtime entrypoints (See [Runtime entrypoints](#…56 ## Runtime entrypoints57 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.
277 output_file = "$target_gen_dir/runtime/entrypoints.yaml"278 default_file = "$ark_root/runtime/entrypoints/entrypoints.yaml"
19 #include "runtime/entrypoints/entrypoints.h"
20 #include "runtime/entrypoints/entrypoints.h"
29 #include "runtime/entrypoints/entrypoints.h"
28 …ereby it change SP register. Due to this fact spill/fills aren't supported in the entrypoints mode.
232 …nts_yaml_gen PROPERTIES ENTRYPOINT_YAML_FILES "${PANDA_ROOT}/runtime/entrypoints/entrypoints.yaml")
23 #include "entrypoints/entrypoints.h"
44 #include "runtime/entrypoints/entrypoints.h"
19 #include "entrypoints/entrypoints.h"