Searched full:via (Results 1 – 25 of 79) sorted by relevance
1234
| /arkcompiler/runtime_core/docs/ |
| D | runtime-debug-api.md | 11 1. Runtime and debugger work in the same process. Debugger functionality is provided via shared lib… 29 …ger`](../runtime/tooling/debugger.h) subscribes to these events and notificates debugger via hooks.
|
| D | runtime-compiled_code-interaction.md | 57 Runtime serves compiled code via runtime entrypoints. A runtime entrypoint is a function which conf… 58 …ated in `panda::ManagedThread::runtime_entrypoints_` which could be accessed via `thread register`. 144 should be processed via this class, 256 …e by the arguments passed to `CompiledCodeToInterpreterBridge` in the registers or via the stack.
|
| D | design-of-interpreter.md | 26 1. Program execution via bytecode interpretation should be enabled on all targets. 124 (implemented via computed goto) to reduce dispatch overhead.
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | heap_space.h | 64 …* Pools for object spaces is allocated via this class. Also this class cooperate with PoolManager … 98 * \brief Try to allocate pool via PoolManager 104 * \brief Try to allocate arena via PoolManager 110 * \brief Free pool via PoolManager 115 * \brief Free arena via PoolManager 257 // | Real object memory chunks location allocating via PoolManager … 270 // | | | +----------|----------+ +--------------+ | all occupied memory via PoolMa… 297 …* Pools for young and tenured spaces is allocated via this class. Also this class cooperate with P…
|
| D | internal_allocator.cpp | 107 …LOG_INTERNAL_ALLOCATOR(DEBUG) << "Try to free via InternalAllocator at address " << std::hex << pt… in Free() 248 LOG_INTERNAL_ALLOCATOR(DEBUG) << "free via RunSlotsAllocator"; in FreeViaPandaAllocators() 251 LOG_INTERNAL_ALLOCATOR(DEBUG) << "free via thread-local RunSlotsAllocator"; in FreeViaPandaAllocators() 261 LOG_INTERNAL_ALLOCATOR(DEBUG) << "free via FreeListAllocator"; in FreeViaPandaAllocators() 267 LOG_INTERNAL_ALLOCATOR(DEBUG) << "free via HumongousObjAllocator"; in FreeViaPandaAllocators()
|
| D | heap_manager.cpp | 163 // Try to allocate an object via TLAB in AllocateMemoryForObject() 165 …ASSERT(current_tlab != nullptr); // A thread's TLAB must be initialized at least via some ZERO tl… in AllocateMemoryForObject() 168 // We couldn't allocate an object via current TLAB, in AllocateMemoryForObject()
|
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| D | condition.cpp | 39 // These operators are expressed via cmp instructions and the following in Compile() 40 // if-else branches. Condition also expressed via cmp instruction and in Compile()
|
| /arkcompiler/runtime_core/runtime/ |
| D | deoptimization.cpp | 31 … Pointer to the first interpreter frame to that CFrame will be converted. It will be released via 34 …e Pointer to the last interpreter frame to that CFrame will be converted. It will be released via 44 … Pointer to the first interpreter frame to that CFrame will be converted. It will be released via 47 …e Pointer to the last interpreter frame to that CFrame will be converted. It will be released via
|
| /arkcompiler/runtime_core/irtoc/ |
| D | irtoc_runner.sh | 16 # irtoc executable directly via `action` template.
|
| /arkcompiler/runtime_core/runtime/arch/amd64/ |
| D | common_amd64.S | 20 // This trampoline solves this problem by just invoking the entrypoint via regular call.
|
| /arkcompiler/runtime_core/docs/diagrams/ |
| D | reference-processor.puactivity | 38 :enqueue cleared_references to be processed via ReferenceQueue(Java);
|
| D | g1gc-gc-activity.puactivity | 29 __Heap roots collected via RemSets__;
|
| /arkcompiler/runtime_core/cmake/ |
| D | CommonTesting.cmake | 73 # By default tests are just built, running is available either via an 74 # umbrella target or via `ctest -R ...`. But one can always do something
|
| D | PandaCmakeFunctions.cmake | 56 # It is necessary for 32-bits pointers via amd64 building with Clang compiler
|
| D | TemplateBasedGen.cmake | 29 # * EXTRA_ARGV -- a list of positional arguments that could be accessed in '.erb' files via ARGV[] 129 # EXTRA_ARGV -- a list of positional arguments that could be accessed in '.erb' files via ARGV[]
|
| /arkcompiler/runtime_core/tests/cts-generator/ |
| D | README.md | 63 --prlimit OPTS Run panda via prlimit with options 145 ### How run panda via prlimit?
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | hash_base.h | 30 * \brief Create 32 bits Hash from \param key via \param seed.
|
| /arkcompiler/runtime_core/irtoc/backend/compiler/ |
| D | codegen_fastpath.h | 32 …* Slow path is invoked via code-to-runtime bridge, which forms boundary frame and saves callee reg…
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | avoid-calculating-start-of-array.md | 5 Since accessing an array element is done via an object and an element index,
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/ |
| D | callee_info_test.js | 41 // indirect call via 'apply' or 'call'
|
| /arkcompiler/runtime_core/cross_values/ |
| D | CMakeLists.txt | 64 …figuring subproject in ${CMAKE_CURRENT_BINARY_DIR}/${PANDA_AUX_BINARY_DIR} via `execute_process()`… 86 …lding `asm_defines` in ${CMAKE_CURRENT_BINARY_DIR}/${PANDA_AUX_BINARY_DIR} via `execute_process()`…
|
| /arkcompiler/runtime_core/runtime/bridge/arch/aarch64/ |
| D | interpreter_to_compiled_code_bridge_aarch64.S | 85 // 1. the part for arguments passed via the stack 86 // 2. the part for the arguments passed via GPRs 87 // 3. the part for the arguments passed via the float registers
|
| /arkcompiler/ets_frontend/ts2panda/src/ |
| D | typeRecorder.ts | 177 // re-export via clause 189 // named export via clause, could came from imported or local
|
| /arkcompiler/runtime_core/runtime/mem/gc/heap-space-misc/ |
| D | crossing_map.h | 40 // which will be dynamically allocated/deallocated via internal allocator: 127 // How much memory we manage via one element of the static array.
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | allocator_test_base.h | 275 * \brief Allocate and free objects, collect via allocator method 285 …* Allocate objects, free part of objects and collect via allocator method with free calls during t… 293 * \brief Allocate and free objects, collect via allocator method 303 * Allocate objects, free part of objects and iterate via allocator method. 311 * \brief Allocate and free objects, iterate via allocator method iterating in range 322 …* Allocate objects, free part of objects and iterate via allocator method iterating in range. Chec… 866 // Collect all objects into unordered_set via allocator's method in ObjectCollectionTest() 896 // Collect all objects into unordered_set via allocator's method in ObjectIteratorTest() 931 // Collect all objects into unordered_set via allocator's method in ObjectIteratorInRangeTest()
|
1234