Home
last modified time | relevance | path

Searched full:passing (Results 1 – 25 of 44) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/
Djs_arguments.cpp60 // 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()
Druntime.cpp200 … // 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/
Dcheck_inheritance.js47 // Passing downcasted object preserves proxy prototype
56 // Passing object as core/Object preserves proxy prototype
/arkcompiler/runtime_core/static_core/verification/
DTODO.txt6 …- [x] Passing PandaTypes to absint by const ref, because absint is not expected to change PandaTyp…
/arkcompiler/ets_runtime/ecmascript/base/tests/
Djson_parser_test.cpp105 …* @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/
Dbuiltins_number_stub_builder.cpp92 // 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/
Dsymbol_table_test.cpp83 * 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/
Dmemory_barriers_doc.md25 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/
Dx64_int_regs.def23 …* - User-level applications use as integer registers for passing the sequence %rdi, %rsi, %rdx, %r…
Dx64_call_conv.h186 /* Passing value related */
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvmbackend.yaml33 --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/
Drest_parameter.params.yaml108 # passing different types
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dcoroutine_manager.h83 …* - the coroutine does not use the method/arguments passing interface and the completion event int…
/arkcompiler/runtime_core/static_core/libpandafile/
Ddebug_info_updater-inl.h321 … * @param lnpItem target LineNumberProgram. When passing instances of `LineNumberProgramItemBase`,
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_memlayout.h122 * | parameter passing |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dirmap.h306 …MapleUnorderedMap<OStIdx, RegMeExpr *> lpreTmps; // for passing LPRE's temp usag…
/arkcompiler/runtime_core/static_core/scripts/
Dcompiler_bisect.py44 Note that you need escaped \$GEN_OPTIONS when passing command with arguments, and not escaped
/arkcompiler/ets_runtime/ecmascript/compiler/
Dverifier.cpp327 … "[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/
D15_semantics.rst1033 - 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([])
D16_gui.rst148 *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/
Dx64_args.cpp102 /* For large struct passing, a pointer to the copy is used. */ in GetArgInfo()
/arkcompiler/runtime_core/static_core/libpandabase/
DCMakeLists.txt317 # passing some conflicting options to LLD.
/arkcompiler/runtime_core/isa/
Disa.yaml36 …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/
Dsampling_profiler.cpp546 // Passing std:string copy instead of reference, 'cause another thread owns this object
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dinsn.h301 * use for passing call arguments

12