| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | type_recorder.h | 52 …// This function tries to get the type of 'this'. In success, the type of the class is returned if… 53 …tic member, or the type of instances of the class is returned. Otherwise the type 'any' is returne… 56 …ion tries to get the type of 'newTarget'. In success, the type of the class is returned. Otherwise, 57 // the type 'any' is returned. 60 // This function tries to get the type of the function. On failure, the type 'any' is returned.
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | aot_resolve_string.md | 7 returned string pointer into the slot and subsequent executions of the same code will bypass runtim… 37 - if PLT-slot's value is already a pointer then the resolved string gets returned; 39 returned; 41 returned; 43 registered as GC-root in `AotManager` and the resolved string is returned.
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | ecma_string_table_test.cpp | 69 … it will be returned directly. If not, it will be added to the detention pool and then returned. 90 … it will be returned directly. If not, it will be added to the detention pool and then returned. 112 … it will be returned directly. If not, it will be added to the detention pool and then returned.
|
| D | template_map_test.cpp | 54 …* returned through the TemplateMap's calling Get/GetKey/GetValue function is within expe… 55 …* whether the value returned through the TaggedArray's(transformed from the TemplateMap)… 83 …* the value(entry) returned through the TemplateMap's calling FindEntry function with th… 84 …* within expectations. Check whether the value returned through the TemplateMap's callin… 120 …reate a TemplateMap, let it call IncreaseEntries function, check whether the value returned through 139 …* whether the value returned through calling EntriesCount function and the value returne… 160 …* @tc.desc: Check whether the value returned through a TemplateMap's calling ComputeHashTableSize … 184 …* Check whether the bool returned through the source TemplateMap's calling IsNeedGrowHas… 220 …* returned through the TemplateMap's(returned through calling GrowHashTable function) ca… 264 …* @tc.desc: Check whether the value returned through calling RecalculateTableSize function is with… [all …]
|
| D | ecma_string_test.cpp | 58 …* @tc.desc: Check whether the bool returned through calling CanBeCompressed function is within exp… 165 …* @tc.desc: Check whether the value returned through calling ComputeSizeUtf8 function is within ex… 180 …* @tc.desc: Check whether the value returned through calling ComputeDataSizeUtf16 function is with… 195 …* @tc.desc: Check whether the value returned through calling ComputeSizeUtf16 function is within e… 210 …* @tc.desc: Check whether the value returned through calling ObjectSize function is within expecta… 253 …* @tc.desc: Check whether the value returned through calling Compare function between EcmaStrings … 281 …* @tc.desc: Check whether the value returned through calling Compare function between EcmaStrings … 309 …* @tc.desc: Check whether the value returned through calling Compare function between EcmaString m… 348 …* @tc.desc: Check whether the value returned through calling Compare function between EcmaStrings … 376 …* @tc.desc: Check whether the value returned through calling Compare function between EcmaString m… [all …]
|
| D | ecma_string_accessor_test.cpp | 144 …* @tc.desc: Check whether the EcmaString returned through calling Concat function between EcmaStri… 174 …* @tc.desc: Check whether the EcmaString returned through calling Concat function between EcmaStri… 206 …* @tc.desc: Check whether the EcmaString returned through calling Concat function between EcmaStri… 238 …* @tc.desc: Check whether the EcmaString returned through calling FastSubString function from Ecma… 263 …* @tc.desc: Check whether the EcmaString returned through calling FastSubString function from Ecma… 288 …* @tc.desc: Check whether the EcmaString returned through calling FastSubString function from Ecma… 313 …* @tc.desc: Check whether the EcmaString returned through calling FastSubString function from Ecma… 356 …* @tc.desc: Check whether the value returned through calling GetUtf8Length function is within expe… 381 …* @tc.desc: Check whether the value returned through calling ObjectSize function is within expecta… 427 …* @tc.desc: Call SetInternString function, check whether the bool returned through calling IsInter… [all …]
|
| D | js_dataview_test.cpp | 56 …* CaseDescription: Check whether the returned value through "GetElementSize" function is within ex… 76 …* CaseDescription: Check whether the returned value through "GetDataView" function is within expec… 111 …* CaseDescription: Check whether the returned value through "GetViewedArrayBuffer" function is wit… 152 …* CaseDescription: Check whether the returned value through "GetByteLength" function is within exp… 185 …* CaseDescription: Check whether the returned value through "GetByteOffset" function is within exp…
|
| D | js_map_iterator_test.cpp | 95 …* the returned value through calling "GetIteratedMap" function from the JSMapIterator is… 96 …* returned value through calling "GetLinkedMap" function. Call "SetIteratedMap" function… 97 …* Check whether the returned JSTaggedValue through calling "GetNextIndex" function from … 121 …* whether the returned value through calling "GetNextIndex" function from the JSMapItera… 122 … JSTaggedValue(0) Call "SetNextIndex" to change NextIndex, Check whether the returned value through 143 …* the returned value through calling "GetIterationKind" function is the same with JSTagg… 144 …* whether the returned value through calling "GetIterationKind" function is within expec…
|
| D | js_array_iterator_test.cpp | 56 …* CaseDescription: Call the "SetIteratedArray" function, check whether the result returned through… 106 …* CaseDescription: Call the "SetNextIndex" function, check whether the result returned through "Ge… 140 …* CaseDescription: Call the "SetIterationKind" function, check whether the result returned through…
|
| D | js_stable_array_test.cpp | 185 …* source Array 5 times, check whether the returned JSTaggedValue and the changed source … 222 …* returned through calling Join function with the source Array and the EcmaRuntimeCallIn… 252 …* EcmaString returned through calling Join function with the source Array and the EcmaRu… 283 …ntimeCallInfo an EcmaString as the seperator, check whether the EcmaString returned through calling 315 …e EcmaRuntimeCallInfo an EcmaString as the seperator, check whether the EcmaString returned through
|
| D | js_api_tree_set_iterator_test.cpp | 84 …* @tc.desc: Call the "SetIterationKind" function, check whether the result returned through "GetIt… 105 …* @tc.desc: Call the "SetIteratedSet" function, check whether the result returned through "GetIter… 138 …* @tc.desc: Call the "SetNextIndex" function, check whether the result returned through "GetNextIn… 161 …* @tc.desc: Create TreeSet iterator, check whether the result returned through "IsJSAPITreeSetIter…
|
| D | js_generator_object_test.cpp | 124 …* @tc.desc: If the status of the generator is completed, the value in abruptcompletion is returned… 125 … generator is in a suspended state, and the Return or Throw value of the generator is returned.
|
| D | js_api_tree_map_iterator_test.cpp | 85 …* @tc.desc: Call the "SetIterationKind" function, check whether the result returned through "GetIt… 106 …* @tc.desc: Call the "SetIteratedMap" function, check whether the result returned through "GetIter… 146 …* @tc.desc: Call the "SetNextIndex" function, check whether the result returned through "GetNextIn… 169 …* @tc.desc: Create TreeMap iterator, check whether the result returned through "IsJSAPITreeMapIter…
|
| D | js_api_vector_iterator_test.cpp | 84 …* @tc.desc: Call the "SetIteratedSet" function, check whether the result returned through "GetIter… 116 …* @tc.desc: Call the "SetNextIndex" function, check whether the result returned through "GetNextIn…
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | builtins_base_test.cpp | 81 …* function set msgs,check result returned through "GetConstructor","GetFunction","GetThi… 121 …* @tc.desc: Check whether the result returned through "GetTaggedString" function is within expecta… 142 …* @tc.desc: Check whether the result returned through "GetTaggedInt" function is within expectatio… 154 …* @tc.desc: Check whether the result returned through "GetTaggedDouble" function is within expecta… 166 …* @tc.desc: Check whether the result returned through "GetTaggedBoolean" function is within expect…
|
| D | json_stringifier_test.cpp | 92 * @tc.desc: Check whether the result returned through "Stringify" function is within expectations 127 * @tc.desc: Check whether the result returned through "Stringify" function is within expectations 151 * @tc.desc: Check whether the result returned through "Stringify" function is within expectations 179 * @tc.desc: Check whether the result returned through "Stringify" function is within expectations 218 * @tc.desc: Check whether the result returned through "Stringify" function is within expectations 241 * @tc.desc: Check whether the result returned through "Stringify" function is within expectations 283 * @tc.desc: Check whether the result returned through "Stringify" function is within expectations 322 * @tc.desc: Check whether the result returned through "Stringify" function is within expectations
|
| D | json_parser_test.cpp | 52 …* @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…
|
| D | array_helper_test.cpp | 112 * @tc.desc: Check whether the result returned through "GetLength" function is within expectations. 146 …* @tc.desc: Check whether the result returned through "GetArrayLength" function is within expectat…
|
| /arkcompiler/ets_runtime/ecmascript/ic/tests/ |
| D | ic_handler_test.cpp | 58 …"LoadElement" function,check whether the Element is loaded successfully by checking returned value. 71 …oadProperty" function,check whether the Property is loaded successfully by checking returned value. 108 …StoreElement" function,check whether the Element is stored successfully by checking returned value. 136 …oreProperty" function,check whether the Property is stored successfully by checking returned value. 179 * returned value. 205 …adPrototype" function,check whether the Prototype is loaded successfully by checking returned value 244 …orePrototype function,check whether the Prototype is stored successfully by checking returned value
|
| D | proto_change_details_test.cpp | 54 …* @tc.desc: Check whether the result returned through "GetBitField" function is within expectation… 72 …* @tc.desc: Check whether the result returned through "GetHasChanged" function is within expectati… 90 …* @tc.desc: Check whether the result returned through "GetChangeListener" function is within expec… 112 …* @tc.desc: Check whether the result returned through "GetRegisterIndex" function is within expect…
|
| D | property_box_test.cpp | 72 * check wether the result returned through "GetValue" function is within expectations.
|
| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| D | circuit_optimizer_tests.cpp | 101 // check optimization result (returned value is constant 1) in HWTEST_F_L0() 115 // check optimization result (returned value is not constant) in HWTEST_F_L0() 129 // check optimization result (returned value is constant 0) in HWTEST_F_L0() 210 // check optimization result (returned value is constant -2212) in HWTEST_F_L0() 224 // check optimization result (returned value is constant 1073739612) in HWTEST_F_L0() 244 // check optimization result (returned value is constant 144) in HWTEST_F_L0() 266 // check optimization result (returned value is constant 2.7) in HWTEST_F_L0()
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| D | mem.h | 310 * Note: returned memory will be poisoned in ASAN targets, 320 * Returned address will be aligned as \param aligment_in_bytes. 321 * Note: returned memory will be poisoned in ASAN targets, 347 * Note: returned memory will be poisoned in ASAN targets,
|
| /arkcompiler/runtime_core/runtime/ |
| D | compiler_queue_interface.h | 31 … // Empty ctx element may only returned if the queue is empty, it must not be stored into the queue in GetTaskDescription()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_generator_object.cpp | 76 // that suspended it. Let result be the value returned by the resumed computation. in GeneratorResume() 130 // suspended it. Let result be the completion record returned by the resumed computation. in GeneratorResumeAbrupt()
|