Home
last modified time | relevance | path

Searched full:loading (Results 1 – 25 of 28) sorted by relevance

12

/arkcompiler/runtime_core/runtime/
Druntime_controller.cpp75 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/
Dtracing.md14 trace::ScopedTrace scoped_trace("Loading file");
Daot.md52 filled with appropriate data during AOT file loading at runtime. This data allows compiler's codege…
Dassembly_format.md529 # After loading the binary, control will be transferred here
/arkcompiler/runtime_core/runtime/include/tooling/
Ddebug_inf.h35 // when loading new panda file, add new entry to list
Ddebug_interface.h266 * @param thread Thread loading the class
/arkcompiler/runtime_core/runtime/tooling/inspector/
Dsource_manager.h51 // Get debug info associated with panda file, loading new source files if needed.
/arkcompiler/runtime_core/tests/cts-assembly/
Doom-01.pa14 # Check that OOM during class loading is handled correctly
/arkcompiler/runtime_core/compiler/docs/
Dplt.md24 `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,
Daot_resolve_string.md34 - checks the value already stored in `STRING_SLOT` PLT-slot - after AOT-file loading all such slots…
Daot_cha.md12 …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/
Dgenerate-cts.rb86 LOG.info "Loading '#{template_path}'"
/arkcompiler/ets_runtime/docs/
Doverview.md39 …- Others: asynchronous work queues, TypeScript (TS) type loading, and JS native APIs (JSNAPIs) for…
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_private.h42 // Using Lazy-loading container, including ArrayList, Queue, Stack, Vector, List, LinkedList, Deque,
/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_compiler.cpp83 // ark_aot_compiler running need disable asm interpreter to disable the loading of AOT files. in Main()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.cpp69 // Needed info for call can be got by loading callField only once. in Initialize()
/arkcompiler/runtime_core/irtoc/lang/
Dirtoc.rb17 # Parse options in advance, since it may be required during scripts loading
/arkcompiler/runtime_core/libpandabase/
DCMakeLists.txt238 # Force loading of the entire contents of libarkbase_lto.a to make sure
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_resolver.cpp158 // when its input is accessed by its users (for example, when LoadArray instruction is loading
/arkcompiler/runtime_core/compiler/
Dcompiler.yaml558 …description: Replace unconditional ResolveString runtime call with loading string reference from P…
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h39 /* Since AOT allows loading lib_ark_builtins.d.ts optionally, the localId of the GlobalTSTypeRef
/arkcompiler/runtime_core/compiler/tests/
Dsplit_resolver_test.cpp458 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/
Dentrypoints.cpp767 // Codegen must subtract index after loading from the slot. in ResolveUnknownVirtualCallEntrypoint()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinstructions.yaml1168 …implicit_runtime_call: Instruction may call runtime before loading source, which can be moved by G…
/arkcompiler/runtime_core/isa/
Disa.yaml96 … VM supports type hierarchies according to the language it executes. That way, creation (or loading

12