Searched full:loading (Results 1 – 25 of 28) sorted by relevance
12
| /arkcompiler/runtime_core/runtime/ |
| D | runtime_controller.cpp | 75 return true; // Allow loading panda file. in CanLoadPandaFile() 80 LOG(WARNING, RUNTIME) << "Disallow loading panda file in data directory : " << path; in CanLoadPandaFile()
|
| /arkcompiler/runtime_core/docs/ |
| D | tracing.md | 14 trace::ScopedTrace scoped_trace("Loading file");
|
| D | aot.md | 52 filled with appropriate data during AOT file loading at runtime. This data allows compiler's codege…
|
| D | assembly_format.md | 529 # After loading the binary, control will be transferred here
|
| /arkcompiler/runtime_core/runtime/include/tooling/ |
| D | debug_inf.h | 35 // when loading new panda file, add new entry to list
|
| D | debug_interface.h | 266 * @param thread Thread loading the class
|
| /arkcompiler/runtime_core/runtime/tooling/inspector/ |
| D | source_manager.h | 51 // Get debug info associated with panda file, loading new source files if needed.
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | oom-01.pa | 14 # Check that OOM during class loading is handled correctly
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | plt.md | 24 `SecondSlot` is filled during AOT file loading into runtime and contains `PLT CallStatic Resolver` … 25 `ThirdSlot` would actually store `Method pointer` after resolving, but during AOT file loading it i… 217 …n the same manner they were saved. So, in CallStatic we have to adjust stack pointer after loading,
|
| D | aot_resolve_string.md | 34 - checks the value already stored in `STRING_SLOT` PLT-slot - after AOT-file loading all such slots…
|
| D | aot_cha.md | 12 …by a string which is written into AOT file and compared with runtime's one during AOT file loading.
|
| /arkcompiler/runtime_core/tests/cts-generator/ |
| D | generate-cts.rb | 86 LOG.info "Loading '#{template_path}'"
|
| /arkcompiler/ets_runtime/docs/ |
| D | overview.md | 39 …- Others: asynchronous work queues, TypeScript (TS) type loading, and JS native APIs (JSNAPIs) for…
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_private.h | 42 // Using Lazy-loading container, including ArrayList, Queue, Stack, Vector, List, LinkedList, Deque,
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | aot_compiler.cpp | 83 // ark_aot_compiler running need disable asm interpreter to disable the loading of AOT files. in Main()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | method_literal.cpp | 69 // Needed info for call can be got by loading callField only once. in Initialize()
|
| /arkcompiler/runtime_core/irtoc/lang/ |
| D | irtoc.rb | 17 # Parse options in advance, since it may be required during scripts loading
|
| /arkcompiler/runtime_core/libpandabase/ |
| D | CMakeLists.txt | 238 # Force loading of the entire contents of libarkbase_lto.a to make sure
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| D | reg_alloc_resolver.cpp | 158 // when its input is accessed by its users (for example, when LoadArray instruction is loading
|
| /arkcompiler/runtime_core/compiler/ |
| D | compiler.yaml | 558 …description: Replace unconditional ResolveString runtime call with loading string reference from P…
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_manager.h | 39 /* Since AOT allows loading lib_ark_builtins.d.ts optionally, the localId of the GlobalTSTypeRef
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | split_resolver_test.cpp | 458 INST(4, Opcode::SpillFill); // spill fill loading in TEST_F() 461 INST(7, Opcode::SpillFill); // spill fill loading in TEST_F()
|
| /arkcompiler/runtime_core/runtime/entrypoints/ |
| D | entrypoints.cpp | 767 // Codegen must subtract index after loading from the slot. in ResolveUnknownVirtualCallEntrypoint()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | instructions.yaml | 1168 …implicit_runtime_call: Instruction may call runtime before loading source, which can be moved by G…
|
| /arkcompiler/runtime_core/isa/ |
| D | isa.yaml | 96 … VM supports type hierarchies according to the language it executes. That way, creation (or loading
|
12