Home
last modified time | relevance | path

Searched full:via (Results 1 – 25 of 226) sorted by relevance

12345678910

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_abi.h56 - X87, X87UP These classes consists of types that will be returned via the x87 FPU.
57 - COMPLEX_X87 This class consists of types that will be returned via the x87 FPU.
60 - MEMORY This class consists of types that will be passed and returned in memory via the stack.
/arkcompiler/ets_frontend/es2panda/test/parser/binder/
Dgetter-setter-name-js.js20 for (C = class { get ['x' in empty]() { return 'via get'; } }; ; ) {
26 C.prototype.false = 'via set';
Dgetter-setter-name-ts.ts20 for (C = class { get ['x' in empty]() { return 'via get'; } }; ; ) {
26 C.prototype.false = 'via set';
Dgetter-setter-name-js-expected.txt16 lda.str via get
104 lda.str via set
Dgetter-setter-name-ts-expected.txt16 lda.str via get
104 lda.str via set
/arkcompiler/runtime_core/docs/
Druntime-debug-api.md11 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.
/arkcompiler/runtime_core/static_core/docs/
Druntime-debug-api.md11 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.
Dbytecode_profiling.md30 AOT compiler accesses this file via runtime interface. CoreVM doesn't implement profiling interface…
/arkcompiler/ets_runtime/test/aottest/ldobjbyname_typed_path/
Dexpect_output.txt51 Testing object literal with prototype changed (via obj.__proto__):
53 Testing Array with prototype changed (via arr.__proto__):
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe121.md7 ArkTS does not support importing via ``require``.
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Dast_verifier_check_abstract_call_test.cpp59 // Setup call to abstract method via super in TEST_F()
83 ASSERT_EQ(messages[0].Cause(), "CALL TO ABSTRACT METHOD VIA SUPER"); in TEST_F()
/arkcompiler/ets_frontend/test/scripts/utils/
Dreadme.md7 * Automatically send test results via email
/arkcompiler/ets_frontend/es2panda/compiler/base/
Dcondition.cpp39 // 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/libabckit/tests/ut/isa/isa_dynamic/call_runtime/
Dtopropertykey_dynamic.js22 return 'via get';
/arkcompiler/runtime_core/static_core/plugins/ets/doc/
Dinspector_how_to.md24 4. Connect via Browser with the following link:
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/coroutines/
Dasync_call.sts74 // check function call when some arguments are passed via the stack on x86-64
104 // check function call when some arguments are passed via the stack on arm32
132 // check function call when some arguments are passed via the stack on arm32hf
172 // check function call when some arguments are passed via the stack on arm64
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/import_tests/
Dimport_all_alias_2.sts18 // Throw error: entities should only be reachable via Test alias.
/arkcompiler/runtime_core/static_core/runtime/arch/amd64/
Dcommon_amd64.S20 // This trampoline solves this problem by just invoking the entrypoint via regular call.
/arkcompiler/runtime_core/docs/diagrams/
Dreference-processor.puactivity38 :enqueue cleared_references to be processed via ReferenceQueue(Java);
/arkcompiler/runtime_core/static_core/docs/diagrams/
Dreference-processor-activity.plantuml38 :enqueue cleared_references to be processed via ReferenceQueue(Java);
/arkcompiler/runtime_core/static_core/runtime/mem/
Dinternal_allocator.cpp107 …LOG_INTERNAL_ALLOCATOR(DEBUG) << "Try to free via InternalAllocator at address " << std::hex << pt… in Free()
265 LOG_INTERNAL_ALLOCATOR(DEBUG) << "free via RunSlotsAllocator"; in FreeViaPandaAllocators()
268 LOG_INTERNAL_ALLOCATOR(DEBUG) << "free via thread-local RunSlotsAllocator"; in FreeViaPandaAllocators()
278 LOG_INTERNAL_ALLOCATOR(DEBUG) << "free via FreeListAllocator"; in FreeViaPandaAllocators()
284 LOG_INTERNAL_ALLOCATOR(DEBUG) << "free via HumongousObjAllocator"; in FreeViaPandaAllocators()
Dheap_space.h64 …* Pools for object spaces is allocated via this class. Also this class cooperate with PoolManager …
93 /// @brief Try to allocate pool via PoolManager
97 /// @brief Try to allocate arena via PoolManager
101 /// @brief Free pool via PoolManager
104 /// @brief Free arena via PoolManager
249 // | Real object memory chunks location allocating via PoolManager …
262 // | | | +----------|----------+ +--------------+ | all occupied memory via PoolMa…
289 …* Pools for young and tenured spaces is allocated via this class. Also this class cooperate with P…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/09.classes/9.6.Method_Declarations/
DIssue-14273_2.sts35 …assert (a as Base).field == 20; // Access to static members via instance is prohibited (see 9.5.1…
/arkcompiler/runtime_core/static_core/runtime/
Ddeoptimization.cpp36 … Pointer to the first interpreter frame to that CFrame will be converted. It will be released via
39 …e Pointer to the last interpreter frame to that CFrame will be converted. It will be released via
50 … Pointer to the first interpreter frame to that CFrame will be converted. It will be released via
53 …e Pointer to the last interpreter frame to that CFrame will be converted. It will be released via
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
DIntlFormattersCache.cpp38 // Number range formatter will be created via call RangeIntlFormattersCacheInvalidation in NumFmtsCacheInvalidation()
65 // Number formatter will be created via call IntlFormattersCacheInvalidation in NumRangeFmtsCacheInvalidation()

12345678910