Searched full:calling (Results 1 – 25 of 88) sorted by relevance
1234
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | template_map_test.cpp | 53 …* @tc.desc: Create a TemplateMap through calling Create function with numberOfElements. Check whet… 54 …* returned through the TemplateMap's calling Get/GetKey/GetValue function is within expe… 55 …er the value returned through the TaggedArray's(transformed from the TemplateMap) calling GetLength 83 …* the value(entry) returned through the TemplateMap's calling FindEntry function with th… 84 …in expectations. Check whether the value returned through the TemplateMap's calling GetKey/GetValue 121 * calling EntriesCount function is within expectations. 139 … whether the value returned through calling EntriesCount function and the value returned thr… 160 …* @tc.desc: Check whether the value returned through a TemplateMap's calling ComputeHashTableSize … 183 …* @tc.desc: Create a source TemplateMap, change it through calling IncreaseEntries/IncreaseHoleEnt… 184 …* Check whether the bool returned through the source TemplateMap's calling IsNeedGrowHas… [all …]
|
| D | js_map_iterator_test.cpp | 94 …* @tc.desc: Create a JSMapIterator through calling "CreateMapIterator" function with the current t… 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 … 120 …* @tc.desc: Create a JSMapIterator through calling "CreateMapIterator" function with the current t… 121 …* whether the returned value through calling "GetNextIndex" function from the JSMapItera… 123 …* calling "GetNextIndex" function from the JSMapIterator is the same with the changed va… 142 …* @tc.desc: Create a JSMapIterator through calling CreateMapIterator function with the current thr… 143 …* the returned value through calling "GetIterationKind" function is the same with JSTagg… 144 … whether the returned value through calling "GetIterationKind" function is within expectations… [all …]
|
| D | ecma_string_test.cpp | 58 …* @tc.desc: Check whether the bool returned through calling CanBeCompressed function is within exp… 74 …* @tc.desc: Check whether the EcmaString created through calling CreateEmptyString function is wit… 88 …* @tc.desc: Check whether the EcmaString created through calling AllocStringObject function is wit… 118 …* @tc.desc: Check whether the EcmaString created through calling CreateFromUtf8 function is within… 138 …* @tc.desc: Check whether the EcmaString created through calling CreateFromUtf16 function is withi… 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 … [all …]
|
| D | ecma_string_accessor_test.cpp | 52 …* @tc.desc: Check whether the EcmaString created through calling AllocStringObject function is wit… 83 …* @tc.desc: Check whether the EcmaString created through calling CreateEmptyString function is wit… 97 …* @tc.desc: Check whether the EcmaString created through calling CreateFromUtf8 function is within… 117 …* @tc.desc: Check whether the EcmaString created through calling CreateFromUtf16 function is withi… 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… [all …]
|
| D | js_async_function_test.cpp | 55 …wJSAsyncAwaitStatusFunction" function to construct class JSAsyncAwaitStatusFunction object, calling 56 …cContext" function to set AsyncContext and check the AsyncContext is within expectations by calling 80 …@tc.desc: Call "NewJSAsyncFuncObject" function to construct class JSAsyncFuncObject object, calling
|
| D | js_stable_array_test.cpp | 52 …* @tc.desc: Change a JSArray through calling Push function with the JSArray and a EcmaRuntimeCallI… 85 …* @tc.desc: Change a JSArray through calling Pop function with the JSArray and a EcmaRuntimeCallIn… 122 …* through calling CreateArrayFromList function with the source TaggedArray, create a del… 123 …* calling Splice function with the source Array, an EcmaRuntimeCallInfo that set Args fr… 168 // Check the JSArray(in-out-parameter) changed through calling the Splice function. in HWTEST_F_L0() 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 316 … calling Join function with the source Array and the EcmaRuntimeCallInfo is within expectations.
|
| D | global_dictionary_test.cpp | 53 …* @tc.desc: Check whether two JSTaggedValue is equal through calling IsMatch function is within ex… 70 * @tc.desc: Check whether the hash size through calling Hash function is within expectations. 97 …* @tc.desc: Check whether the Box and Value through calling SetEntry function is within expectatio… 131 …* @tc.desc: Check whether the Attributes Get through calling SetAttributes function is within expe… 150 * @tc.desc: Create dictionary and set entry calling SetEntry function,Check whether Attributes is 151 * the same as Attributes after calling the ClearEntry function. 176 * @tc.desc: Update value and Attributes through calling UpdateValueAndAttributes function. 341 // calling InvalidatePropertyBox function to Invalidate the PropertyBox in HWTEST_F_L0()
|
| D | js_dataview_test.cpp | 77 * calling "SetDataView" function. 112 * after calling "SetViewedArrayBuffer" function. 153 * calling "SetByteLength" function. 186 * calling "SetByteOffset" function.
|
| D | js_typed_array_test.cpp | 113 …* CaseDescription: Check whether the EcmaStrings transformed through calling ToPropKey function fr… 146 …* CaseDescription: Check whether the EcmaStrings transformed through calling ToPropKey function fr… 192 …* CaseDescription: Check whether the bools returned through calling IsTypedArray/IsInt8Array... fu… 193 …* JSTypedArrays created through calling NewJSObjectByConstructor function are wit… 240 …* CaseDescription: Check whether the JSArrayBuffer returned through calling GetViewedArrayBuffer f… 241 …* JSTypedArray changed through calling SetViewedArrayBuffer function is within ex… 263 …* CaseDescription: Check whether the JSTaggedValue returned through calling GetTypedArrayName func… 264 …* JSTypedArray changed through calling SetTypedArrayName function is within expec… 287 …* CaseDescription: Check whether the Number returned through calling GetByteLength function from t… 288 * changed through calling SetByteLength function is within expectations. [all …]
|
| /arkcompiler/runtime_core/irtoc/backend/compiler/ |
| D | codegen_fastpath.h | 27 …* save/restore registers before calling native functions. These intrinsics pushes caller saved reg… 33 * So, before calling the slow path we restore all modified callee registers. 36 * before calling slow path, since they are saved within irtoced entrypoint.
|
| /arkcompiler/runtime_core/docs/ |
| D | runtime-compiled_code-interaction.md | 7 * Calling convention 10 * Calling the runtime 27 ## Calling convention 28 Panda runtime and managed code must call functions according to the target calling convention. 57 … entrypoints. A runtime entrypoint is a function which conforms to the target calling convention. 76 …ode which can execute the function. This code must conform to the target calling convention and mu… 77 one extra argument: a pointer to `panda::Method` ( See [Calling convention](#calling_convention)). 146 ## Calling a function from compiled code 149 Resolving of a function could be done by calling the corresponding runtime entrypoint. 152 Calling `int max(int a, int b)` function from compiled code on ARM architecture with arguments `2` … [all …]
|
| D | deoptimization.md | 78 `DeoptimizeAfterIFrame` restores SP, FP and LR to values before calling the method, restores callee… 84 …rs(which we saved in the method), restore SP, FP and LR to values before calling the method and re…
|
| /arkcompiler/runtime_core/docs/diagrams/ |
| D | static-analyzer-warnings-generation.puactivity | 29 raw pointers of ObjectHeader after calling the function: 31 - in case of calling function from GC FUNCTION LIST, mark regions as not safe
|
| D | static-analyzer-gc-func-list-gen.puactivity | 27 ->Parse bodies of functions and get list of calling functions
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_arguments.cpp | 61 // a.Return the result of calling the default ordinary object [[Get]] internal method (9.1.8) in GetProperty() 69 // 5.Return the result of calling the default ordinary object [[Set]] internal method (9.1.9) in SetProperty() 77 …// 4.Let result be the result of calling the default [[Delete]] internal method for ordinary objec… in DeleteProperty()
|
| /arkcompiler/runtime_core/libziparchive/ |
| D | zip_archive.h | 72 * This handle must be released by calling CloseArchive with this handle. 86 * This handle must be released by calling CloseArchiveFile with this handle. 132 * This handle must be released by calling CloseCurrentFile with this handle.
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | encoder.md | 21 ### Calling Convention (concrete implementation is architecture dependent) 29 Caller | Default calling convention frame: 63 Native | Default calling convention frame: 150 // 3. Create Calling convention-model - architecture-dependent
|
| D | codegen_native.h | 23 * CodegenNative provides support for 'Native' calling convention.
|
| D | callconv.h | 19 Codegen Hi-Level calling-convention interface 145 * CallConv - just holds information about calling convention in current architecture.
|
| D | spill_fill_encoder.h | 48 // ARM32 ABI SOFT calling convention in GetDstReg()
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | codegen_doc.md | 3 …fic encoder-architecture and have the possibility to work with different calling-conventions. It w… 12 1. Encoder library (calling convention, encoder, and register description). 29 1. Generates Calling-Convention prologue.
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | obj-29.pa | 25 # check NullPointerException in case of calling virtual method with null object
|
| D | obj-30.pa | 25 # check AbstractMethodError in case of calling abstract virtual method
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| D | asm_interpreter_call.cpp | 61 // c++ calling convention 348 // GHC calling convention 743 // c++ calling convention call js function 872 // webkit_jscc calling convention call runtime_id's runtion function(c-abi) 938 // GHC calling convention 1040 // c++ calling convention 1088 // GHC calling convention 1109 // GHC calling convention 1141 // GHC calling convention 1159 …// this method will return to Execute(cpp calling convention), and the return value should be put … in ResumeUncaughtFrameAndReturn()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | asm_interpreter_call.cpp | 36 // c++ calling convention 367 // GHC calling convention 444 // c++ calling convention call js function 549 // webkit_jscc calling convention call runtime_id's runtion function(c-abi) 636 // GHC calling convention 749 // GHC calling convention 777 // GHC calling convention 812 // GHC calling convention 827 …// this method will return to Execute(cpp calling convention), and the return value should be put … in ResumeUncaughtFrameAndReturn() 833 // c++ calling convention [all …]
|
1234