Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_arguments.cpp62 // on args passing P and Receiver as the arguments. in GetProperty()
70 // on args passing P, V and Receiver as the arguments. in SetProperty()
78 // on the arguments object passing P as the argument. in DeleteProperty()
Djs_typed_array.cpp222 // passing P and Receiver as arguments. in GetProperty()
245 …turn the result of calling the default ordinary object [[Set]] internal method (9.1.8) on O passing in SetProperty()
/arkcompiler/ets_runtime/ecmascript/base/tests/
Djson_parser_test.cpp52 …* @tc.desc: Passing in a character of type "uint8_t" check whether the result returned through "Pa…
80 …* @tc.desc: Passing in a character of type "uint16_t" check whether the result returned through "P…
116 …* @tc.desc: Passing in a character of type "uint8_t" check whether the result returned through "Pa…
136 …* @tc.desc: Passing in a character of type "uint8_t" check whether the result returned through "Pa…
163 …* @tc.desc: Passing in a character of type "uint8_t" check whether the result returned through "Pa…
/arkcompiler/runtime_core/verification/
DTODO.txt6 …- [x] Passing PandaTypes to absint by const ref, because absint is not expected to change PandaTyp…
/arkcompiler/ets_runtime/ecmascript/tests/
Dsymbol_table_test.cpp106 * CaseDescription: The hash code is obtained by passing in a character string array or an uint8_t
132 * CaseDescription: The hash code is obtained by passing in a character string array or an uint16_t
/arkcompiler/runtime_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/
Dverifier.cpp322 … "[Verifier][Error] Found a data or depend flow cycle without passing selectors"; in RunFlowCyclesFind()
327 << "(id=" << circuit->GetId(cur) << ") without passing selectors"; in RunFlowCyclesFind()
/arkcompiler/runtime_core/libpandabase/
DCMakeLists.txt250 # 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/ets_runtime/ecmascript/napi/include/
Djsnapi.h141 * Usage: It Can be used as heap object assign to another variable, a value passing parameter, or
142 * a value passing return value and so on.
/arkcompiler/runtime_core/docs/
Druntime-compiled_code-interaction.md215 In other cases the interpreter calls the function `InterpreterToCompiledCodeBridge` passing to it t…
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h458 … static_assert(sizeof(reg) <= sizeof(uintptr_t), "Consider passing the register by reference"); in SetVirtualRegister()
3152 … static_assert(sizeof(reg) <= sizeof(uintptr_t), "Consider passing the register by reference"); in SetVirtualRegister()