Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/runtime/
DRuntimeEntrypointsPostPlugins.cmake18 set(GEN_ENTRYPOINTS_YAML ${PANDA_BINARY_ROOT}/runtime/entrypoints.yaml)
32 SOURCE ${PANDA_ROOT}/runtime/entrypoints
36 ${PANDA_ROOT}/runtime/entrypoints/entrypoints.rb
44 SOURCE ${PANDA_ROOT}/runtime/entrypoints
48 ${PANDA_ROOT}/runtime/entrypoints/entrypoints.rb
DBUILD.gn176 "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"
DRuntimeLanguageContextPostPlugins.cmake26 TEMPLATE ${PANDA_ROOT}/runtime/entrypoints/plugins_entrypoints_gen.h.erb
Dcompiler.h25 #include "runtime/entrypoints/entrypoints.h"
499 * Entrypoints
Dexceptions.cpp22 #include "runtime/entrypoints/entrypoints.h"
Doptions.yaml704 - name: verify-entrypoints
707 description: Verify compiler entrypoints
DCMakeLists.txt26 entrypoints/entrypoints.cpp
/arkcompiler/runtime_core/runtime/entrypoints/
Dentrypoints.rb53 def entrypoints method
54 @entrypoints ||= @data['entrypoints'].map {|x| Entrypoint.new x }
59 Zlib.crc32(entrypoints.map(&:signature).join)
Dentrypoints_compiler.inl.erb17 % 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|
Dentrypoints_gen.h.erb44 % Compiler::entrypoints.each do |entrypoint|
72 % Compiler::entrypoints.each_with_index do |entrypoint, index|
79 % 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|
Dentrypoints.yaml14 # This file describes copmiler-to-runtime entrypoints.
24 entrypoints:
/arkcompiler/runtime_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/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/
DBUILD.gn277 output_file = "$target_gen_dir/runtime/entrypoints.yaml"
278 default_file = "$ark_root/runtime/entrypoints/entrypoints.yaml"
/arkcompiler/runtime_core/runtime/bridge/
Dbridge.cpp19 #include "runtime/entrypoints/entrypoints.h"
/arkcompiler/runtime_core/runtime/tests/
Ddebugger_test.cpp20 #include "runtime/entrypoints/entrypoints.h"
Dc2i_bridge_test.cpp29 #include "runtime/entrypoints/entrypoints.h"
/arkcompiler/runtime_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/runtime/interpreter/
Druntime_interface.h22 #include "runtime/entrypoints/entrypoints.h"
/arkcompiler/runtime_core/compiler/aot/
Daot_file.cpp23 #include "entrypoints/entrypoints.h"
/arkcompiler/runtime_core/runtime/include/
Dthread.h44 #include "runtime/entrypoints/entrypoints.h"
Dmethod-inl.h19 #include "entrypoints/entrypoints.h"

12