Searched full:entrypoints (Results 1 – 25 of 60) sorted by relevance
123
18 set(GEN_ENTRYPOINTS_YAML ${PANDA_BINARY_ROOT}/runtime/entrypoints.yaml)32 SOURCE ${PANDA_ROOT}/runtime/entrypoints37 ${PANDA_ROOT}/runtime/entrypoints/entrypoints.rb45 SOURCE ${PANDA_ROOT}/runtime/entrypoints50 ${PANDA_ROOT}/runtime/entrypoints/entrypoints.rb
143 "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"
26 TEMPLATE ${PANDA_ROOT}/runtime/entrypoints/plugins_entrypoints_gen.h.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|
64 def entrypoints method65 @entrypoints ||= @data['entrypoints'].map {|x| Entrypoint.new x }70 Zlib.crc32(entrypoints.map(&:signature).join)
44 % Compiler::entrypoints.each do |entrypoint|72 % Compiler::entrypoints.each_with_index do |entrypoint, index|81 % Compiler::entrypoints.each do |entrypoint|
17 // Checksums are based on entrypoints signatures + cross-values(arch)
20 % Compiler::entrypoints.each do |entrypoint|
104 def entrypoints method105 @entrypoints ||= @data['entrypoints'].map {|x| Entrypoint.new x }110 Zlib.crc32(entrypoints.map(&:signature).join)
21 % Compiler::entrypoints.each do |entrypoint|32 % Compiler::entrypoints.each_with_index do |entrypoint, index|
20 % Compiler::entrypoints.each do |entrypoint|39 % Compiler::entrypoints.each do |entrypoint|
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"),
168 panda_gen(DATA ${PANDA_BINARY_ROOT}/runtime/entrypoints.yaml172 API ${CMAKE_CURRENT_LIST_DIR}/templates/entrypoints.rb176 panda_gen(DATA ${PANDA_BINARY_ROOT}/runtime/entrypoints.yaml180 API ${CMAKE_CURRENT_LIST_DIR}/templates/entrypoints.rb
33 $header += "#include \"runtime/entrypoints/entrypoints.h\"\n\n"60 // Specific getter for TLS entrypoints offsets:
17 desc: Multiple entrypoints with different names
45 // NOTE: handle entrypoints in GetObjectClassId()50 // NOTE: handle entrypoints in GetObjectClassId()
19 #include "runtime/entrypoints/entrypoints.h"
64 static_core/runtime/entrypoints/ @Prof198365 static_core/runtime/entrypoints/entrypoints.* @mbolshov
346 output_file = "$target_gen_dir/runtime/entrypoints.yaml"347 default_file = "$ark_root/runtime/entrypoints/entrypoints.yaml"
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.
55 …entrypoints_ | void*[] | A table of runtime entrypoints (See [Runtime entrypoints](#…62 ## Runtime entrypoints63 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.
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")
20 #include "runtime/entrypoints/entrypoints.h"
23 #include "entrypoints/entrypoints.h"