Searched full:passing (Results 1 – 25 of 44) sorted by relevance
12
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_arguments.cpp | 60 // on args passing P and Receiver as the arguments. in GetProperty() 68 // on args passing P, V and Receiver as the arguments. in SetProperty() 76 // on the arguments object passing P as the argument. in DeleteProperty()
|
| D | runtime.cpp | 200 … // passing barrier will be triggered. When the thread-I switches from NON_RUNNING to RUNNING, in SuspendAllThreadsImpl() 211 // is not data-race for passing barrier. in SuspendAllThreadsImpl()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/ets_proxy/ |
| D | check_inheritance.js | 47 // Passing downcasted object preserves proxy prototype 56 // Passing object as core/Object preserves proxy prototype
|
| /arkcompiler/runtime_core/static_core/verification/ |
| D | TODO.txt | 6 …- [x] Passing PandaTypes to absint by const ref, because absint is not expected to change PandaTyp…
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | json_parser_test.cpp | 105 …* @tc.desc: Passing in a character of type "uint8_t" check whether the result returned through "Pa… 133 …* @tc.desc: Passing in a character of type "uint16_t" check whether the result returned through "P… 169 …* @tc.desc: Passing in a character of type "uint8_t" check whether the result returned through "Pa… 189 …* @tc.desc: Passing in a character of type "uint8_t" check whether the result returned through "Pa… 216 …* @tc.desc: Passing in a character of type "uint8_t" check whether the result returned through "Pa…
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_number_stub_builder.cpp | 92 // The following code is for passing the verification phase. in IsFinite() 131 // The following code is for passing the verification phase. in IsNaN() 162 // The following code is for passing the verification phase. in IsInteger() 198 // The following code is for passing the verification phase. in IsSafeInteger()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | symbol_table_test.cpp | 83 * CaseDescription: The hash code is obtained by passing in a character string array or an uint8_t 109 * CaseDescription: The hash code is obtained by passing in a character string array or an uint16_t
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | memory_barriers_doc.md | 25 So we will only set the barrier in the last instruction before potentially passing the created obje…
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/ |
| D | x64_int_regs.def | 23 …* - User-level applications use as integer registers for passing the sequence %rdi, %rsi, %rdx, %r…
|
| D | x64_call_conv.h | 186 /* Passing value related */
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| D | llvmbackend.yaml | 33 --compiler-inlining which in turn can be overridden by passing this
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/05.rest_parameter/ |
| D | rest_parameter.params.yaml | 108 # passing different types
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | coroutine_manager.h | 83 …* - the coroutine does not use the method/arguments passing interface and the completion event int…
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | debug_info_updater-inl.h | 321 … * @param lnpItem target LineNumberProgram. When passing instances of `LineNumberProgramItemBase`,
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_memlayout.h | 122 * | parameter passing |
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/ |
| D | irmap.h | 306 …MapleUnorderedMap<OStIdx, RegMeExpr *> lpreTmps; // for passing LPRE's temp usag…
|
| /arkcompiler/runtime_core/static_core/scripts/ |
| D | compiler_bisect.py | 44 Note that you need escaped \$GEN_OPTIONS when passing command with arguments, and not escaped
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | verifier.cpp | 327 … "[Verifier][Error] Found a data or depend flow cycle without passing selectors"; in RunFlowCyclesFind() 332 << "(id=" << circuit->GetId(cur) << ") without passing selectors"; in RunFlowCyclesFind()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/ |
| D | 15_semantics.rst | 1033 - Passing default values to fill any missing arguments 1036 - Passing the empty array to replace a rest parameter that has no argument; 1052 foo3() // passing default value -> foo(undefined) 1055 foo4() // passing empty array -> foo([])
|
| D | 16_gui.rst | 148 *C* is to initialize the component, and to render it by passing the data
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_args.cpp | 102 /* For large struct passing, a pointer to the copy is used. */ in GetArgInfo()
|
| /arkcompiler/runtime_core/static_core/libpandabase/ |
| D | CMakeLists.txt | 317 # passing some conflicting options to LLD.
|
| /arkcompiler/runtime_core/isa/ |
| D | isa.yaml | 36 …a source from previous instruction result and passing it to the next instruction in its destinatio… 56 …value to match storage size with i32. Similarly, passing an 8-bit or 16-bit value to a function ca… 57 passing a value, which is zero or sign-extended to i32.
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/sampler/ |
| D | sampling_profiler.cpp | 546 // Passing std:string copy instead of reference, 'cause another thread owns this object
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | insn.h | 301 * use for passing call arguments
|
12