Home
last modified time | relevance | path

Searched full:entrypoints (Results 1 – 25 of 64) 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.gn151 "entrypoints/entrypoints.cpp",
650 data = [ "$target_gen_dir/entrypoints.yaml" ]
656 api = [ "entrypoints/entrypoints.rb" ]
658 sources = "entrypoints"
675 data = [ "entrypoints/entrypoints.yaml" ]
677 api = [ "entrypoints/entrypoints.rb" ]
678 sources = "entrypoints"
737 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.txt169 panda_gen(DATA ${PANDA_BINARY_ROOT}/runtime/entrypoints.yaml
173 API ${CMAKE_CURRENT_LIST_DIR}/templates/entrypoints.rb
177 panda_gen(DATA ${PANDA_BINARY_ROOT}/runtime/entrypoints.yaml
181 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/libabckit/tests/mock/
Dabckit_api_mock.cpp72 // Inspection API entrypoints
80 // IR API entrypoints
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/13.compilation_units_packages_and_modules/12.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/plugins/ets/libllvmbackend/
Dets_llvm_ir_constructor_gen.inl114 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/runtime/bridge/
Dbridge.cpp19 #include "runtime/entrypoints/entrypoints.h"
/arkcompiler/runtime_core/libabckit/src/
Dabckit_impl.cpp140 // Inspection API entrypoints
148 // IR API entrypoints
/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/
DBUILD.gn366 output_file = "$target_gen_dir/runtime/entrypoints.yaml"
367 default_file = "$ark_root/runtime/entrypoints/entrypoints.yaml"
DREVIEWERS71 static_core/runtime/entrypoints/ @Prof1983
72 static_core/runtime/entrypoints/entrypoints.* @mbolshov
/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/plugins/ets/compiler/
Dcodegen_intrinsics_ets.cpp291 std::array<EntrypointId, 5U> entrypoints { in GetStringBuilderAppendStringsEntrypointId() local
298 return entrypoints[numArgs]; in GetStringBuilderAppendStringsEntrypointId()
301 std::array<EntrypointId, 5U> entrypoints { in GetStringBuilderAppendStringsEntrypointId() local
308 return entrypoints[numArgs]; in GetStringBuilderAppendStringsEntrypointId()
311 std::array<EntrypointId, 5U> entrypoints { in GetStringBuilderAppendStringsEntrypointId() local
318 return entrypoints[numArgs]; in GetStringBuilderAppendStringsEntrypointId()

123