Home
last modified time | relevance | path

Searched full:according (Results 1 – 25 of 67) sorted by relevance

123

/arkcompiler/ets_runtime/ecmascript/jobs/tests/
Dpending_job_test.cpp110 …* @tc.desc: Get a function called PromiseReactionJob from env.According to the definition of funct…
111 …ggedArray object with length of two.set the required value and define a pendingjob object according
145 …* @tc.desc: Get a function called PromiseReactionJob from env.According to the definition of funct…
146 …ggedArray object with length of two.set the required value and define a pendingjob object according
181 …* @tc.desc: Get a function called PromiseReactionJob from env.According to the definition of funct…
182 …ggedArray object with length of two.set the required value and define a pendingjob object according
227 …* @tc.desc: Create a function called TestPromiseOnResolved.According to the definition of function…
228 … object with length of two.set the required value and define a pendingjob object according to both.
275 …* @tc.desc: Get a function called promiseresolvethenablejob from env. According to the definition …
277 …* according to both.The pendingjob object call "ExecutePendingJob" function to execute t…
/arkcompiler/runtime_core/runtime/core/
Dcore_language_context.h229 // TODO(yaojian) : return value according to CoreLanguageContext in IsCallableObject()
240 // TODO(yaojian) : return value according to CoreLanguageContext in GetReferenceErrorDescriptor()
246 // TODO(yaojian) : return value according to CoreLanguageContext in GetTypedErrorDescriptor()
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dprofile_type_info_test.cpp53 * @tc.desc: Convert its name into a string according to different types of IC.
68 …* profiletypeinfo object.Then define different profiletypeaccessor objects according to …
115 …* object.Then define profiletypeaccessor objects according to element in the array,profi…
174 …* object.Then define profiletypeaccessor objects according to element in the array,profi…
206 …* object.Then define profiletypeaccessor objects according to element in the array,profi…
260 …* object.Then define profiletypeaccessor objects according to element in the array,diffe…
303 …* object.Then define profiletypeaccessor objects according to element in the array,diffe…
Dic_handler_test.cpp137 …* according to the ObjectOperation object,the stored Property is different,the stored Ob…
206 * according to the ObjectOperation object,the stored Property is different.
245 …* according to the ObjectOperation object,the stored Property is different.the stored Ob…
/arkcompiler/toolchain/
DOAT.xml19 …ine all the license files in this project in , OAT will check license files according to this rule.
47 Note:If the text contains special characters, please escape them according to the following rules:
/arkcompiler/runtime_core/
DOAT.xml20 …ine all the license files in this project in , OAT will check license files according to this rule.
40 … Note:If the text contains special characters, please escape them according to the following rules:
/arkcompiler/ets_frontend/
DOAT.xml18 …ine all the license files in this project in , OAT will check license files according to this rule.
46 Note:If the text contains special characters, please escape them according to the following rules:
/arkcompiler/ets_runtime/
DOAT.xml19 …ine all the license files in this project in , OAT will check license files according to this rule.
47 Note:If the text contains special characters, please escape them according to the following rules:
/arkcompiler/runtime_core/runtime/
Dvtable_builder.cpp21 // check max-specific method or not according to JVM specs chap5.4.3.3
/arkcompiler/runtime_core/docs/
Ddesign-of-interpreter.md94 According to our measurements of the most popular 200 Chinese mobile applications,
105 `zstd-19` algorithm. According to our research, it decreases file size by 21% and
146 1. According to our experiments, a stackless interpreter for a stack-based bytecode (which is by
Druntime-compiled_code-interaction.md28 Panda runtime and managed code must call functions according to the target calling convention.
222 * Prepare the arguments according to the target calling convention. The function uses the bytecode …
258 * Store the result in registers or in the stack according to the target calling convention.
294 Moving to the next frame is done according to the table below:
409 Finding a catch handler in a compiled code stack frame is performed according meta information gene…
Drationale-for-bytecode.md81 According to our experiment, uncompressed register-based bytecode can be reduced by ~26%
94 According to our research, these tweaks will allow to reduce the size of uncompressed bytecode by
Dassembly_format.md107 | `ctor` | Marks a function as object constructor. It will be renamed in binary file according to…
108 | `cctor` | Marks a function as static constructor. It will be renamed in binary file according to…
337 - For non range call instructions assembler chooses optimal encoding according to number of specifi…
/arkcompiler/runtime_core/runtime/bridge/arch/aarch64/
Dinterpreter_to_compiled_code_bridge_dyn_aarch64.S42 // According to the current frame kind set the bridge type
127 // According to the current frame kind set the bridge type
/arkcompiler/runtime_core/runtime/bridge/arch/amd64/
Dinterpreter_to_compiled_code_bridge_dyn_amd64.S35 // According to the current frame kind set the bridge type
145 // According to the current frame kind set the bridge type
/arkcompiler/ets_runtime/ecmascript/
Dcommon.h27 * TriggerGCType is categorized according to the scope the GC expects to cover.
/arkcompiler/runtime_core/runtime/tests/
Dinvokation_helper.h54 // JIT compiler doesn't pack floats according armhf ABI. So in the following case: in WriteArgImpl()
63 // But according to armhf ABI a0 and a2 should be packed into d0: in WriteArgImpl()
Dtlab_test.cpp70 // All accesses has been created according implementation as we want to create in JIT. in TEST_F()
/arkcompiler/ets_runtime/ecmascript/mem/
Dc_string.h57 // '\u0000' is skip according to holdZero
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Ddominators_tree.h145 // number of the block according to the order it is reached during the DFS
Dbounds_analysis.h29 * It is used to represent variables of integral types according to their size
/arkcompiler/runtime_core/docs/bc_verification/
Dtypes_n_values.md55 May be relation is `T(+i16()) <: T(+i8())`? Let's see, according to `+` (covariance), relation of t…
/arkcompiler/runtime_core/compiler/docs/
Daot_cha.md65 files location according their paths on the target. `--paoc-boot-location` specifies the path where…
/arkcompiler/toolchain/websocket/
Dwebsocket.cpp48 sendBuf[1] = 126; // 126: payloadLen according to the spec in SendReply()
53 sendBuf[1] = 127; // 127: payloadLen according to the spec in SendReply()
101 * When receive the message, we should decode it according the spec. The structure is as follows:
/arkcompiler/runtime_core/runtime/bridge/arch/x86/
Dinterpreter_to_compiled_code_bridge_x86.S124 // According to the current frame kind set the bridge type
306 // According to the current frame kind set the bridge type

123